Title: [257406] trunk/LayoutTests
Revision
257406
Author
[email protected]
Date
2020-02-25 20:53:35 -0800 (Tue, 25 Feb 2020)

Log Message

Various test-cases from Gecko assert with ASSERTION FAILED: layoutState->renderer() == this.
https://bugs.webkit.org/show_bug.cgi?id=202805

Skip the test that's always crashing as suggested by Alexey.

* TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (257405 => 257406)


--- trunk/LayoutTests/ChangeLog	2020-02-26 02:13:24 UTC (rev 257405)
+++ trunk/LayoutTests/ChangeLog	2020-02-26 04:53:35 UTC (rev 257406)
@@ -1,3 +1,12 @@
+2020-02-25  Ryosuke Niwa  <[email protected]>
+
+        Various test-cases from Gecko assert with ASSERTION FAILED: layoutState->renderer() == this.
+        https://bugs.webkit.org/show_bug.cgi?id=202805
+
+        Skip the test that's always crashing as suggested by Alexey.
+
+        * TestExpectations:
+
 2020-02-25  Justin Fan  <[email protected]>
 
         [ WebGL ] Update WebGL bot expectations

Modified: trunk/LayoutTests/TestExpectations (257405 => 257406)


--- trunk/LayoutTests/TestExpectations	2020-02-26 02:13:24 UTC (rev 257405)
+++ trunk/LayoutTests/TestExpectations	2020-02-26 04:53:35 UTC (rev 257406)
@@ -2898,7 +2898,7 @@
 
 [ Debug ] fast/multicol/crash-in-vertical-writing-mode.html [ Skip ]
 
-webkit.org/b/202805 [ Debug ] fast/multicol/fragflow-gains-new-in-flow-descendant-crash.html [ Crash ]
+webkit.org/b/202805 [ Debug ] fast/multicol/fragflow-gains-new-in-flow-descendant-crash.html [ Skip ]
 
 webkit.org/b/187269 [ Debug ] imported/w3c/web-platform-tests/FileAPI/reading-data-section/filereader_abort.html [ Skip ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to