blob: 13eb65345d382b3b0504910cd5743bfa962b093c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[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]
|