summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/update-not-allowed.https.html.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
commitda4c7e7ed675c3bf405668739c3012d140856109 (patch)
treecdd868dba063fecba609a1d819de271f0d51b23e /testing/web-platform/meta/service-workers/service-worker/update-not-allowed.https.html.ini
parentAdding upstream version 125.0.3. (diff)
downloadfirefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz
firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/service-workers/service-worker/update-not-allowed.https.html.ini')
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/update-not-allowed.https.html.ini24
1 files changed, 12 insertions, 12 deletions
diff --git a/testing/web-platform/meta/service-workers/service-worker/update-not-allowed.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/update-not-allowed.https.html.ini
index d522857c70..055676aec4 100644
--- a/testing/web-platform/meta/service-workers/service-worker/update-not-allowed.https.html.ini
+++ b/testing/web-platform/meta/service-workers/service-worker/update-not-allowed.https.html.ini
@@ -2,27 +2,27 @@
disabled:
if os == "android": bug 1550895 (frequently fails on geckoview)
expected:
- if (os == "win") and not debug: [ERROR, OK]
- if (os == "win") and debug: ERROR
- if os == "mac": ERROR
- [ERROR, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86_64"): [ERROR, OK]
+ if (os == "win") and not debug and (processor == "x86"): [ERROR, TIMEOUT, OK]
+ if os == "linux": [ERROR, TIMEOUT]
+ ERROR
[ServiceWorkerRegistration.update() from installing service worker throws.]
expected:
- if (os == "linux") and fission and debug: [PASS, TIMEOUT]
- if (os == "linux") and fission and not debug: [PASS, TIMEOUT, NOTRUN]
- if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN]
+ if (os == "linux") and debug and fission: [PASS, TIMEOUT]
+ if (os == "linux") and debug and not fission: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug: [PASS, FAIL]
+ if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[ServiceWorkerRegistration.update() from active service worker succeeds while installing service worker.]
expected:
if (os == "win") and not debug: [PASS, FAIL, TIMEOUT]
- if (os == "linux") and not fission: [PASS, NOTRUN]
- if (os == "linux") and fission: [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT]
+ if (os == "linux") and fission: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if (os == "linux") and not fission: [PASS, NOTRUN]
[ServiceWorkerRegistration.update() from client succeeds while installing service worker.]
expected:
- if not asan and not debug and (os == "win") and (processor == "x86_64"): [FAIL, PASS]
- if not asan and not debug and (os == "win") and (processor == "x86"): [PASS, FAIL]
- if not asan and not debug and (os == "mac"): [PASS, FAIL]
+ if not asan and (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
+ if not asan and (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
+ if not asan and (os == "mac") and not debug: [PASS, FAIL]
if asan: [PASS, FAIL, TIMEOUT]