From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- testing/web-platform/meta/xhr/event-loadstart-upload.any.js.ini | 5 +++-- testing/web-platform/meta/xhr/event-loadstart.any.js.ini | 7 ++++--- .../web-platform/meta/xhr/event-readystate-sync-open.any.js.ini | 2 +- testing/web-platform/meta/xhr/send-redirect.htm.ini | 2 -- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'testing/web-platform/meta/xhr') 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 -- cgit v1.2.3