broadcast-channel.html.ini (1136B)
1 [broadcast-channel.html] 2 disabled: 3 if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961 4 expected: 5 if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, OK] 6 if (os == "win") and not debug: [TIMEOUT, OK] 7 if (os == "mac") and debug: OK 8 if (os == "mac") and not debug: TIMEOUT 9 if os == "android": OK 10 [OK, TIMEOUT] 11 [Eligibility (BroadcastChannel closed in the pagehide event)] 12 expected: 13 if (os == "linux") and not debug and fission and (processor == "x86"): [TIMEOUT, PASS] 14 if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN] 15 if (os == "win") and not debug: [TIMEOUT, PASS, NOTRUN] 16 if (os == "win") and debug: [PASS, TIMEOUT, NOTRUN] 17 if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN] 18 if (os == "mac") and not debug: [TIMEOUT, NOTRUN] 19 if os == "android": PASS 20 [PASS, TIMEOUT] 21 22 [Eligibility (BroadcastChannel)] 23 expected: 24 if (os == "linux") and not fission and not debug: [PASS, TIMEOUT] 25 if (os == "win") and (processor == "x86"): [PASS, TIMEOUT] 26 if os == "mac": [PASS, TIMEOUT]