summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/api/abort/general.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/api/abort/general.any.js.ini')
-rw-r--r--testing/web-platform/meta/fetch/api/abort/general.any.js.ini91
1 files changed, 91 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/api/abort/general.any.js.ini b/testing/web-platform/meta/fetch/api/abort/general.any.js.ini
new file mode 100644
index 0000000000..99eab531c9
--- /dev/null
+++ b/testing/web-platform/meta/fetch/api/abort/general.any.js.ini
@@ -0,0 +1,91 @@
+[general.any.worker.html]
+ prefs: [browser.opaqueResponseBlocking.javascriptValidator:false]
+ expected:
+ if (os == "linux") and not debug and fission: [OK, CRASH]
+ [Stream will not error if body is empty. It's closed with an empty queue before it errors.]
+ expected: FAIL
+
+ [Readable stream synchronously cancels with AbortError if aborted before reading]
+ expected: FAIL
+
+ [Stream errors once aborted. Underlying connection closed.]
+ expected:
+ if (os == "linux") and not debug: [PASS, FAIL]
+
+ [Stream errors once aborted, after reading. Underlying connection closed.]
+ expected:
+ if not fission and (os == "linux"): [PASS, FAIL]
+
+ [Clone aborts with original controller]
+ expected: FAIL
+
+
+[general.any.html]
+ prefs: [browser.opaqueResponseBlocking.javascriptValidator:false]
+ [Stream will not error if body is empty. It's closed with an empty queue before it errors.]
+ expected: FAIL
+
+ [Readable stream synchronously cancels with AbortError if aborted before reading]
+ expected: FAIL
+
+ [Stream errors once aborted. Underlying connection closed.]
+ expected:
+ if not asan and not fission and (os == "linux") and debug and not swgl: [PASS, FAIL]
+ if asan and fission: [PASS, FAIL]
+ if asan and not fission: [PASS, FAIL]
+
+ [Stream errors once aborted, after reading. Underlying connection closed.]
+ expected:
+ if not fission and (os == "linux") and not debug: [PASS, FAIL]
+
+ [Clone aborts with original controller]
+ expected: FAIL
+
+
+[general.any.sharedworker.html]
+ prefs: [browser.opaqueResponseBlocking.javascriptValidator:false]
+ expected:
+ if (os == "linux") and not debug and fission: [OK, CRASH]
+ [Stream will not error if body is empty. It's closed with an empty queue before it errors.]
+ expected: FAIL
+
+ [Readable stream synchronously cancels with AbortError if aborted before reading]
+ expected: FAIL
+
+ [Stream errors once aborted. Underlying connection closed.]
+ expected:
+ if (os == "linux") and not swgl and fission and not debug: [PASS, FAIL]
+ if (os == "linux") and not swgl and not fission and debug: [PASS, FAIL]
+
+ [Stream errors once aborted, after reading. Underlying connection closed.]
+ expected:
+ if not fission and (os == "linux"): [PASS, FAIL]
+
+ [Clone aborts with original controller]
+ expected: FAIL
+
+
+[general.https.any.serviceworker.html]
+ expected: TIMEOUT
+
+[general.any.serviceworker.html]
+ prefs: [browser.opaqueResponseBlocking.javascriptValidator:false]
+ expected:
+ if (os == "linux") and not debug and fission: [OK, CRASH]
+ [Readable stream synchronously cancels with AbortError if aborted before reading]
+ expected: FAIL
+
+ [Stream will not error if body is empty. It's closed with an empty queue before it errors.]
+ expected: FAIL
+
+ [Stream errors once aborted. Underlying connection closed.]
+ expected:
+ if not fission and (os == "linux") and not debug: [PASS, FAIL]
+
+ [Stream errors once aborted, after reading. Underlying connection closed.]
+ expected:
+ if (os == "linux") and not swgl and not fission and not debug: [PASS, FAIL]
+ if (os == "linux") and swgl: [PASS, FAIL]
+
+ [Clone aborts with original controller]
+ expected: FAIL