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_64") and (os == "linux") and not debug and not asan and not tsan: [OK, TIMEOUT]
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Ensure that databases() doesn't pick up changes that haven't commited.]
expected:
if fission and (os == "linux") and not debug and (processor == "x86_64") and not asan and not tsan: [PASS, NOTRUN]
if not fission and not asan and debug and (os == "android"): [PASS, FAIL]
if not fission and asan: [PASS, FAIL]
[Make sure an empty list is returned for the case of no databases.]
expected:
if (os == "linux") and not debug and not asan and (processor == "x86_64") and not tsan: [PASS, TIMEOUT]