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