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 debug and (processor == "x86_64"): [OK, CRASH]
if (os == "win") and debug and (processor == "x86"): [CRASH, OK]
[Ensure that databases() doesn't pick up changes that haven't commited.]
expected:
if (os == "linux") and not debug and fission and not asan and not tsan: [PASS, FAIL, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, FAIL]
if (os == "linux") and debug: [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, 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 debug: [CRASH, OK]
[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, NOTRUN]
[Enumerate one database.]
expected:
if (os == "linux") and not debug and not asan and not tsan: [PASS, TIMEOUT]
[Enumerate multiple databases.]
expected:
if (os == "linux") and not debug and not asan and not tsan: [PASS, TIMEOUT, NOTRUN]