Title: [205288] trunk/LayoutTests
Revision
205288
Author
carlo...@webkit.org
Date
2016-09-01 05:01:00 -0700 (Thu, 01 Sep 2016)

Log Message

Unreviewed. Skip fixed layout tests in GTK+

They are causing a lot of flaky tests because of changes in the viewport controller that are never reset. Once
the actual bug is properly fixed I'll unskip these tests again.

* platform/gtk/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (205287 => 205288)


--- trunk/LayoutTests/ChangeLog	2016-09-01 10:37:55 UTC (rev 205287)
+++ trunk/LayoutTests/ChangeLog	2016-09-01 12:01:00 UTC (rev 205288)
@@ -1,3 +1,12 @@
+2016-09-01  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Skip fixed layout tests in GTK+
+
+        They are causing a lot of flaky tests because of changes in the viewport controller that are never reset. Once
+        the actual bug is properly fixed I'll unskip these tests again.
+
+        * platform/gtk/TestExpectations:
+
 2016-09-01  Youenn Fablet  <you...@apple.com>
 
         Calling then on promise in Workers may crash in Debug builds

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (205287 => 205288)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2016-09-01 10:37:55 UTC (rev 205287)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2016-09-01 12:01:00 UTC (rev 205288)
@@ -2791,6 +2791,9 @@
 webkit.org/b/160119 svg/repaint/add-outline-property-on-root.html [ ImageOnlyFailure ]
 webkit.org/b/160119 svg/repaint/remove-outline-property-on-root.html [ ImageOnlyFailure ]
 
+webkit.org/b/161242 compositing/fixed-with-fixed-layout.html [ Skip ]
+webkit.org/b/161242 fast/fixed-layout/fixed-layout.html [ Skip ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of tests failing due to THREADED COMPOSITOR enablement. Don't put random test
 # failures here. See the top of the file for where to put new expectations.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to