From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../service-worker/ServiceWorkerGlobalScope/__dir__.ini | 3 +++ .../ServiceWorkerGlobalScope/close.https.html.ini | 8 ++++++++ .../extendable-message-event-constructor.https.html.ini | 8 ++++++++ .../extendable-message-event.https.html.ini | 17 +++++++++++++++++ .../isSecureContext.https.html.ini | 3 +++ .../ServiceWorkerGlobalScope/postmessage.https.html.ini | 8 ++++++++ .../registration-attribute.https.html.ini | 7 +++++++ .../service-worker-error-event.https.html.ini | 3 +++ .../ServiceWorkerGlobalScope/unregister.https.html.ini | 3 +++ .../ServiceWorkerGlobalScope/update.https.html.ini | 3 +++ 10 files changed, 63 insertions(+) create mode 100644 testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/__dir__.ini create mode 100644 testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/close.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event-constructor.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/isSecureContext.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/postmessage.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/registration-attribute.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/service-worker-error-event.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/unregister.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/update.https.html.ini (limited to 'testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope') diff --git a/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/__dir__.ini b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/__dir__.ini new file mode 100644 index 0000000000..25fb7223ac --- /dev/null +++ b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/__dir__.ini @@ -0,0 +1,3 @@ +prefs: [dom.serviceWorkers.enabled:true] +lsan-allowed: [XPCNativeInterface::NewInstance, XPCNativeSet::NewInstance, XPCWrappedNative::GetNewOrUsed, mozilla::dom::ServiceWorkerRegistrationParent::Init, mozilla::dom::ServiceWorkerRegistrationProxy::Update, nsGlobalWindowOuter::WindowUtils, nsSupportsWeakReference::GetWeakReference, nsThread::nsThread, nsThreadManager::NewNamedThread] +leak-threshold: [tab:102400] diff --git a/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/close.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/close.https.html.ini new file mode 100644 index 0000000000..155931c532 --- /dev/null +++ b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/close.https.html.ini @@ -0,0 +1,8 @@ +[close.https.html] + expected: + if (os == "win") and debug and (processor == "x86_64") and not swgl: [OK, TIMEOUT] + if (os == "win") and not debug: [OK, TIMEOUT] + [ServiceWorkerGlobalScope: close operation] + expected: + if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT] + if (os == "win") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event-constructor.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event-constructor.https.html.ini new file mode 100644 index 0000000000..963693f5ce --- /dev/null +++ b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event-constructor.https.html.ini @@ -0,0 +1,8 @@ +[extendable-message-event-constructor.https.html] + expected: + if (os == "win") and debug and not swgl and (processor == "x86_64"): [OK, TIMEOUT] + if (os == "win") and not debug: [OK, TIMEOUT] + [ServiceWorkerGlobalScope: ExtendableMessageEvent Constructor] + expected: + if (os == "win") and debug and not swgl and (processor == "x86_64"): [PASS, TIMEOUT] + if (os == "win") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event.https.html.ini new file mode 100644 index 0000000000..e47c4bef18 --- /dev/null +++ b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event.https.html.ini @@ -0,0 +1,17 @@ +[extendable-message-event.https.html] + expected: TIMEOUT + [Post loopback extendable messages] + expected: + if os == "win": [TIMEOUT, NOTRUN] + TIMEOUT + + [Post extendable messages among service workers] + expected: NOTRUN + + [Post an extendable message from a nested client] + expected: + if os == "win": [PASS, NOTRUN, TIMEOUT] + + [Post an extendable message from a top-level client] + expected: + if os == "win": [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/isSecureContext.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/isSecureContext.https.html.ini new file mode 100644 index 0000000000..d2d954b1e1 --- /dev/null +++ b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/isSecureContext.https.html.ini @@ -0,0 +1,3 @@ +[isSecureContext.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/postmessage.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/postmessage.https.html.ini new file mode 100644 index 0000000000..7ca6fd3d58 --- /dev/null +++ b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/postmessage.https.html.ini @@ -0,0 +1,8 @@ +[postmessage.https.html] + expected: TIMEOUT + [Post loopback messages] + expected: TIMEOUT + + [Post messages among service workers] + expected: NOTRUN + diff --git a/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/registration-attribute.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/registration-attribute.https.html.ini new file mode 100644 index 0000000000..529050c285 --- /dev/null +++ b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/registration-attribute.https.html.ini @@ -0,0 +1,7 @@ +[registration-attribute.https.html] + [Verify registration attributes on ServiceWorkerGlobalScope] + expected: FAIL + + [Verify registration attributes on ServiceWorkerGlobalScope of the newer worker] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/service-worker-error-event.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/service-worker-error-event.https.html.ini new file mode 100644 index 0000000000..ffd6372f1a --- /dev/null +++ b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/service-worker-error-event.https.html.ini @@ -0,0 +1,3 @@ +[service-worker-error-event.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/unregister.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/unregister.https.html.ini new file mode 100644 index 0000000000..22dee31bdb --- /dev/null +++ b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/unregister.https.html.ini @@ -0,0 +1,3 @@ +[unregister.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/update.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/update.https.html.ini new file mode 100644 index 0000000000..6323d8e3f5 --- /dev/null +++ b/testing/web-platform/meta/service-workers/service-worker/ServiceWorkerGlobalScope/update.https.html.ini @@ -0,0 +1,3 @@ +[update.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] -- cgit v1.2.3