From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../service-worker/update-import-scripts.https.html.ini | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'testing/web-platform/meta/service-workers/service-worker/update-import-scripts.https.html.ini') diff --git a/testing/web-platform/meta/service-workers/service-worker/update-import-scripts.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/update-import-scripts.https.html.ini index c8a3fee344..e6f70ed1ff 100644 --- a/testing/web-platform/meta/service-workers/service-worker/update-import-scripts.https.html.ini +++ b/testing/web-platform/meta/service-workers/service-worker/update-import-scripts.https.html.ini @@ -1,12 +1,12 @@ [update-import-scripts.https.html] expected: if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, OK] - if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK] if (os == "android") and debug and not swgl: [OK, ERROR] [update() should find an update in an imported script but update() should result in failure due to missing the other imported script.] expected: if (os == "win") and not debug and (processor == "x86_64"): NOTRUN - if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN] + if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, FAIL, NOTRUN] if (os == "linux") and not fission and not debug: [FAIL, PASS] FAIL @@ -18,8 +18,7 @@ [update() should fail when a new worker imports an unavailable script.] expected: - if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT] - if (processor == "x86") and not debug: [PASS, TIMEOUT] + if (os == "win") and not debug: [PASS, TIMEOUT] [update() should succeed when the old imported script no longer exist but the new worker doesn't import it.] expected: @@ -29,4 +28,4 @@ [update() should work with cross-origin importScripts.] expected: if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT] - if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and not debug and (processor == "x86"): [NOTRUN, PASS, TIMEOUT] -- cgit v1.2.3