[idbobjectstore-add-put-exception-order.any.html]
[idbobjectstore-add-put-exception-order.any.serviceworker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]
if (os == "win") and debug and (processor == "x86"): [OK, ERROR]
[idbobjectstore-add-put-exception-order.any.worker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR, CRASH]
if (os == "win") and debug and (processor == "x86"): [OK, CRASH]
[idbobjectstore-add-put-exception-order.any.sharedworker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
if (os == "win") and debug and (processor == "x86"): [OK, ERROR, CRASH]