Title: [265275] trunk/LayoutTests
Revision
265275
Author
andresg...@apple.com
Date
2020-08-04 19:32:36 -0700 (Tue, 04 Aug 2020)

Log Message

Disable isolated-tree-mode-on-off.html because it is causing other test failures..
https://bugs.webkit.org/show_bug.cgi?id=215151
<rdar://problem/66542837>

Reviewed by Chris Fleizach.

This test turns isolated tree mode on and causes other concurrent test
to also run in isolated tree mode, and thus random failures. Will enable
once all tests succeed in isolated tree mode, or we can turn the mode on
only for a particular test without affecting others.

* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (265274 => 265275)


--- trunk/LayoutTests/ChangeLog	2020-08-05 01:56:26 UTC (rev 265274)
+++ trunk/LayoutTests/ChangeLog	2020-08-05 02:32:36 UTC (rev 265275)
@@ -1,3 +1,18 @@
+2020-08-04  Andres Gonzalez  <andresg...@apple.com>
+
+        Disable isolated-tree-mode-on-off.html because it is causing other test failures..
+        https://bugs.webkit.org/show_bug.cgi?id=215151
+        <rdar://problem/66542837>
+
+        Reviewed by Chris Fleizach.
+
+        This test turns isolated tree mode on and causes other concurrent test
+        to also run in isolated tree mode, and thus random failures. Will enable
+        once all tests succeed in isolated tree mode, or we can turn the mode on
+        only for a particular test without affecting others.
+
+        * platform/mac/TestExpectations:
+
 2020-08-04  Jer Noble  <jer.no...@apple.com>
 
         REGRESSION(r265167): media/media-source/media-source-webm.html failing

Modified: trunk/LayoutTests/platform/mac/TestExpectations (265274 => 265275)


--- trunk/LayoutTests/platform/mac/TestExpectations	2020-08-05 01:56:26 UTC (rev 265274)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2020-08-05 02:32:36 UTC (rev 265275)
@@ -1745,6 +1745,9 @@
 
 webkit.org/b/205403 accessibility/presentation-role-iframe.html [ Pass Failure ]
 
+# Disabled temporarily since it is causing other tests to fail.
+accessibility/mac/isolated-tree-mode-on-off.html [ Skip ]
+
 webkit.org/b/202064 webaudio/silent-audio-interrupted-in-background.html [ Pass Crash ]
 
 webkit.org/b/205756 webgl/2.0.0/conformance2/glsl3/no-attribute-vertex-shader.html [ Pass Failure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to