| 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 A* | |
| 13 # B* | 12 # B* |
| 14 BackgroundApp*.R* | 13 BackgroundApp*.R* |
| 15 BluetoothS* | 14 Bluetooth* |
| 15 BitmapFetcher* |
| 16 BookmarksT* | 16 BookmarksT* |
| 17 BrowserAcc* | 17 BrowserAcc* |
| 18 BrowserActionA*.I* | 18 BrowserActionA*.I* |
| 19 BrowserCloseM* | 19 BrowserCloseM* |
| 20 BrowserN* | 20 BrowserN* |
| 21 BrowserTest.* | 21 BrowserTest.* |
| 22 BitmapFetcher* | |
| 23 # C* | 22 # C* |
| 23 CaptivePortal* |
| 24 CastStreamingApiTestWithPixelOutput.* |
| 25 ClickModifierTest.* |
| 26 ClickToPlayPluginTest.* |
| 27 CommandLineWebstoreInstall.* |
| 24 D* | 28 D* |
| 25 E* | 29 E* |
| 26 F* | 30 F* |
| 27 G* | 31 G* |
| 28 H* | 32 H* |
| 29 I* | 33 I* |
| 30 J* | 34 J* |
| 31 K* | 35 K* |
| 32 L* | 36 L* |
| 33 M* | 37 M* |
| 34 N* | 38 N* |
| 35 O* | 39 O* |
| 36 P* | 40 P* |
| 37 Q* | 41 Q* |
| 38 R* | 42 R* |
| 39 S* | 43 S* |
| 40 T* | 44 T* |
| 41 U* | 45 U* |
| 42 V* | 46 V* |
| 43 W* | 47 W* |
| 44 X* | 48 X* |
| 45 Y* | 49 Y* |
| 46 Z* | 50 Z* |
| OLD | NEW |