2016-01-29 Brady Eidson <beidson@apple.com>
+ Unreviewed test gardening.
+
+ * platform/mac-wk1/TestExpectations: Break out some IDB failures with better descriptions.
+
+2016-01-29 Brady Eidson <beidson@apple.com>
+
Modern IDB: Getting records for key ranges with null keys aren't properly handled in SQLite backend
https://bugs.webkit.org/show_bug.cgi?id=153666
########################################
### START OF (3) IndexedDB failures with SQLite
-# SQLite backend tests with text failures
+# Completes successfully after ~40 seconds in a debug build with logging
imported/w3c/indexeddb/idbindex-multientry-big.htm [ Failure ]
+
+# Cursor iterates one less time than expected
storage/indexeddb/cursor-continue-validity.html [ Failure ]
+
+# Integer part of the test iterates 0, 1, 2, Inf, -1, -2, -Inf - Should be in order from -Inf to Inf.
storage/indexeddb/cursor-primary-key-order.html [ Failure ]
# SQLite backend tests that timeout