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