summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/wasm/webapi/abort.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/wasm/webapi/abort.any.js.ini')
-rw-r--r--testing/web-platform/meta/wasm/webapi/abort.any.js.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/meta/wasm/webapi/abort.any.js.ini b/testing/web-platform/meta/wasm/webapi/abort.any.js.ini
new file mode 100644
index 0000000000..1259328170
--- /dev/null
+++ b/testing/web-platform/meta/wasm/webapi/abort.any.js.ini
@@ -0,0 +1,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]