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* |
| 13 AppA* |
| 14 AppL* |
| 15 AppW* |
| 16 Autof*.Do* |
| 17 Autof*Edit* |
| 18 AutofillTest.P* |
12 # B* | 19 # B* |
13 BackgroundApp*.R* | 20 BackgroundApp*.R* |
14 Bluetooth* | 21 Bluetooth* |
15 BitmapFetcher* | 22 BitmapFetcher* |
16 BookmarksT* | 23 BookmarksT* |
17 BrowserAcc* | 24 BrowserAcc* |
18 BrowserActionA*.I* | 25 BrowserActionA*.* |
19 BrowserCloseM* | 26 BrowserCloseM* |
20 BrowserN* | 27 BrowserN* |
21 BrowserTest.* | 28 BrowserT* |
22 # C* | 29 # C* |
23 CaptivePortal* | 30 Cap* |
24 CastStreamingApiTestWithPixelOutput.* | 31 Cas* |
25 ClickModifierTest.* | 32 Clear* |
26 ClickToPlayPluginTest.* | 33 Click* |
27 CommandLineWebstoreInstall.* | 34 Com* |
28 D* | 35 ChromeC* |
| 36 Con*UITest.* |
| 37 # D* |
29 E* | 38 E* |
30 F* | 39 F* |
31 G* | 40 G* |
32 H* | 41 H* |
33 I* | 42 I* |
34 J* | 43 J* |
35 K* | 44 K* |
36 L* | 45 L* |
37 M* | 46 M* |
38 N* | 47 N* |
39 O* | 48 O* |
40 P* | 49 P* |
41 Q* | 50 Q* |
42 R* | 51 R* |
43 S* | 52 S* |
44 T* | 53 T* |
45 U* | 54 U* |
46 V* | 55 V* |
47 W* | 56 W* |
48 X* | 57 X* |
49 Y* | 58 Y* |
50 Z* | 59 Z* |
OLD | NEW |