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
45
46
47
48
49
|
[cache-add.https.any.html]
[Cache.addAll called with the same Request object specified twice]
expected: FAIL
[Cache.addAll should succeed when entries differ by vary header]
expected:
if fission and not swgl and (processor == "x86_64") and (os == "linux") and debug: [PASS, FAIL]
if fission and not swgl and (processor == "x86_64") and (os == "mac") and not debug: [PASS, FAIL]
if not fission and (os == "linux") and not swgl and not debug: [PASS, FAIL]
if fission and not swgl and (processor == "x86_64") and (os == "win"): [PASS, FAIL]
if fission and swgl and (os == "win"): [PASS, FAIL]
[FAIL, PASS]
[cache-add.https.any.sharedworker.html]
[Cache.addAll called with the same Request object specified twice]
expected: FAIL
[Cache.addAll should succeed when entries differ by vary header]
expected:
if (os == "linux") and (processor == "x86_64") and swgl and not fission: [PASS, FAIL]
if (os == "android") and debug and not swgl: [PASS, FAIL]
[FAIL, PASS]
[cache-add.https.any.serviceworker.html]
[Cache.addAll called with the same Request object specified twice]
expected: FAIL
[Cache.addAll should succeed when entries differ by vary header]
expected:
if (os == "linux") and not swgl and not fission and debug: [PASS, FAIL]
if (os == "linux") and not swgl and not fission and not debug: [PASS, FAIL]
if (os == "linux") and swgl and fission: [PASS, FAIL]
if (os == "android") and debug and swgl: [PASS, FAIL]
[FAIL, PASS]
[cache-add.https.any.worker.html]
[Cache.addAll called with the same Request object specified twice]
expected: FAIL
[Cache.addAll should succeed when entries differ by vary header]
expected:
if (os == "win") and (processor == "x86") and debug: [PASS, FAIL]
if (os == "win") and (processor == "x86") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
[FAIL, PASS]
|