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 |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 # http://crbug.com/144087 | 43 # http://crbug.com/144087 |
44 DesktopNotificationServiceTest.SettingsForSchemes | 44 DesktopNotificationServiceTest.SettingsForSchemes |
45 TemplateURLFetcherTest.* | 45 TemplateURLFetcherTest.* |
46 | 46 |
47 # times out on the bot. | 47 # times out on the bot. |
48 # http://crbug.com/148644 | 48 # http://crbug.com/148644 |
49 GAIAInfoUpdateServiceTest.* | 49 GAIAInfoUpdateServiceTest.* |
50 ProfileManagerTest.* | 50 ProfileManagerTest.* |
51 ProfileInfoCacheTest.* | 51 ProfileInfoCacheTest.* |
52 | 52 |
53 # Failing on the bot. http://crbug.com/167014 | |
54 BrowserCommandControllerTest.AvatarMenuDisabledWhenOnlyOneProfile | |
55 | |
56 # Failing on the bot. http://crbug.com/168882 | 53 # Failing on the bot. http://crbug.com/168882 |
57 UserCloudPolicyStoreTest.LoadWithInvalidFile | 54 UserCloudPolicyStoreTest.LoadWithInvalidFile |
58 UserCloudPolicyStoreTest.LoadWithNoFile | 55 UserCloudPolicyStoreTest.LoadWithNoFile |
59 UserCloudPolicyStoreTest.Store | 56 UserCloudPolicyStoreTest.Store |
60 UserCloudPolicyStoreTest.StoreThenClear | 57 UserCloudPolicyStoreTest.StoreThenClear |
61 UserCloudPolicyStoreTest.StoreThenLoad | 58 UserCloudPolicyStoreTest.StoreThenLoad |
62 UserCloudPolicyStoreTest.StoreTwoTimes | 59 UserCloudPolicyStoreTest.StoreTwoTimes |
63 UserCloudPolicyStoreTest.StoreValidationError | 60 UserCloudPolicyStoreTest.StoreValidationError |
64 | 61 |
65 # Failing on the bot. crbug.com/266972 | 62 # Failing on the bot. crbug.com/266972 |
(...skipping 10 matching lines...) Expand all Loading... |
76 TabStripModelTest.FastShutdown | 73 TabStripModelTest.FastShutdown |
77 | 74 |
78 # http://crbug.com/336349 | 75 # http://crbug.com/336349 |
79 NTPUserDataLoggerTest.TestLogging | 76 NTPUserDataLoggerTest.TestLogging |
80 | 77 |
81 # http://crbug.com/340837 | 78 # http://crbug.com/340837 |
82 ChromeBlacklistTrialTest.* | 79 ChromeBlacklistTrialTest.* |
83 | 80 |
84 # http://crbug.com/349778 | 81 # http://crbug.com/349778 |
85 TranslateManagerRenderViewHostTest.* | 82 TranslateManagerRenderViewHostTest.* |
OLD | NEW |