31 lines
1.6 KiB
INI
31 lines
1.6 KiB
INI
[idbobjectstore-request-source.html]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
|
|
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]
|
|
[The source of the request from store => store.getKey(0) is the object store itself]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
|
|
[The source of the request from store => store.getAll() is the object store itself]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
|
|
[The source of the request from store => store.getAllKeys() is the object store itself]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
if (os == "win") and not debug and (processor == "x86"): TIMEOUT
|
|
|
|
[The source of the request from store => store.count() is the object store itself]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, PASS]
|
|
|
|
[The source of the request from store => store.openCursor() is the object store itself]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, PASS]
|
|
|
|
[The source of the request from store => store.openKeyCursor() is the object store itself]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, PASS]
|