| 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 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 # DrM-i#1052-c#56 | 35 # DrM-i#1052-c#56 |
| 36 # InspectUITest.* | 36 # InspectUITest.* |
| 37 # J*: 0 tests | 37 # J*: 0 tests |
| 38 J* | 38 J* |
| 39 # K*: 1 tests | 39 # K*: 1 tests |
| 40 K* | 40 K* |
| 41 # L*: 62 tests | 41 # L*: 62 tests |
| 42 L* | 42 L* |
| 43 M* | 43 M* |
| 44 N* | 44 N* |
| 45 # O* | 45 O* |
| 46 # P* | 46 P* |
| 47 Q* | 47 # Q* |
| 48 R* | 48 # R* |
| 49 S* | 49 # S* |
| 50 T* | 50 # T* |
| 51 # U*: ~20 tests | 51 # U*: ~20 tests |
| 52 U* | 52 U* |
| 53 # DrM-i#1052-c#53 | 53 # DrM-i#1052-c#53 |
| 54 # UnloadTest.* | 54 # UnloadTest.* |
| 55 # V*: 5 tests | 55 # V*: 5 tests |
| 56 V* | 56 V* |
| 57 # W*: ~150 tests | 57 # W*: ~150 tests |
| 58 W* | 58 # W* |
| 59 # X*: 0 tests | 59 # X*: 0 tests |
| 60 X* | 60 X* |
| 61 # Y*: 0 tests | 61 # Y*: 0 tests |
| 62 Y* | 62 Y* |
| 63 # Z*: 0 tests | 63 # Z*: 0 tests |
| 64 Z* | 64 Z* |
| 65 | 65 |
| 66 # http://crbug.com/302993 | 66 # http://crbug.com/302993 |
| 67 InstantNTPURLRewriteTest.UberURLHandler_InstantExtendedNewTabPage | 67 InstantNTPURLRewriteTest.UberURLHandler_InstantExtendedNewTabPage |
| 68 | 68 |
| 69 # http://crbug.com/328936 | 69 # http://crbug.com/328936 |
| 70 IEImporterBrowserTest.IEImporter | 70 IEImporterBrowserTest.IEImporter |
| 71 | 71 |
| 72 # http://crbug.com/332219 | 72 # http://crbug.com/332219 |
| 73 IEImporterBrowserTest.IEImporterMalformedFavoritesRegistry | 73 IEImporterBrowserTest.IEImporterMalformedFavoritesRegistry |
| OLD | NEW |