summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/xhr
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /testing/web-platform/meta/xhr
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.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')
-rw-r--r--testing/web-platform/meta/xhr/event-loadstart-upload.any.js.ini5
-rw-r--r--testing/web-platform/meta/xhr/event-loadstart.any.js.ini7
-rw-r--r--testing/web-platform/meta/xhr/event-readystate-sync-open.any.js.ini2
-rw-r--r--testing/web-platform/meta/xhr/send-redirect.htm.ini2
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