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 21 matching lines...) Expand all Loading... |
32 # fails http://crbug.com/92144 | 32 # fails http://crbug.com/92144 |
33 ServiceProcessStateTest.ForceShutdown | 33 ServiceProcessStateTest.ForceShutdown |
34 | 34 |
35 # fails sporadically: http://crbug.com/108205 | 35 # fails sporadically: http://crbug.com/108205 |
36 MultiProcessLockTest.RecursiveLock | 36 MultiProcessLockTest.RecursiveLock |
37 | 37 |
38 # Poor isolation, DCHECKs when no MessageLoop exists. Breaks when sharded. | 38 # Poor isolation, DCHECKs when no MessageLoop exists. Breaks when sharded. |
39 # http://crbug.com/117679 | 39 # http://crbug.com/117679 |
40 WebsiteSettingsModelTest.* | 40 WebsiteSettingsModelTest.* |
41 | 41 |
42 # fails with gmock errors | |
43 # http://crbug.com/117796 | |
44 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown | |
45 | |
46 # fails to create thread | 42 # fails to create thread |
47 # http://crbug.com/144087 | 43 # http://crbug.com/144087 |
48 DesktopNotificationServiceTest.SettingsForSchemes | 44 DesktopNotificationServiceTest.SettingsForSchemes |
49 TemplateURLFetcherTest.* | 45 TemplateURLFetcherTest.* |
50 | 46 |
51 # times out on the bot. | 47 # times out on the bot. |
52 # http://crbug.com/148644 | 48 # http://crbug.com/148644 |
53 GAIAInfoUpdateServiceTest.* | 49 GAIAInfoUpdateServiceTest.* |
54 ProfileManagerTest.* | 50 ProfileManagerTest.* |
55 ProfileInfoCacheTest.* | 51 ProfileInfoCacheTest.* |
OLD | NEW |