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 asan and not tsan and debug and fission: [PASS, FAIL]
if (os == "linux") and not asan and not tsan and debug and not fission: [PASS, FAIL]
if (os == "linux") and not asan and not tsan and not debug: [PASS, FAIL]
if (os == "linux") and asan and not fission: [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 asan and not fission: [PASS, FAIL]