summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/wasm/webapi/abort.any.js.ini
blob: ce4c37e849de5167dd81b5664bcbc5e0a52802a6 (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: [PASS, FAIL]

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


[abort.any.html]