Source code
Revision control
Copy as Markdown
Other Tools
[SharedWorker-script-error.html]
expected:
if not debug and not asan and (os == "mac"): [ERROR, CRASH]
if not debug and not asan and (os == "android"): [CRASH, ERROR]
if not debug and asan: CRASH
if debug: CRASH
ERROR