blob: 63a51a1fe563a58e40013fd5fb29d1ebdfd82354 (
plain)
1
2
3
4
5
6
7
|
[no-https.html]
expected:
if debug and (os == "android") and not fission and not swgl: [OK, ERROR]
if debug and (os == "android") and fission: [OK, TIMEOUT, ERROR]
if not debug and (os == "linux"): [OK, TIMEOUT]
if not debug and (os == "mac"): [OK, TIMEOUT]
if not debug and (os == "win"): [OK, TIMEOUT]
|