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
44
|
[popup-coop-by-sw.https.html?1-4]
expected:
if (os == "linux") and debug and not fission and swgl: [TIMEOUT, CRASH]
if (os == "linux") and debug and not fission and not swgl: [TIMEOUT, CRASH]
if (os == "win") and debug and (processor == "x86"): [TIMEOUT, CRASH]
if (os == "win") and debug and (processor == "x86_64"): [CRASH, TIMEOUT]
if (os == "linux") and debug and fission: [CRASH, TIMEOUT]
if (os == "win") and not debug: [TIMEOUT, CRASH]
if (os == "android") and not swgl: [TIMEOUT, ERROR]
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]
expected:
if (os == "linux") and debug and not fission and not swgl: [TIMEOUT, CRASH]
if (os == "linux") and debug and not fission and swgl: [TIMEOUT, CRASH]
if (os == "linux") and debug and fission: [CRASH, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64"): [CRASH, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [TIMEOUT, CRASH]
if (os == "android") and not swgl: [TIMEOUT, ERROR]
if (os == "win") and not debug: [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
|