OLD | NEW |
1 ################################################## | 1 ################################################## |
2 # known Dr. Memory bugs: | 2 # known Dr. Memory bugs: |
3 | 3 |
4 # http://code.google.com/p/drmemory/issues/detail?id=318 | 4 # http://code.google.com/p/drmemory/issues/detail?id=318 |
5 AudioRendererHostTest.* | 5 AudioRendererHostTest.* |
6 | 6 |
7 ################################################## | 7 ################################################## |
8 # un-analyzed Dr. Memory bugs: | 8 # un-analyzed Dr. Memory bugs: |
9 | 9 |
10 # http://code.google.com/p/drmemory/issues/detail?id=548 | 10 # http://code.google.com/p/drmemory/issues/detail?id=548 |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 | 67 |
68 # http://crbug.com/292960 | 68 # http://crbug.com/292960 |
69 SyncBackendHostTest.DownloadControlTypes | 69 SyncBackendHostTest.DownloadControlTypes |
70 SyncBackendHostTest.SilentlyFailToDownloadControlTypes | 70 SyncBackendHostTest.SilentlyFailToDownloadControlTypes |
71 | 71 |
72 # DrM-i#1339: https://code.google.com/p/drmemory/issues/detail?id=1339 | 72 # DrM-i#1339: https://code.google.com/p/drmemory/issues/detail?id=1339 |
73 ExtensionServiceTest.InstallTheme | 73 ExtensionServiceTest.InstallTheme |
74 | 74 |
75 # http://crbug.com/302156 | 75 # http://crbug.com/302156 |
76 TabStripModelTest.FastShutdown | 76 TabStripModelTest.FastShutdown |
| 77 |
| 78 # http://crbug.com/302993 |
| 79 InstantNTPURLRewriteTest.UberURLHandler_InstantExtendedNewTabPage |
OLD | NEW |