| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 Coo* | 47 Coo* |
| 48 # D* | 48 # D* |
| 49 Dia*E* | 49 Dia*E* |
| 50 Dec* | 50 Dec* |
| 51 Dev* | 51 Dev* |
| 52 Dns* | 52 Dns* |
| 53 DoNot* | 53 DoNot* |
| 54 Down*Ext* | 54 Down*Ext* |
| 55 Down*UI* | 55 Down*UI* |
| 56 Do*adTest.* | 56 Do*adTest.* |
| 57 Do*tTest.*All |
| 57 Drive* | 58 Drive* |
| 58 # E* | 59 # E* |
| 59 ECK* | 60 ECK* |
| 60 Ed* | 61 Ed* |
| 61 Enc* | 62 Enc* |
| 62 Ep* | 63 Ep* |
| 63 Er* | 64 Er* |
| 64 Exe* | 65 Exe* |
| 65 Ext*.D* | 66 Ext*.D* |
| 66 Ext*.P* | 67 Ext*.P* |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 WebC* | 185 WebC* |
| 185 WebN*ss | 186 WebN*ss |
| 186 WebN*.S* | 187 WebN*.S* |
| 187 WebstoreIn* | 188 WebstoreIn* |
| 188 WebstoreSt* | 189 WebstoreSt* |
| 189 WebSo* | 190 WebSo* |
| 190 Win*.Cl* | 191 Win*.Cl* |
| 191 # X* | 192 # X* |
| 192 # Y* | 193 # Y* |
| 193 # Z* | 194 # Z* |
| OLD | NEW |