| 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 ################################################## | 13 ################################################## |
| 14 # Chromium bugs: | 14 # Chromium bugs: |
| 15 | 15 |
| 16 # times out on the bot | 16 # times out on the bot |
| 17 # http://crbug.com/87887 | 17 # http://crbug.com/87887 |
| 18 VideoCaptureHostTest.* | 18 VideoCaptureHostTest.* |
| 19 | 19 |
| 20 # crashes on the bot with corresponding UNADDR reports | 20 # crashes due to use-after-free's, http://crbug.com/90980 |
| 21 # http://crbug.com/90980 | 21 FirefoxImporterTest.Firefox*NSS3Decryptor |
| 22 FirefoxImporterTest.Firefox3NSS3Decryptor | |
| 23 | 22 |
| 24 # fails http://crbug.com/92144 | 23 # fails http://crbug.com/92144 |
| 25 ServiceProcessStateTest.ForceShutdown | 24 ServiceProcessStateTest.ForceShutdown |
| OLD | NEW |