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