Diff
Modified: trunk/LayoutTests/ChangeLog (201930 => 201931)
--- trunk/LayoutTests/ChangeLog 2016-06-10 18:17:11 UTC (rev 201930)
+++ trunk/LayoutTests/ChangeLog 2016-06-10 18:41:11 UTC (rev 201931)
@@ -1,3 +1,16 @@
+2016-06-10 Carlos Alberto Lopez Perez <[email protected]>
+
+ [GTK] Unreviewed gardening.
+
+ * TestExpectations: shadow-dom tests timeout on the GTK port.
+ Update the general expectations file to include also Timeout as
+ an expected failure.
+ * platform/gtk/TestExpectations: Since r200320 resource-timing feature is a runtime flag and this causes failures.
+ Remove also one test that has been removed.
+ * platform/gtk/fast/table/border-collapsing/cached-change-row-border-width-expected.txt: rebaseline after r201234
+ * platform/gtk/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt: rebaseline after r201234
+ * platform/gtk/fast/table/max-width-integer-overflow-expected.txt: rebaseline after r201234
+
2016-06-10 Youenn Fablet <[email protected]>
Origin header is not included in CORS requests for preloaded cross-origin resources
Modified: trunk/LayoutTests/TestExpectations (201930 => 201931)
--- trunk/LayoutTests/TestExpectations 2016-06-10 18:17:11 UTC (rev 201930)
+++ trunk/LayoutTests/TestExpectations 2016-06-10 18:41:11 UTC (rev 201931)
@@ -780,7 +780,7 @@
webkit.org/b/148925 svg/dom/svg-root-lengths.html [ Pass Failure ]
webkit.org/b/150225 fast/custom-elements [ Failure ]
-webkit.org/b/148695 fast/shadow-dom [ Failure ImageOnlyFailure ]
+webkit.org/b/148695 fast/shadow-dom [ Failure ImageOnlyFailure Timeout ]
# Known failures on CSS Variables Test Suite
webkit.org/b/150183 fast/css/variables/test-suite/failures/024.html [ ImageOnlyFailure ]
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (201930 => 201931)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2016-06-10 18:17:11 UTC (rev 201930)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2016-06-10 18:41:11 UTC (rev 201931)
@@ -503,7 +503,6 @@
webkit.org/b/141423 fast/css/font-shorthand-line-height.html [ Failure ]
webkit.org/b/141423 fast/css/getComputedStyle/computed-style-font.html [ Failure ]
webkit.org/b/141423 fast/css/getComputedStyle/computed-style-without-renderer.html [ Failure ]
-webkit.org/b/141423 fast/css/line-height-text-autosizing.html [ Failure ]
webkit.org/b/141423 fast/css/getComputedStyle/computed-style.html [ Failure ]
#Pointer and hover media queries.
@@ -714,6 +713,23 @@
# Some shadow-dom tests that are not under fast/shadow-dom that are passing for mac
webkit.org/b/148695 imported/w3c/csswg-test/css-scoping-1 [ Timeout Failure ImageOnlyFailure ]
+
+# Since r200320 resource-timing feature is a runtime flag.
+webkit.org/b/158617 fast/dom/Window/window-properties-performance-resource-timing.html [ Failure ]
+webkit.org/b/158617 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_connection_reuse.html [ Timeout ]
+webkit.org/b/158617 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_data_url.html [ Failure ]
+webkit.org/b/158617 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_failures.html [ Failure ]
+webkit.org/b/158617 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting.html [ Failure ]
+webkit.org/b/158617 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_script_types.html [ Failure ]
+webkit.org/b/158617 http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks.html [ Failure ]
+webkit.org/b/158617 http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMeasures.html [ Failure ]
+webkit.org/b/158617 http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html [ Failure ]
+webkit.org/b/158617 http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark.html [ Failure ]
+webkit.org/b/158617 http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_associate_with_navigation_timing.html [ Failure ]
+webkit.org/b/158617 http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure.html [ Failure ]
+webkit.org/b/158617 http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_method_exist.html [ Failure ]
+
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of Expected failures
#////////////////////////////////////////////////////////////////////////////////////////
@@ -2087,8 +2103,9 @@
webkit.org/b/99893 svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg [ ImageOnlyFailure Pass ]
-webkit.org/b/113772 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_iframe_self_navigation.html [ Failure ]
-webkit.org/b/113772 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_cached.html [ Failure ]
+# Timing out because of webkit.org/b/158617
+webkit.org/b/113772 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_iframe_self_navigation.html [ Failure Timeout ]
+webkit.org/b/113772 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_cached.html [ Failure Timeout ]
webkit.org/b/115025 fast/events/constructors/mouse-event-constructor.html [ Failure ]
webkit.org/b/115025 fast/events/constructors/wheel-event-constructor.html [ Failure ]
Modified: trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-row-border-width-expected.txt (201930 => 201931)
--- trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-row-border-width-expected.txt 2016-06-10 18:17:11 UTC (rev 201930)
+++ trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-row-border-width-expected.txt 2016-06-10 18:41:11 UTC (rev 201931)
@@ -3,9 +3,9 @@
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
- RenderTable {TABLE} at (0,0) size 56x103 [border: (2px solid #0000FF)]
- RenderTableSection {TBODY} at (2,2) size 52x100
- RenderTableRow {TR} at (0,0) size 52x50 [border: (4px solid #FFFF00)]
- RenderTableCell {TD} at (0,22) size 52x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
- RenderTableRow {TR} at (0,50) size 52x50
- RenderTableCell {TD} at (0,73) size 52x4 [border: (2px none #000000)] [r=1 c=0 rs=1 cs=1]
+ RenderTable {TABLE} at (0,0) size 58x103 [border: (2px solid #0000FF)]
+ RenderTableSection {TBODY} at (2,2) size 54x100
+ RenderTableRow {TR} at (0,0) size 54x50 [border: (4px solid #FFFF00)]
+ RenderTableCell {TD} at (0,22) size 54x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+ RenderTableRow {TR} at (0,50) size 54x50
+ RenderTableCell {TD} at (0,73) size 54x4 [border: (2px none #000000)] [r=1 c=0 rs=1 cs=1]
Modified: trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt (201930 => 201931)
--- trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt 2016-06-10 18:17:11 UTC (rev 201930)
+++ trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt 2016-06-10 18:41:11 UTC (rev 201931)
@@ -3,15 +3,15 @@
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
- RenderTable {TABLE} at (0,0) size 109x153 [border: (2px solid #0000FF)]
- RenderTableSection {TBODY} at (2,2) size 105x100 [border: (4px solid #FFFF00)]
- RenderTableRow {TR} at (0,0) size 105x50
- RenderTableCell {TD} at (0,22) size 53x6 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
- RenderTableCell {TD} at (53,23) size 52x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
- RenderTableRow {TR} at (0,50) size 105x50
- RenderTableCell {TD} at (0,72) size 53x6 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
- RenderTableCell {TD} at (53,73) size 52x4 [border: none] [r=1 c=1 rs=1 cs=1]
- RenderTableSection {TBODY} at (2,102) size 105x50
- RenderTableRow {TR} at (0,0) size 105x50
- RenderTableCell {TD} at (0,23) size 53x4 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
- RenderTableCell {TD} at (53,23) size 52x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
+ RenderTable {TABLE} at (0,0) size 111x153 [border: (2px solid #0000FF)]
+ RenderTableSection {TBODY} at (2,2) size 107x100 [border: (4px solid #FFFF00)]
+ RenderTableRow {TR} at (0,0) size 107x50
+ RenderTableCell {TD} at (0,23) size 54x4 [border: (2px solid #00FF00)] [r=0 c=0 rs=1 cs=1]
+ RenderTableCell {TD} at (54,23) size 53x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
+ RenderTableRow {TR} at (0,50) size 107x50
+ RenderTableCell {TD} at (0,73) size 54x4 [border: (1px none #000000)] [r=1 c=0 rs=1 cs=1]
+ RenderTableCell {TD} at (54,74) size 53x2 [border: none] [r=1 c=1 rs=1 cs=1]
+ RenderTableSection {TBODY} at (2,102) size 107x50
+ RenderTableRow {TR} at (0,0) size 107x50
+ RenderTableCell {TD} at (0,23) size 54x4 [border: (2px none #000000)] [r=0 c=0 rs=1 cs=1]
+ RenderTableCell {TD} at (54,23) size 53x4 [border: (2px none #000000)] [r=0 c=1 rs=1 cs=1]
Modified: trunk/LayoutTests/platform/gtk/fast/table/max-width-integer-overflow-expected.txt (201930 => 201931)
--- trunk/LayoutTests/platform/gtk/fast/table/max-width-integer-overflow-expected.txt 2016-06-10 18:17:11 UTC (rev 201930)
+++ trunk/LayoutTests/platform/gtk/fast/table/max-width-integer-overflow-expected.txt 2016-06-10 18:41:11 UTC (rev 201931)
@@ -6,16 +6,16 @@
RenderTable {TABLE} at (0,0) size 780x24 [bgcolor=#FF0000]
RenderTableSection {TBODY} at (0,0) size 780x24
RenderTableRow {TR} at (0,0) size 780x24
- RenderTableCell {TD} at (0,0) size 770x24 [r=0 c=0 rs=1 cs=1]
- RenderTable {TABLE} at (0,0) size 770x24
- RenderTableSection {TBODY} at (0,0) size 770x24
- RenderTableRow {TR} at (0,0) size 770x24
- RenderTableCell {TD} at (0,0) size 770x24 [r=0 c=0 rs=1 cs=1]
- RenderBlock {DIV} at (0,0) size 770x24
- RenderTable {TABLE} at (0,0) size 770x24 [bgcolor=#008000]
- RenderTableSection {TBODY} at (0,0) size 770x24
- RenderTableRow {TR} at (0,2) size 770x20
- RenderTableCell {TD} at (2,11) size 762x2 [r=0 c=0 rs=1 cs=1]
- RenderTableCell {TD} at (766,11) size 2x2 [r=0 c=1 rs=1 cs=1]
- RenderTableCell {TD} at (770,0) size 10x24 [r=0 c=1 rs=1 cs=1]
+ RenderTableCell {TD} at (0,0) size 756x24 [r=0 c=0 rs=1 cs=1]
+ RenderTable {TABLE} at (0,0) size 310x24
+ RenderTableSection {TBODY} at (0,0) size 310x24
+ RenderTableRow {TR} at (0,0) size 310x24
+ RenderTableCell {TD} at (0,0) size 310x24 [r=0 c=0 rs=1 cs=1]
+ RenderBlock {DIV} at (0,0) size 310x24
+ RenderTable {TABLE} at (0,0) size 310x24 [bgcolor=#008000]
+ RenderTableSection {TBODY} at (0,0) size 310x24
+ RenderTableRow {TR} at (0,2) size 310x20
+ RenderTableCell {TD} at (2,11) size 302x2 [r=0 c=0 rs=1 cs=1]
+ RenderTableCell {TD} at (306,11) size 2x2 [r=0 c=1 rs=1 cs=1]
+ RenderTableCell {TD} at (755,0) size 25x24 [r=0 c=1 rs=1 cs=1]
RenderBlock {DIV} at (0,0) size 10x24 [bgcolor=#008000]