summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webmessaging/message-channels
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/webmessaging/message-channels
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webmessaging/message-channels')
-rw-r--r--testing/web-platform/meta/webmessaging/message-channels/__dir__.ini1
-rw-r--r--testing/web-platform/meta/webmessaging/message-channels/close-event/__dir__.ini2
-rw-r--r--testing/web-platform/meta/webmessaging/message-channels/close-event/document-destroyed.tentative.window.js.ini10
-rw-r--r--testing/web-platform/meta/webmessaging/message-channels/close-event/explicitly-closed.tentative.window.js.ini7
-rw-r--r--testing/web-platform/meta/webmessaging/message-channels/close-event/garbage-collected.tentative.any.js.ini10
-rw-r--r--testing/web-platform/meta/webmessaging/message-channels/cross-document.html.ini3
-rw-r--r--testing/web-platform/meta/webmessaging/message-channels/detached-iframe.window.js.ini3
-rw-r--r--testing/web-platform/meta/webmessaging/message-channels/implied-start.any.js.ini5
-rw-r--r--testing/web-platform/meta/webmessaging/message-channels/no-start.any.js.ini7
-rw-r--r--testing/web-platform/meta/webmessaging/message-channels/user-activation.tentative.any.js.ini12
-rw-r--r--testing/web-platform/meta/webmessaging/message-channels/worker-post-after-close.any.js.ini7
-rw-r--r--testing/web-platform/meta/webmessaging/message-channels/worker.any.js.ini7
12 files changed, 74 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webmessaging/message-channels/__dir__.ini b/testing/web-platform/meta/webmessaging/message-channels/__dir__.ini
new file mode 100644
index 0000000000..daf68383df
--- /dev/null
+++ b/testing/web-platform/meta/webmessaging/message-channels/__dir__.ini
@@ -0,0 +1 @@
+leak-threshold: [default:51200]
diff --git a/testing/web-platform/meta/webmessaging/message-channels/close-event/__dir__.ini b/testing/web-platform/meta/webmessaging/message-channels/close-event/__dir__.ini
new file mode 100644
index 0000000000..8580256933
--- /dev/null
+++ b/testing/web-platform/meta/webmessaging/message-channels/close-event/__dir__.ini
@@ -0,0 +1,2 @@
+lsan-allowed: [Alloc, AllocateProtoAndIfaceCache, Realloc, mozilla::detail::HashTable, mozilla::dom::Headers::Constructor]
+leak-threshold: [tab:307200]
diff --git a/testing/web-platform/meta/webmessaging/message-channels/close-event/document-destroyed.tentative.window.js.ini b/testing/web-platform/meta/webmessaging/message-channels/close-event/document-destroyed.tentative.window.js.ini
new file mode 100644
index 0000000000..d8283da007
--- /dev/null
+++ b/testing/web-platform/meta/webmessaging/message-channels/close-event/document-destroyed.tentative.window.js.ini
@@ -0,0 +1,10 @@
+[document-destroyed.tentative.window.html]
+ expected: TIMEOUT
+ [The context is navigated to a new document and a close event is fired.]
+ expected: TIMEOUT
+
+ [The window is closed and a close event is fired.]
+ expected: NOTRUN
+
+ [The iframe is deleted and a close event is fired.]
+ expected: NOTRUN
diff --git a/testing/web-platform/meta/webmessaging/message-channels/close-event/explicitly-closed.tentative.window.js.ini b/testing/web-platform/meta/webmessaging/message-channels/close-event/explicitly-closed.tentative.window.js.ini
new file mode 100644
index 0000000000..c625c16f71
--- /dev/null
+++ b/testing/web-platform/meta/webmessaging/message-channels/close-event/explicitly-closed.tentative.window.js.ini
@@ -0,0 +1,7 @@
+[explicitly-closed.tentative.window.html]
+ expected: TIMEOUT
+ [Close event on port2 is fired when port1 is explicitly closed]
+ expected: TIMEOUT
+
+ [Close event on port2 is fired when port1, which is in a different window, is explicitly closed.]
+ expected: TIMEOUT
diff --git a/testing/web-platform/meta/webmessaging/message-channels/close-event/garbage-collected.tentative.any.js.ini b/testing/web-platform/meta/webmessaging/message-channels/close-event/garbage-collected.tentative.any.js.ini
new file mode 100644
index 0000000000..5da35dfd11
--- /dev/null
+++ b/testing/web-platform/meta/webmessaging/message-channels/close-event/garbage-collected.tentative.any.js.ini
@@ -0,0 +1,10 @@
+[garbage-collected.tentative.any.worker.html]
+ expected: TIMEOUT
+ [Entangled port is garbage collected, and the close event is fired.]
+ expected: TIMEOUT
+
+
+[garbage-collected.tentative.any.html]
+ expected: TIMEOUT
+ [Entangled port is garbage collected, and the close event is fired.]
+ expected: TIMEOUT
diff --git a/testing/web-platform/meta/webmessaging/message-channels/cross-document.html.ini b/testing/web-platform/meta/webmessaging/message-channels/cross-document.html.ini
new file mode 100644
index 0000000000..c67640cd63
--- /dev/null
+++ b/testing/web-platform/meta/webmessaging/message-channels/cross-document.html.ini
@@ -0,0 +1,3 @@
+[cross-document.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/webmessaging/message-channels/detached-iframe.window.js.ini b/testing/web-platform/meta/webmessaging/message-channels/detached-iframe.window.js.ini
new file mode 100644
index 0000000000..819d2c89cf
--- /dev/null
+++ b/testing/web-platform/meta/webmessaging/message-channels/detached-iframe.window.js.ini
@@ -0,0 +1,3 @@
+[detached-iframe.window.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/webmessaging/message-channels/implied-start.any.js.ini b/testing/web-platform/meta/webmessaging/message-channels/implied-start.any.js.ini
new file mode 100644
index 0000000000..b7e7e5d5f5
--- /dev/null
+++ b/testing/web-platform/meta/webmessaging/message-channels/implied-start.any.js.ini
@@ -0,0 +1,5 @@
+[implied-start.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[implied-start.any.html]
diff --git a/testing/web-platform/meta/webmessaging/message-channels/no-start.any.js.ini b/testing/web-platform/meta/webmessaging/message-channels/no-start.any.js.ini
new file mode 100644
index 0000000000..d789e34538
--- /dev/null
+++ b/testing/web-platform/meta/webmessaging/message-channels/no-start.any.js.ini
@@ -0,0 +1,7 @@
+[no-start.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[no-start.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/webmessaging/message-channels/user-activation.tentative.any.js.ini b/testing/web-platform/meta/webmessaging/message-channels/user-activation.tentative.any.js.ini
new file mode 100644
index 0000000000..5187eeee65
--- /dev/null
+++ b/testing/web-platform/meta/webmessaging/message-channels/user-activation.tentative.any.js.ini
@@ -0,0 +1,12 @@
+[user-activation.tentative.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [user activation messagechannel test]
+ expected: FAIL
+
+
+[user-activation.tentative.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [user activation messagechannel test]
+ expected: FAIL
diff --git a/testing/web-platform/meta/webmessaging/message-channels/worker-post-after-close.any.js.ini b/testing/web-platform/meta/webmessaging/message-channels/worker-post-after-close.any.js.ini
new file mode 100644
index 0000000000..adecab550e
--- /dev/null
+++ b/testing/web-platform/meta/webmessaging/message-channels/worker-post-after-close.any.js.ini
@@ -0,0 +1,7 @@
+[worker-post-after-close.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[worker-post-after-close.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/webmessaging/message-channels/worker.any.js.ini b/testing/web-platform/meta/webmessaging/message-channels/worker.any.js.ini
new file mode 100644
index 0000000000..beca125590
--- /dev/null
+++ b/testing/web-platform/meta/webmessaging/message-channels/worker.any.js.ini
@@ -0,0 +1,7 @@
+[worker.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[worker.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]