1
0
Fork 0
firefox/testing/web-platform/meta/webmessaging/broadcastchannel/cross-partition.https.tentative.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

23 lines
999 B
INI

[cross-partition.https.tentative.html]
expected:
if (os == "linux") and not debug and asan: [CRASH, OK, TIMEOUT]
if (os == "linux") and not debug and not asan: [OK, TIMEOUT]
if (os == "win") and not debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]
CRASH
[BroadcastChannel messages aren't received from a cross-partition dedicated worker]
expected:
if os == "mac": [PASS, TIMEOUT]
if os == "linux": [PASS, TIMEOUT]
[BroadcastChannel messages aren't received from a cross-partition shared worker]
expected:
if (os == "win") and (processor == "x86"): [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[BroadcastChannel messages aren't received from a cross-partition service worker]
expected:
if (os == "win") and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if os == "linux": [PASS, TIMEOUT, NOTRUN]