summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/wasm/webapi/abort.any.js.ini
blob: bd70eed8d310e9e06543858d65e94135fc2f81c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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]