diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /testing/web-platform/meta/fetch/api/basic | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/fetch/api/basic')
-rw-r--r-- | testing/web-platform/meta/fetch/api/basic/conditional-get.any.js.ini | 12 | ||||
-rw-r--r-- | testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini | 17 |
2 files changed, 20 insertions, 9 deletions
diff --git a/testing/web-platform/meta/fetch/api/basic/conditional-get.any.js.ini b/testing/web-platform/meta/fetch/api/basic/conditional-get.any.js.ini index a3a33547d8..19ed19ec80 100644 --- a/testing/web-platform/meta/fetch/api/basic/conditional-get.any.js.ini +++ b/testing/web-platform/meta/fetch/api/basic/conditional-get.any.js.ini @@ -1,15 +1,11 @@ [conditional-get.any.worker.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] + [Testing conditional GET with ETags] + expected: + if (os == "android") and not debug: [PASS, FAIL] + [conditional-get.any.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] [conditional-get.any.serviceworker.html] - expected: - if (os == "android") and fission: [TIMEOUT, OK] [conditional-get.any.sharedworker.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini b/testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini index 2cb877fc8e..efaa4370b1 100644 --- a/testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini +++ b/testing/web-platform/meta/fetch/api/basic/request-upload.h2.any.js.ini @@ -1,4 +1,5 @@ [request-upload.h2.any.serviceworker.html] + expected: TIMEOUT [Fetch with POST with empty ReadableStream] expected: FAIL @@ -29,8 +30,12 @@ [Synchronous feature detect] expected: FAIL + [ReadbleStream should be closed on signal.abort] + expected: TIMEOUT + [request-upload.h2.any.sharedworker.html] + expected: TIMEOUT [Fetch with POST with empty ReadableStream] expected: FAIL @@ -61,8 +66,12 @@ [Synchronous feature detect] expected: FAIL + [ReadbleStream should be closed on signal.abort] + expected: TIMEOUT + [request-upload.h2.any.worker.html] + expected: TIMEOUT [Fetch with POST with empty ReadableStream] expected: FAIL @@ -93,11 +102,14 @@ [Synchronous feature detect] expected: FAIL + [ReadbleStream should be closed on signal.abort] + expected: TIMEOUT + [request-upload.h2.any.html] expected: if (os == "mac") and not debug: [ERROR, OK] - if os == "android": OK + if os == "android": TIMEOUT ERROR [Fetch with POST with empty ReadableStream] expected: FAIL @@ -128,3 +140,6 @@ [Synchronous feature detect] expected: FAIL + + [ReadbleStream should be closed on signal.abort] + expected: TIMEOUT |