summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/idbcursor-advance.htm.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idbcursor-advance.htm.ini')
-rw-r--r--testing/web-platform/meta/IndexedDB/idbcursor-advance.htm.ini25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idbcursor-advance.htm.ini b/testing/web-platform/meta/IndexedDB/idbcursor-advance.htm.ini
new file mode 100644
index 0000000000..61bdfde10e
--- /dev/null
+++ b/testing/web-platform/meta/IndexedDB/idbcursor-advance.htm.ini
@@ -0,0 +1,25 @@
+[idbcursor-advance.htm]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
+ [IDBCursor.advance() - within single key range]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
+
+ [IDBCursor.advance() - advances backwards]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [IDBCursor.advance() - skip far forward]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [IDBCursor.advance() - within range]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [IDBCursor.advance() - within single key range, with several results]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]