diff options
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/keyorder.htm.ini')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/keyorder.htm.ini | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/keyorder.htm.ini b/testing/web-platform/meta/IndexedDB/keyorder.htm.ini new file mode 100644 index 0000000000..91492493e8 --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/keyorder.htm.ini @@ -0,0 +1,51 @@ +[keyorder.htm] + expected: + if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] + [Database readback sort - String < Array] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [Database readback sort - float < String] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [Database readback sort - float < Date] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [Database readback sort - float < Date < String < Array] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [Database readback sort - Date(1 sec ago) < Date(now) < Date(1 minute in future)] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [Database readback sort - -1.1 < 1 < 1.01337 < 1.013373 < 2] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [Database readback sort - -Infinity < -0.01 < 0 < Infinity] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [Database readback sort - "" < "a" < "ab" < "b" < "ba"] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [Database readback sort - Arrays] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [Database readback sort - Array.length: 10,000 < Array.length: 10,001] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [Database readback sort - Infinity inside arrays] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [Database readback sort - Test different stuff at once] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] |