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/xhr | |
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/xhr')
4 files changed, 8 insertions, 8 deletions
diff --git a/testing/web-platform/meta/xhr/event-loadstart-upload.any.js.ini b/testing/web-platform/meta/xhr/event-loadstart-upload.any.js.ini index fc1543d232..76ceb8fcc8 100644 --- a/testing/web-platform/meta/xhr/event-loadstart-upload.any.js.ini +++ b/testing/web-platform/meta/xhr/event-loadstart-upload.any.js.ini @@ -2,5 +2,6 @@ [event-loadstart-upload.any.html] expected: - if debug and (os == "linux") and not fission and swgl: [OK, CRASH] - if debug and (os == "mac"): [OK, CRASH] + if (os == "linux") and swgl and not fission: [OK, CRASH] + if (os == "win") and swgl: [OK, CRASH] + if (os == "mac") and debug: [OK, CRASH] diff --git a/testing/web-platform/meta/xhr/event-loadstart.any.js.ini b/testing/web-platform/meta/xhr/event-loadstart.any.js.ini index ee37ed232d..552710102e 100644 --- a/testing/web-platform/meta/xhr/event-loadstart.any.js.ini +++ b/testing/web-platform/meta/xhr/event-loadstart.any.js.ini @@ -2,6 +2,7 @@ [event-loadstart.any.html] expected: - if swgl and (os == "linux") and not fission: [OK, CRASH] - if not swgl and (os == "mac") and debug: [OK, CRASH] - if swgl and (os == "win"): [OK, CRASH] + if debug and (os == "linux") and fission and not swgl: CRASH + if debug and (os == "linux") and not fission and swgl: [OK, CRASH] + if debug and (os == "win") and swgl: [OK, CRASH] + if debug and (os == "mac"): [OK, CRASH] diff --git a/testing/web-platform/meta/xhr/event-readystate-sync-open.any.js.ini b/testing/web-platform/meta/xhr/event-readystate-sync-open.any.js.ini index 0ce37a510b..85e6880feb 100644 --- a/testing/web-platform/meta/xhr/event-readystate-sync-open.any.js.ini +++ b/testing/web-platform/meta/xhr/event-readystate-sync-open.any.js.ini @@ -2,4 +2,4 @@ [event-readystate-sync-open.any.worker.html] expected: - if (os == "mac") and debug: CRASH + if swgl and (os == "win"): [OK, CRASH] diff --git a/testing/web-platform/meta/xhr/send-redirect.htm.ini b/testing/web-platform/meta/xhr/send-redirect.htm.ini index f747cd9d10..fc74937cd0 100644 --- a/testing/web-platform/meta/xhr/send-redirect.htm.ini +++ b/testing/web-platform/meta/xhr/send-redirect.htm.ini @@ -1,5 +1,3 @@ [send-redirect.htm] expected: if (os == "android") and fission: [OK, TIMEOUT] - [XMLHttpRequest: send() - Redirects (basics) (300 does not redirect)] - expected: FAIL |