Title: [259596] trunk/LayoutTests
Revision
259596
Author
lawrenc...@apple.com
Date
2020-04-06 14:59:15 -0700 (Mon, 06 Apr 2020)

Log Message

storage/indexeddb/value-cursor-cycle.html is flaky failing because it incorrectly thinks our JS GC is precise.
https://bugs.webkit.org/show_bug.cgi?id=210046

Unreviewed test gardening.

* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (259595 => 259596)


--- trunk/LayoutTests/ChangeLog	2020-04-06 21:44:11 UTC (rev 259595)
+++ trunk/LayoutTests/ChangeLog	2020-04-06 21:59:15 UTC (rev 259596)
@@ -1,3 +1,12 @@
+2020-04-06  Jason Lawrence  <lawrenc...@apple.com>
+
+        storage/indexeddb/value-cursor-cycle.html is flaky failing because it incorrectly thinks our JS GC is precise.
+        https://bugs.webkit.org/show_bug.cgi?id=210046
+
+        Unreviewed test gardening.
+
+        * platform/mac/TestExpectations:
+
 2020-04-06  Jack Lee  <shihchieh_...@apple.com>
 
         Nullptr crash in CompositeEditCommand::moveParagraphContentsToNewBlockIfNecessary with draggable text

Modified: trunk/LayoutTests/platform/mac/TestExpectations (259595 => 259596)


--- trunk/LayoutTests/platform/mac/TestExpectations	2020-04-06 21:44:11 UTC (rev 259595)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2020-04-06 21:59:15 UTC (rev 259596)
@@ -1968,3 +1968,5 @@
 webkit.org/b/209740 webgl/2.0.0/conformance2/rendering/framebuffer-completeness-unaffected.html [ Failure ]
 
 webkit.org/b/209908 svg/custom/animate-initial-pause-unpause.html [ Pass Timeout ]
+
+webkit.org/b/210046 [ Release ] storage/indexeddb/value-cursor-cycle.html [ Pass Failure ]
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to