Source code

Revision control

Copy as Markdown

Other Tools

[idbcursor-direction-index.any.html]
expected:
if (os == "win") and debug: [CRASH, OK]
[idbcursor-direction-index.any.worker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
if (os == "win") and debug and (processor == "x86"): [OK, CRASH]
[idbcursor-direction-index.any.serviceworker.html]
[idbcursor-direction-index.any.sharedworker.html]
expected:
if (processor == "x86") and debug: [OK, CRASH]