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 |
11 DownloadManagerTest.StartDownload | 11 DownloadManagerTest.StartDownload |
12 | 12 |
13 # http://code.google.com/p/drmemory/issues/detail?id=979 | 13 # http://code.google.com/p/drmemory/issues/detail?id=979 |
14 FirefoxProfileImporterTest.Firefox35Importer | 14 FirefoxProfileImporterTest.Firefox35Importer |
15 | 15 |
| 16 # http://code.google.com/p/drmemory/issues/detail?id=980 |
| 17 MetricsLogManagerTest.StoreStagedLogTypes |
| 18 |
16 ################################################## | 19 ################################################## |
17 # Chromium bugs: | 20 # Chromium bugs: |
18 | 21 |
19 # times out on the bot | 22 # times out on the bot |
20 # http://crbug.com/87887 | 23 # http://crbug.com/87887 |
21 VideoCaptureHostTest.* | 24 VideoCaptureHostTest.* |
22 | 25 |
23 # crashes due to use-after-free's, http://crbug.com/90980 | 26 # crashes due to use-after-free's, http://crbug.com/90980 |
24 FirefoxImporterTest.Firefox*NSS3Decryptor | 27 FirefoxImporterTest.Firefox*NSS3Decryptor |
25 | 28 |
26 # fails http://crbug.com/92144 | 29 # fails http://crbug.com/92144 |
27 ServiceProcessStateTest.ForceShutdown | 30 ServiceProcessStateTest.ForceShutdown |
28 | 31 |
29 # fails sporadically: http://crbug.com/108205 | 32 # fails sporadically: http://crbug.com/108205 |
30 MultiProcessLockTest.RecursiveLock | 33 MultiProcessLockTest.RecursiveLock |
31 | 34 |
32 # Poor isolation, DCHECKs when no MessageLoop exists. Breaks when sharded. | 35 # Poor isolation, DCHECKs when no MessageLoop exists. Breaks when sharded. |
33 # http://crbug.com/117679 | 36 # http://crbug.com/117679 |
34 WebsiteSettingsModelTest.* | 37 WebsiteSettingsModelTest.* |
35 | 38 |
36 # fails with gmock errors | 39 # fails with gmock errors |
37 # http://crbug.com/117796 | 40 # http://crbug.com/117796 |
38 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown | 41 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown |
| 42 |
| 43 # fails to create thread |
| 44 # http://crbug.com/144087 |
| 45 DesktopNotificationServiceTest.SettingsForSchemes |
| 46 TemplateURLFetcherTest.* |
| 47 |
OLD | NEW |