Source code

Revision control

Copy as Markdown

Other Tools

[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]