[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