| 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 # https://github.com/DynamoRIO/drmemory/issues/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 # https://github.com/DynamoRIO/drmemory/issues/979 |
| 11 FirefoxProfileImporterTest.Firefox35Importer | 11 FirefoxProfileImporterTest.Firefox35Importer |
| 12 | 12 |
| 13 # http://code.google.com/p/drmemory/issues/detail?id=980 | 13 # https://github.com/DynamoRIO/drmemory/issues/980 |
| 14 MetricsLogManagerTest.* | 14 MetricsLogManagerTest.* |
| 15 | 15 |
| 16 ################################################## | 16 ################################################## |
| 17 # Chromium bugs: | 17 # Chromium bugs: |
| 18 | 18 |
| 19 # times out on the bot | 19 # times out on the bot |
| 20 # http://crbug.com/87887 | 20 # http://crbug.com/87887 |
| 21 VideoCaptureHostTest.* | 21 VideoCaptureHostTest.* |
| 22 | 22 |
| 23 # crashes due to use-after-free's, http://crbug.com/90980 | 23 # crashes due to use-after-free's, http://crbug.com/90980 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 53 UserCloudPolicyStoreTest.StoreTwoTimes | 53 UserCloudPolicyStoreTest.StoreTwoTimes |
| 54 UserCloudPolicyStoreTest.StoreValidationError | 54 UserCloudPolicyStoreTest.StoreValidationError |
| 55 | 55 |
| 56 # Failing on the bot. crbug.com/266972 | 56 # Failing on the bot. crbug.com/266972 |
| 57 OneClickSigninBubbleViewTest.ShowBubble | 57 OneClickSigninBubbleViewTest.ShowBubble |
| 58 | 58 |
| 59 # http://crbug.com/292960 | 59 # http://crbug.com/292960 |
| 60 SyncBackendHostTest.DownloadControlTypes | 60 SyncBackendHostTest.DownloadControlTypes |
| 61 SyncBackendHostTest.SilentlyFailToDownloadControlTypes | 61 SyncBackendHostTest.SilentlyFailToDownloadControlTypes |
| 62 | 62 |
| 63 # DrM-i#1339: https://code.google.com/p/drmemory/issues/detail?id=1339 | 63 # DrM-i#1339: https://github.com/DynamoRIO/drmemory/issues/1339 |
| 64 ExtensionServiceTest.InstallTheme | 64 ExtensionServiceTest.InstallTheme |
| 65 | 65 |
| 66 # http://crbug.com/302156 | 66 # http://crbug.com/302156 |
| 67 TabStripModelTest.FastShutdown | 67 TabStripModelTest.FastShutdown |
| 68 | 68 |
| 69 # http://crbug.com/336349 | 69 # http://crbug.com/336349 |
| 70 NTPUserDataLoggerTest.TestLogging | 70 NTPUserDataLoggerTest.TestLogging |
| 71 | 71 |
| 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 |
| OLD | NEW |