blob: 5b9615b5cd506897227ea2f67d822457ffc497c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[acquire.tentative.https.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[acquire.tentative.https.any.serviceworker.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[acquire.tentative.https.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[acquire.tentative.https.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|