blob: 9da702df1f3b330b1fef7abf28e0c8c31b6988e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
[get-databases.any.html]
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Enumerate multiple databases.]
expected: FAIL
[Enumerate one database.]
expected: FAIL
[Make sure an empty list is returned for the case of no databases.]
expected:
if (processor == "x86") and not debug: [FAIL, TIMEOUT]
FAIL
[Ensure that databases() doesn't pick up changes that haven't commited.]
expected:
if (processor == "x86") and not debug: [FAIL, NOTRUN]
FAIL
[Ensure that databases() returns a promise.]
expected: FAIL
[get-databases.any.worker.html]
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Enumerate multiple databases.]
expected: FAIL
[Enumerate one database.]
expected: FAIL
[Make sure an empty list is returned for the case of no databases.]
expected:
if (processor == "x86") and not debug: [FAIL, TIMEOUT]
FAIL
[Ensure that databases() doesn't pick up changes that haven't commited.]
expected:
if (processor == "x86") and not debug: [FAIL, NOTRUN]
FAIL
[Ensure that databases() returns a promise.]
expected: FAIL
|