Title: [193792] trunk/LayoutTests
Revision
193792
Author
[email protected]
Date
2015-12-08 16:08:09 -0800 (Tue, 08 Dec 2015)

Log Message

Modern IDB: IDBTransaction::hasPendingActivity() was wrong, leading to premature GC of the wrapper.
https://bugs.webkit.org/show_bug.cgi?id=151507

Reviewed by Beth Dakin.

A handful of tests were marked flaky and tracked back to this bug.

Ever since the presumed fix for this bug (r192687) the flakiness dashboard says they pass.

* platform/mac-wk1/TestExpectations: Re-enable the no-longer-flaky tests.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (193791 => 193792)


--- trunk/LayoutTests/ChangeLog	2015-12-09 00:04:46 UTC (rev 193791)
+++ trunk/LayoutTests/ChangeLog	2015-12-09 00:08:09 UTC (rev 193792)
@@ -1,5 +1,18 @@
 2015-12-08  Brady Eidson  <[email protected]>
 
+        Modern IDB: IDBTransaction::hasPendingActivity() was wrong, leading to premature GC of the wrapper.
+        https://bugs.webkit.org/show_bug.cgi?id=151507
+
+        Reviewed by Beth Dakin.
+
+        A handful of tests were marked flaky and tracked back to this bug.
+        
+        Ever since the presumed fix for this bug (r192687) the flakiness dashboard says they pass.
+        
+        * platform/mac-wk1/TestExpectations: Re-enable the no-longer-flaky tests.
+
+2015-12-08  Brady Eidson  <[email protected]>
+
         More IDB TestExpectations gardening.
 
         Reviewed by Alex Christensen.

Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (193791 => 193792)


--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2015-12-09 00:04:46 UTC (rev 193791)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2015-12-09 00:08:09 UTC (rev 193792)
@@ -225,16 +225,6 @@
 # This test gives a different output on ElCapitan-wk1 only.
 [ ElCapitan+ ] fast/replaced/replaced-breaking.html [ Failure ]
 
-webkit.org/b/151219 storage/indexeddb/modern/idbindex-properties-basic.html [ Pass Timeout ]
-
-webkit.org/b/151364 storage/indexeddb/modern/get-index-failures.html [ Pass Timeout ]
-
-webkit.org/b/151389 storage/indexeddb/modern/aborted-put.html [ Pass Timeout ]
-
-webkit.org/b/151448 storage/indexeddb/modern/cursor-2.html [ Pass Timeout ]
-webkit.org/b/151448 storage/indexeddb/modern/cursor-3.html [ Pass Timeout ]
-webkit.org/b/151448 storage/indexeddb/modern/cursor-4.html [ Pass Timeout ]
-
 ### END OF (2) Failures without bug reports
 ########################################
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to