Source code

Revision control

Copy as Markdown

Other Tools

[general.any.html]
expected:
if (os == "mac") and not debug: [OK, CRASH]
if os == "android": [OK, CRASH]
[general.any.worker.html]
expected:
if os == "android": [OK, CRASH]
[general.any.serviceworker.html]
expected:
if debug and (os == "linux") and fission: CRASH
if debug and (os == "mac"): CRASH
[general.any.sharedworker.html]
[general.any.shadowrealm.html]
expected:
if (os == "android") and not debug: [ERROR, CRASH]
ERROR
[general.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[general.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[general.https.any.shadowrealm-in-serviceworker.html]
expected:
if debug and (os == "linux") and not fission: [CRASH, ERROR, TIMEOUT]
if debug and (os == "win"): [CRASH, ERROR, TIMEOUT]
[ERROR, TIMEOUT]
[general.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[general.any.shadowrealm-in-window.html]
expected: ERROR
[general.https.any.shadowrealm-in-audioworklet.html]
expected:
if os == "linux": [ERROR, TIMEOUT]
ERROR