Title: [194588] trunk/LayoutTests
Revision
194588
Author
[email protected]
Date
2016-01-05 09:55:15 -0800 (Tue, 05 Jan 2016)

Log Message

IndexedDB TestExpectations gardening.

Reviewed by Alex Christensen.

- Enable 3 flakes that should now not be flakey.
- Unskip some previously crashing tests, but mark as text failures.
- Move some tests around with better comments.

* platform/mac-wk1/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (194587 => 194588)


--- trunk/LayoutTests/ChangeLog	2016-01-05 17:44:50 UTC (rev 194587)
+++ trunk/LayoutTests/ChangeLog	2016-01-05 17:55:15 UTC (rev 194588)
@@ -1,5 +1,17 @@
 2016-01-05  Brady Eidson  <[email protected]>
 
+        IndexedDB TestExpectations gardening.
+
+        Reviewed by Alex Christensen.
+
+        - Enable 3 flakes that should now not be flakey.
+        - Unskip some previously crashing tests, but mark as text failures.
+        - Move some tests around with better comments.
+        
+        * platform/mac-wk1/TestExpectations: 
+
+2016-01-05  Brady Eidson  <[email protected]>
+
         Modern IDB: Transactions from a previous page can leak forward to the next.
         https://bugs.webkit.org/show_bug.cgi?id=152698
 

Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (194587 => 194588)


--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2016-01-05 17:44:50 UTC (rev 194587)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2016-01-05 17:55:15 UTC (rev 194588)
@@ -68,24 +68,16 @@
 imported/w3c/indexeddb
 inspector/indexeddb
 
-# IDB tests that crash
+# IDB tests that crash/assert in MemoryBackingStore code
+storage/indexeddb/key-generator.html [ Skip ]
 storage/indexeddb/lazy-index-population.html [ Skip ]
+
+# IDB tests that crash/assert in CloneDeserializer
 storage/indexeddb/structured-clone.html [ Skip ]
 
 # IDB tests that crash with GuardMalloc or ASan
 storage/indexeddb/index-multientry.html [ Skip ]
 
-# Causes crashes downstream
-storage/indexeddb/key-generator.html [ Skip ]
-storage/indexeddb/keypath-basics.html [ Skip ]
-
-# IDB flaky crashes
-fast/history/page-cache-indexed-closed-db.html [ Skip ]
-storage/indexeddb/mozilla/cursor-mutation.html [ Skip ]
-storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html [ Skip ]
-storage/indexeddb/mutating-cursor.html [ Skip ]
-webkit.org/b/152264 storage/indexeddb/deleted-objects.html [ Failure Crash ]
-
 # IDB tests that timeout                                                               
 storage/indexeddb/database-quota.html [ Skip ]
 storage/indexeddb/deletedatabase-delayed-by-versionchange.html [ Skip ]
@@ -93,7 +85,12 @@
 storage/indexeddb/intversion-long-queue.html [ Skip ]
 storage/indexeddb/transaction-starvation.html [ Skip ]
 
-# IDB tests with text failures                                                             
+# IDB tests with text failures related to error message differences
+storage/indexeddb/deleted-objects.html [ Failure ]
+storage/indexeddb/keypath-basics.html [ Failure ]
+
+# IDB tests with other text failures
+fast/history/page-cache-indexed-closed-db.html [ Failure ]
 storage/indexeddb/intversion-gated-on-delete.html [ Failure ]
 storage/indexeddb/odd-strings.html [ Failure ]
 storage/indexeddb/open-db-private-browsing.html [ Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to