Source code

Revision control

Copy as Markdown

Other Tools

[lfedcm-identity.discovery.tentative.sub.https.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): TIMEOUT
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and fission and debug: [OK, TIMEOUT]
if (os == "linux") and fission and not debug: TIMEOUT
[Cross-origin identity credential discovery does not resolve with effective store from the wrong origin]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and fission and debug: [PASS, TIMEOUT]
if (os == "linux") and fission and not debug: NOTRUN
[Cross-origin identity credential discovery does not resolve with ineffective store from the right origin]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "linux") and not debug and fission: [NOTRUN, TIMEOUT]
[Cross-origin identity credential discovery works using the effectiveQueryURL]
expected:
if (os == "linux") and not debug and fission: [TIMEOUT, PASS]