[abort.any.worker.html]
[compileStreaming() synchronously followed by abort should reject with AbortError]
expected:
if (os == "linux") and not debug and fission: [PASS, FAIL]
if (os == "linux") and not debug and not fission: [PASS, FAIL]
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
expected:
if (os == "linux") and not fission and not debug: [PASS, FAIL]
[abort.any.html]