1
0
Fork 0
firefox/testing/web-platform/meta/push-api/idlharness.https.any.js.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

42 lines
1.3 KiB
INI

[idlharness.https.any.html]
expected:
if not tsan and (os == "linux") and asan and fission: CRASH
if not tsan and (os == "android") and debug: CRASH
if not tsan and (os == "android") and not debug: [OK, CRASH]
if tsan: TIMEOUT
[PushSubscriptionOptions interface: attribute userVisibleOnly]
expected: FAIL
[PushSubscription interface: attribute expirationTime]
expected:
if os == "win": PASS
[PASS, FAIL]
[idlharness.https.any.worker.html]
expected:
if debug and (os == "linux") and fission: CRASH
if debug and (os == "win"): CRASH
if not debug and (os == "mac"): [OK, CRASH]
if not debug and (os == "android"): [OK, CRASH]
[PushSubscriptionOptions interface: attribute userVisibleOnly]
expected: FAIL
[idlharness.https.any.serviceworker.html]
expected:
if (os == "linux") and debug and not fission: CRASH
if (os == "mac") and debug: CRASH
if (os == "android") and not debug: [OK, CRASH]
[PushSubscriptionOptions interface: attribute userVisibleOnly]
expected: FAIL
[PushSubscription interface: attribute expirationTime]
expected:
if os == "win": PASS
[PASS, FAIL]
[idlharness.https.any.sharedworker.html]
[PushSubscriptionOptions interface: attribute userVisibleOnly]
expected: FAIL