Source code
Revision control
Copy as Markdown
Other Tools
[evaluation-order-1-throw-importScripts.any.worker.html]
expected:
if (os == "linux") and not tsan and not debug and fission and asan: CRASH
if (os == "linux") and not tsan and debug and not fission: CRASH
if (os == "mac") and debug: CRASH
if (os == "android") and not debug: [OK, CRASH]
[importScripts() queueing a microtask then throwing an exception]
expected: FAIL
[evaluation-order-1-throw-importScripts.any.sharedworker.html]
expected:
if (os == "linux") and not fission and not debug: CRASH
if (os == "mac") and not debug: [OK, CRASH]
[importScripts() queueing a microtask then throwing an exception]
expected: FAIL