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* |
12 Act* | 12 Act* |
| 13 Adv* |
| 14 All* |
13 AppA* | 15 AppA* |
14 AppL* | 16 AppL* |
15 AppW* | 17 AppW* |
16 Autof*.Do* | 18 Autof*.Do* |
| 19 Autof*.Hi* |
17 Autof*Edit* | 20 Autof*Edit* |
18 AutofillTest.P* | 21 AutofillTest.* |
19 # B* | 22 # B* |
20 BackgroundApp*.R* | 23 BackgroundApp*.R* |
21 Bluetooth* | 24 Bluetooth* |
22 BitmapFetcher* | 25 BitmapFetcher* |
23 BookmarksT* | 26 BookmarksT* |
24 BrowserAcc* | 27 BrowserAcc* |
25 BrowserActionA*.* | 28 BrowserActionA*.* |
26 BrowserCloseM* | 29 BrowserCloseM* |
27 BrowserN* | 30 BrowserN* |
28 BrowserT* | 31 BrowserT* |
29 # C* | 32 # C* |
30 Cap* | 33 Cap* |
31 Cas* | 34 Cas* |
32 Clear* | 35 Clear* |
33 Click* | 36 Click* |
34 Com* | 37 Com* |
35 ChromeC* | 38 ChromeC* |
| 39 ChromeR* |
36 Con*UITest.* | 40 Con*UITest.* |
| 41 Con*.Re* |
37 # D* | 42 # D* |
38 E* | 43 Dec* |
| 44 Dev* |
| 45 DnsP* |
| 46 DoNot* |
| 47 Down*Ext*.* |
| 48 DownloadTest.* |
| 49 Drive* |
| 50 # E* |
39 F* | 51 F* |
40 G* | 52 G* |
41 H* | 53 H* |
42 I* | 54 I* |
43 J* | 55 J* |
44 K* | 56 K* |
45 L* | 57 L* |
46 M* | 58 M* |
47 N* | 59 N* |
48 O* | 60 O* |
49 P* | 61 P* |
50 Q* | 62 Q* |
51 R* | 63 R* |
52 S* | 64 S* |
53 T* | 65 T* |
54 U* | 66 U* |
55 V* | 67 V* |
56 W* | 68 W* |
57 X* | 69 X* |
58 Y* | 70 Y* |
59 Z* | 71 Z* |
OLD | NEW |