OLD | NEW |
1 # False positives in libflashplayer.so and libglib.so. Since we don't | 1 # False positives in libflashplayer.so and libglib.so. Since we don't |
2 # instrument them, we cannot reason about the synchronization in them. | 2 # instrument them, we cannot reason about the synchronization in them. |
3 race:libflashplayer.so | 3 race:libflashplayer.so |
4 race:libglib*.so | 4 race:libglib*.so |
5 | 5 |
6 # Intentional race in ToolsSanityTest.DataRace in base_unittests. | 6 # Intentional race in ToolsSanityTest.DataRace in base_unittests. |
7 race:base/tools_sanity_unittest.cc | 7 race:base/tools_sanity_unittest.cc |
8 | 8 |
9 # Data race on WatchdogCounter [test-only] | 9 # Data race on WatchdogCounter [test-only] |
10 race:base/threading/watchdog_unittest.cc | 10 race:base/threading/watchdog_unittest.cc |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 race:DesktopMediaPickerModelTest_UpdateThumbnail_Test | 112 race:DesktopMediaPickerModelTest_UpdateThumbnail_Test |
113 | 113 |
114 # http://crbug.com/270037 | 114 # http://crbug.com/270037 |
115 race:gLibCleanupFunctions | 115 race:gLibCleanupFunctions |
116 | 116 |
117 # http://crbug.com/270675 | 117 # http://crbug.com/270675 |
118 race:net::RuleBasedHostResolverProc::Resolve | 118 race:net::RuleBasedHostResolverProc::Resolve |
119 | 119 |
120 # http://crbug.com/272095 | 120 # http://crbug.com/272095 |
121 race:base::g_top_manager | 121 race:base::g_top_manager |
| 122 |
| 123 # http://crbug.com/273047 |
| 124 race:base::*::g_lazy_tls_ptr |
OLD | NEW |