1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
[popup-coop-by-sw.https.html?1-4]
disabled:
if win11_2009 and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1724447
expected:
if (os == "linux") and debug and not fission and swgl: [CRASH, TIMEOUT]
if (os == "linux") and debug and not fission and not swgl: [TIMEOUT, CRASH]
if (os == "linux") and debug and fission: [CRASH, TIMEOUT]
if (os == "android") and not swgl: [TIMEOUT, ERROR]
if os == "win": [TIMEOUT, CRASH]
TIMEOUT
[opener:basic, openee:basic, sw:basic]
expected: TIMEOUT
[opener:basic, openee:basic, sw:coi]
expected: NOTRUN
[opener:basic, openee:coi, sw:basic]
expected: NOTRUN
[opener:basic, openee:coi, sw:coi]
expected: NOTRUN
[popup-coop-by-sw.https.html?5-last]
disabled:
if win11_2009 and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1724447
expected:
if (os == "linux") and debug and not fission: [TIMEOUT, CRASH]
if (os == "linux") and debug and fission: [CRASH, TIMEOUT]
if (os == "android") and not swgl: [TIMEOUT, ERROR]
if os == "win": [TIMEOUT, CRASH]
TIMEOUT
[opener:coi, openee:basic, sw:basic]
expected: TIMEOUT
[opener:coi, openee:basic, sw:coi]
expected: NOTRUN
[opener:coi, openee:coi, sw:basic]
expected: NOTRUN
[opener:coi, openee:coi, sw:coi]
expected: NOTRUN
|