blob: 1259328170deb4e5fd49e66e1684351c6e94e6cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[abort.any.worker.html]
[compileStreaming() synchronously followed by abort should reject with AbortError]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and not debug and fission and (processor == "x86"): [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]
|