blob: 108b5a0dd7e53e3cfc6a148aa09c2d968f8525cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[getcredential-rk-passing.https.html]
expected:
if not debug and (os == "linux"): TIMEOUT
if not debug and (os == "win"): TIMEOUT
[empty allowCredentials]
expected:
if ccov and (os == "win"): FAIL
if not debug and (os == "linux"): TIMEOUT
if not debug and (os == "win"): TIMEOUT
FAIL
[undefined allowCredentials]
expected:
if ccov and (os == "win"): FAIL
if not debug and (os == "linux"): NOTRUN
if not debug and (os == "win"): NOTRUN
if not debug and (os == "mac"): ["NOTRUN", "FAIL"]
FAIL
|