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