Source code
Revision control
Copy as Markdown
Other Tools
[active-lock.html]
expected:
if (os == "android") and sessionHistoryInParent and debug: [TIMEOUT, OK]
if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
if (os == "android") and not sessionHistoryInParent: [OK, TIMEOUT]
ERROR
[Performing a fragment navigation must not abort the screen orientation change]
expected:
if os == "android": PASS
FAIL
[Performing a fragment navigation within an iframe must not abort the lock promise]
expected:
if os == "android": [PASS, TIMEOUT]
FAIL
[Unloading an iframe by navigating it must abort the lock promise]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and tsan: [FAIL, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [FAIL, TIMEOUT]
if (os == "linux") and debug and fission: FAIL
if (os == "linux") and debug and not fission: [FAIL, TIMEOUT]
if (os == "linux") and not debug and not fission: [FAIL, TIMEOUT]
if (os == "android") and sessionHistoryInParent and debug: [TIMEOUT, PASS, NOTRUN]
if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "android") and not sessionHistoryInParent: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and (processor == "x86_64") and not debug and not asan and not tsan: [FAIL, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): FAIL
if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT]
if (os == "mac") and not debug: [FAIL, TIMEOUT]
[TIMEOUT, FAIL]