1
0
Fork 0
firefox/testing/web-platform/meta/webmessaging/broadcastchannel/blobs.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

10 lines
627 B
INI

[blobs.html]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [OK, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and not debug and not fission and not asan: TIMEOUT
[Blobs work with workers on BroadcastChannel]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [PASS, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, TIMEOUT]
if (os == "linux") and not debug and not fission and not asan: TIMEOUT