blob: 36d33848923f803c60af883286e723e6c490c653 (
plain)
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
|
[cache.https.any.serviceworker.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[cache.https.any.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[Signals are not stored in the cache API]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[Signals are not stored in the cache API, even if they're already aborted]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
[cache.https.any.sharedworker.html]
[cache.https.any.worker.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[Signals are not stored in the cache API]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[Signals are not stored in the cache API, even if they're already aborted]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|