Source code
Revision control
Copy as Markdown
Other Tools
[bad-strategies.any.html]
[bad-strategies.any.shadowrealm.html]
expected: ERROR
[bad-strategies.any.worker.html]
expected:
if os == "android": [OK, CRASH]
[bad-strategies.any.serviceworker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): CRASH
if (os == "linux") and debug and not fission: CRASH
if (os == "mac") and debug: CRASH
if os == "android": [OK, ERROR]
[bad-strategies.any.sharedworker.html]
[bad-strategies.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[bad-strategies.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[bad-strategies.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[bad-strategies.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[bad-strategies.any.shadowrealm-in-window.html]
expected:
if processor == "x86": [ERROR, TIMEOUT]
ERROR
[bad-strategies.https.any.shadowrealm-in-serviceworker.html]
expected:
if debug and (processor == "x86_64") and (os == "linux") and fission: [CRASH, ERROR, TIMEOUT]
if debug and (processor == "x86"): [CRASH, ERROR, TIMEOUT]
[ERROR, TIMEOUT]