| 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*: ~120 tests | 11 # A*: ~120 tests |
| 12 A* | 12 A* |
| 13 #B* | 13 # B*: ~230 tests |
| 14 BackgroundApp*.R* |
| 15 BluetoothSocketApi*.P* |
| 16 BookmarksT*.B* |
| 17 BookmarksT*.C* |
| 18 BrowserAcc* |
| 19 BrowserActionA*.I* |
| 20 BrowserCloseManagerB*/*.PRE* |
| 21 BrowserCloseManagerB*/*.Test* |
| 22 BrowserCloseManagerW*/*.TestWithDownloadsF* |
| 23 BrowserN*.D* |
| 24 BrowserN*.N* |
| 25 BrowserTest.P* |
| 14 C* | 26 C* |
| 15 D* | 27 D* |
| 16 E* | 28 E* |
| 17 F* | 29 F* |
| 18 G* | 30 G* |
| 19 H* | 31 H* |
| 20 I* | 32 I* |
| 21 J* | 33 J* |
| 22 K* | 34 K* |
| 23 L* | 35 L* |
| 24 M* | 36 M* |
| 25 N* | 37 N* |
| 26 O* | 38 O* |
| 27 P* | 39 P* |
| 28 Q* | 40 Q* |
| 29 R* | 41 R* |
| 30 S* | 42 S* |
| 31 T* | 43 T* |
| 32 U* | 44 U* |
| 33 V* | 45 V* |
| 34 W* | 46 W* |
| 35 X* | 47 X* |
| 36 Y* | 48 Y* |
| 37 Z* | 49 Z* |
| OLD | NEW |