OLD | NEW |
1 # TODO(zhaoqin): File bugs for those failing browser tests. | 1 # TODO(zhaoqin): File bugs for those failing browser tests. |
2 | 2 |
3 # Dr.Memory i#1052: http://code.google.com/p/drmemory/issues/detail?id=1052 | 3 # Dr.Memory i#1052: http://code.google.com/p/drmemory/issues/detail?id=1052 |
4 # | 4 # |
5 # The list is too long for gtest_filter, so we exclude the whole | 5 # The list is too long for gtest_filter, so we exclude the whole |
6 # test case if any of its tests failed. | 6 # test case if any of its tests failed. |
7 *FLAKY* | 7 *FLAKY* |
8 | 8 |
9 # it takes too long to run all browser_tests with Dr.Memory, | 9 # it takes too long to run all browser_tests with Dr.Memory, |
10 # and we only select subset to run | 10 # and we only select subset to run |
11 # A* | 11 # A*: ~120 tests |
| 12 Acti* |
| 13 Ad* |
| 14 All* |
| 15 App* |
| 16 Auto* |
12 B* | 17 B* |
13 C* | 18 C* |
14 D* | 19 D* |
15 E* | 20 E* |
16 F* | 21 F* |
17 G* | 22 G* |
18 H* | 23 H* |
19 I* | 24 I* |
20 J* | 25 J* |
21 K* | 26 K* |
22 L* | 27 L* |
23 M* | 28 M* |
24 N* | 29 N* |
25 O* | 30 O* |
26 P* | 31 P* |
27 Q* | 32 Q* |
28 R* | 33 R* |
29 S* | 34 S* |
30 T* | 35 T* |
31 U* | 36 U* |
32 V* | 37 V* |
33 W* | 38 W* |
34 X* | 39 X* |
35 Y* | 40 Y* |
36 Z* | 41 Z* |
OLD | NEW |