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 |
10 ################################################## | 13 ################################################## |
11 # Chromium bugs: | 14 # Chromium bugs: |
12 | 15 |
13 # times out on the bot | 16 # times out on the bot |
14 # http://crbug.com/87887 | 17 # http://crbug.com/87887 |
15 VideoCaptureHostTest.* | 18 VideoCaptureHostTest.* |
16 | 19 |
17 # crashes on the bot with corresponding UNADDR reports | 20 # crashes on the bot with corresponding UNADDR reports |
18 # http://crbug.com/90980 | 21 # http://crbug.com/90980 |
19 FirefoxImporterTest.Firefox3NSS3Decryptor | 22 FirefoxImporterTest.Firefox3NSS3Decryptor |
OLD | NEW |