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 | |
11 DownloadManagerTest.StartDownload | |
12 | |
13 # http://code.google.com/p/drmemory/issues/detail?id=979 | 10 # http://code.google.com/p/drmemory/issues/detail?id=979 |
14 FirefoxProfileImporterTest.Firefox35Importer | 11 FirefoxProfileImporterTest.Firefox35Importer |
15 | 12 |
16 # http://code.google.com/p/drmemory/issues/detail?id=980 | 13 # http://code.google.com/p/drmemory/issues/detail?id=980 |
17 MetricsLogManagerTest.* | 14 MetricsLogManagerTest.* |
18 | 15 |
19 # http://code.google.com/p/drmemory/issues/detail?id=983 | |
20 ProfileShortcutManagerTest.* | |
21 | |
22 ################################################## | 16 ################################################## |
23 # Chromium bugs: | 17 # Chromium bugs: |
24 | 18 |
25 # times out on the bot | 19 # times out on the bot |
26 # http://crbug.com/87887 | 20 # http://crbug.com/87887 |
27 VideoCaptureHostTest.* | 21 VideoCaptureHostTest.* |
28 | 22 |
29 # crashes due to use-after-free's, http://crbug.com/90980 | 23 # crashes due to use-after-free's, http://crbug.com/90980 |
30 FirefoxImporterTest.Firefox*NSS3Decryptor | 24 FirefoxImporterTest.Firefox*NSS3Decryptor |
31 | 25 |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 TabStripModelTest.FastShutdown | 67 TabStripModelTest.FastShutdown |
74 | 68 |
75 # http://crbug.com/336349 | 69 # http://crbug.com/336349 |
76 NTPUserDataLoggerTest.TestLogging | 70 NTPUserDataLoggerTest.TestLogging |
77 | 71 |
78 # http://crbug.com/340837 | 72 # http://crbug.com/340837 |
79 ChromeBlacklistTrialTest.* | 73 ChromeBlacklistTrialTest.* |
80 | 74 |
81 # http://crbug.com/349778 | 75 # http://crbug.com/349778 |
82 TranslateManagerRenderViewHostTest.* | 76 TranslateManagerRenderViewHostTest.* |
OLD | NEW |