Source code
Revision control
Copy as Markdown
Other Tools
[get-databases.any.html]
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Ensure that databases() doesn't pick up changes that haven't commited.]
expected:
if (os == "linux") and not tsan and asan and not fission: [PASS, FAIL]
if (os == "linux") and not tsan and not asan: [PASS, FAIL]
[get-databases.any.worker.html]
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Ensure that databases() doesn't pick up changes that haven't commited.]
expected:
if (os == "linux") and not fission and not debug: [PASS, FAIL]
if (os == "android") and debug: [PASS, FAIL]