| 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=979 | 10 # http://code.google.com/p/drmemory/issues/detail?id=979 |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 # http://crbug.com/340837 | 72 # http://crbug.com/340837 |
| 73 ChromeBlacklistTrialTest.* | 73 ChromeBlacklistTrialTest.* |
| 74 | 74 |
| 75 # http://crbug.com/349778 | 75 # http://crbug.com/349778 |
| 76 TranslateManagerRenderViewHostTest.* | 76 TranslateManagerRenderViewHostTest.* |
| 77 | 77 |
| 78 # http://crbug.com/403073 | 78 # http://crbug.com/403073 |
| 79 SafeBrowsingModuleVerifierWinTest.VerifyModuleExportModified | 79 SafeBrowsingModuleVerifierWinTest.VerifyModuleExportModified |
| 80 SafeBrowsingModuleVerifierWinTest.VerifyModuleModified | 80 SafeBrowsingModuleVerifierWinTest.VerifyModuleModified |
| 81 SafeBrowsingModuleVerifierWinTest.VerifyModuleUnmodified | 81 SafeBrowsingModuleVerifierWinTest.VerifyModuleUnmodified |
| 82 |
| 83 # http://crbug.com/425568 |
| 84 SyncBackendRegistrarShutdownTest.BlockingShutdown |
| OLD | NEW |