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