Source code

Revision control

Copy as Markdown

Other Tools

[evaluation-order-1-nothrow-importScripts.any.sharedworker.html]
expected:
if (os == "linux") and asan and fission: CRASH
if (os == "android") and not debug: [OK, CRASH]
[evaluation-order-1-nothrow-importScripts.any.worker.html]
expected:
if not debug and (os == "linux") and not fission: CRASH
if debug and (os == "win"): CRASH
if debug and (os == "linux"): CRASH
if not debug and (os == "mac"): [OK, CRASH]
if not debug and (os == "android"): [OK, CRASH]