Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit db751bf

Browse files
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@265275 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 4c31eca commit db751bf

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

LayoutTests/ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2020-08-04 Andres Gonzalez <[email protected]>
2+
3+
Disable isolated-tree-mode-on-off.html because it is causing other test failures..
4+
https://bugs.webkit.org/show_bug.cgi?id=215151
5+
<rdar://problem/66542837>
6+
7+
Reviewed by Chris Fleizach.
8+
9+
This test turns isolated tree mode on and causes other concurrent test
10+
to also run in isolated tree mode, and thus random failures. Will enable
11+
once all tests succeed in isolated tree mode, or we can turn the mode on
12+
only for a particular test without affecting others.
13+
14+
* platform/mac/TestExpectations:
15+
116
2020-08-04 Jer Noble <[email protected]>
217

318
REGRESSION(r265167): media/media-source/media-source-webm.html failing

LayoutTests/platform/mac/TestExpectations

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1745,6 +1745,9 @@ webkit.org/b/205361 [ Release ] crypto/workers/subtle/aes-indexeddb.html [ Pass
17451745

17461746
webkit.org/b/205403 accessibility/presentation-role-iframe.html [ Pass Failure ]
17471747

1748+
# Disabled temporarily since it is causing other tests to fail.
1749+
accessibility/mac/isolated-tree-mode-on-off.html [ Skip ]
1750+
17481751
webkit.org/b/202064 webaudio/silent-audio-interrupted-in-background.html [ Pass Crash ]
17491752

17501753
webkit.org/b/205756 webgl/2.0.0/conformance2/glsl3/no-attribute-vertex-shader.html [ Pass Failure ]

0 commit comments

Comments
 (0)