Source code
Revision control
Copy as Markdown
Other Tools
[hidden_document.html]
expected:
if (os == "linux") and (processor == "x86_64") and asan and fission: [OK, TIMEOUT]
if (os == "linux") and (processor == "x86"): TIMEOUT
if os == "android": ERROR
[hidden documents must not unlock the screen orientation]
expected:
if not asan and (processor == "x86") and (os == "linux"): TIMEOUT
if asan and fission: [FAIL, TIMEOUT]
FAIL
[Once maximized, a minimized window can lock or unlock the screen orientation again]
expected:
if not asan and (processor == "x86") and (os == "linux"): NOTRUN
if asan and fission: [FAIL, NOTRUN]
FAIL