Source code
Revision control
Copy as Markdown
Other Tools
[evaluation-order-1-nothrow-static-import.any.sharedworker-module.html]
expected:
if debug and (os == "linux") and not fission: CRASH
if debug and (os == "mac"): CRASH
if debug and (os == "android"): CRASH
if not debug and (os == "android"): [OK, CRASH]
[evaluation-order-1-nothrow-static-import.any.worker-module.html]
expected:
if not asan and (os == "linux") and debug and fission: CRASH
if not asan and (os == "win") and debug: CRASH
if not asan and (os == "android") and not debug: [OK, CRASH]
if asan: CRASH