Title: [260767] trunk/LayoutTests
Revision
260767
Author
[email protected]
Date
2020-04-27 10:57:54 -0700 (Mon, 27 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/ios-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (260766 => 260767)


--- trunk/LayoutTests/ChangeLog	2020-04-27 17:56:07 UTC (rev 260766)
+++ trunk/LayoutTests/ChangeLog	2020-04-27 17:57:54 UTC (rev 260767)
@@ -1,3 +1,12 @@
+2020-04-27  Jason Lawrence  <[email protected]>
+
+        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/ios-wk2/TestExpectations:
+
 2020-04-27  Alicia Boya GarcĂ­a  <[email protected]>
 
         [GStreamer] Rework WebKitWebSrc threading

Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (260766 => 260767)


--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2020-04-27 17:56:07 UTC (rev 260766)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2020-04-27 17:57:54 UTC (rev 260767)
@@ -1763,3 +1763,5 @@
 webkit.org/b/210219 [ Debug ] http/tests/IndexedDB/collect-IDB-objects.https.html [ Pass Crash ]
 
 webkit.org/b/209189 http/tests/IndexedDB/storage-limit.https.html [ Pass Failure ]
+
+webkit.org/b/210046 [ Release ] storage/indexeddb/value-cursor-cycle.html [ Pass Failure ]
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to