Title: [213201] trunk/LayoutTests
Revision
213201
Author
jfernan...@igalia.com
Date
2017-02-28 18:19:43 -0800 (Tue, 28 Feb 2017)

Log Message

[GTK] Unreviewed test gardening
https://bugs.webkit.org/show_bug.cgi?id=169012

Unreviewed GTK+ gardening. New test results after r213149
  - platform/gtk/fast/replaced/table-percent-height.html PASS
  - tables/mozilla/bugs/bug32205-5.html FAIL


* platform/gtk/TestExpectations:
* platform/gtk/fast/replaced/table-percent-height-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (213200 => 213201)


--- trunk/LayoutTests/ChangeLog	2017-03-01 01:24:30 UTC (rev 213200)
+++ trunk/LayoutTests/ChangeLog	2017-03-01 02:19:43 UTC (rev 213201)
@@ -1,3 +1,15 @@
+2017-02-28  Javier Fernandez  <jfernan...@igalia.com>
+
+        [GTK] Unreviewed test gardening
+        https://bugs.webkit.org/show_bug.cgi?id=169012
+
+        Unreviewed GTK+ gardening. New test results after r213149
+          - platform/gtk/fast/replaced/table-percent-height.html PASS
+          - tables/mozilla/bugs/bug32205-5.html FAIL
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/replaced/table-percent-height-expected.txt:
+
 2017-02-28  Antoine Quint  <grao...@apple.com>
 
         [mac-wk1 Debug] LayoutTest media/modern-media-controls/rewind-button/rewind-button.html is a flaky timeout

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (213200 => 213201)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-03-01 01:24:30 UTC (rev 213200)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-03-01 02:19:43 UTC (rev 213201)
@@ -2296,6 +2296,8 @@
 webkit.org/b/118220 http/tests/cache/partitioned-cache.html [ Failure ]
 webkit.org/b/118220 http/tests/cache/partitioned-cache-iframe.html [ Failure ]
 
+webkit.org/b/169010 tables/mozilla/bugs/bug32205-5.html [ Failure ]
+
 webkit.org/b/118221 fast/text/complex-first-glyph-with-initial-advance.html [ ImageOnlyFailure ]
 
 webkit.org/b/118416 storage/websql/sql-error-codes.html [ Failure ]

Modified: trunk/LayoutTests/platform/gtk/fast/replaced/table-percent-height-expected.txt (213200 => 213201)


--- trunk/LayoutTests/platform/gtk/fast/replaced/table-percent-height-expected.txt	2017-03-01 01:24:30 UTC (rev 213200)
+++ trunk/LayoutTests/platform/gtk/fast/replaced/table-percent-height-expected.txt	2017-03-01 02:19:43 UTC (rev 213201)
@@ -52,32 +52,31 @@
 PASS getHeight('object-100') is '150px'
 PASS getWidth('button-75') is getWidth('button-100')
 PASS getHeight('button-75') != '0px' is true
-FAIL getHeight('button-75') should be 17px. Was 10.5px.
+PASS getHeight('button-75') is getHeight('button-100')
 PASS getWidth('input-button-75') is getWidth('input-button-100')
 PASS getHeight('input-button-75') != '0px' is true
-FAIL getHeight('input-button-75') should be 17px. Was 10.5px.
+PASS getHeight('input-button-75') is getHeight('input-button-100')
 PASS getWidth('input-checkbox-75') is getWidth('input-checkbox-100')
-PASS getHeight('input-checkbox-75') != '0px' is true
+PASS getHeight('input-checkbox-75') != '0px' is false
 PASS getHeight('input-checkbox-75') is 75% of getHeight('input-checkbox-100').
 PASS getWidth('input-file-75') is getWidth('input-file-100')
 PASS getHeight('input-file-75') != '0px' is true
-PASS getHeight('input-file-75') is 75% of getHeight('input-file-100').
 PASS getWidth('input-image-75') is '75px'
 PASS getHeight('input-image-75') is '75px'
 PASS getWidth('input-image-100') is '100px'
 PASS getHeight('input-image-100') is '100px'
 PASS getWidth('input-radio-75') is getWidth('input-radio-100')
-PASS getHeight('input-radio-75') != '0px' is true
+PASS getHeight('input-radio-75') != '0px' is false
 PASS getHeight('input-radio-75') is 75% of getHeight('input-radio-100').
 PASS getWidth('input-reset-75') is getWidth('input-reset-100')
 PASS getHeight('input-reset-75') != '0px' is true
-FAIL getHeight('input-reset-75') should be 17px. Was 10.5px.
+PASS getHeight('input-reset-75') is getHeight('input-reset-100')
 PASS getWidth('input-submit-75') is getWidth('input-submit-100')
 PASS getHeight('input-submit-75') != '0px' is true
-FAIL getHeight('input-submit-75') should be 17px. Was 10.5px.
+PASS getHeight('input-submit-75') is getHeight('input-submit-100')
 PASS getWidth('select-75') is getWidth('select-100')
 PASS getHeight('select-75') != '0px' is true
-FAIL getHeight('select-75') should be 25px. Was 18.25px.
+PASS getHeight('select-75') is getHeight('select-100')
 PASS successfullyParsed is true
 
 TEST COMPLETE
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to