Source code

Revision control

Copy as Markdown

Other Tools

[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