Source code

Revision control

Copy as Markdown

Other Tools

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