[keypath_invalid.any.worker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [ERROR, OK, CRASH]
if (os == "win") and debug and (processor == "x86"): [OK, CRASH]
[keypath_invalid.any.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]
[keypath_invalid.any.sharedworker.html]
expected:
if (os == "win") and debug: [OK, CRASH]
[keypath_invalid.any.serviceworker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]
if (os == "win") and debug and (processor == "x86"): [ERROR, OK]