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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 | 154 |
155 # http://crbug.com/328868 | 155 # http://crbug.com/328868 |
156 race:PR_Lock | 156 race:PR_Lock |
157 | 157 |
158 # http://crbug.com/329225 | 158 # http://crbug.com/329225 |
159 race:blink::currentTimeFunction | 159 race:blink::currentTimeFunction |
160 | 160 |
161 # http://crbug.com/329460 | 161 # http://crbug.com/329460 |
162 race:extensions::InfoMap::AddExtension | 162 race:extensions::InfoMap::AddExtension |
163 | 163 |
164 # http://crbug.com/329530 | |
165 race:media::AesDecryptor::UpdateSession | |
166 | |
167 # http://crbug.com/330528 | 164 # http://crbug.com/330528 |
168 race:v8::internal::MarkCompactCollector::SweepInParallel | 165 race:v8::internal::MarkCompactCollector::SweepInParallel |
169 | 166 |
170 # http://crbug.com/330603 | 167 # http://crbug.com/330603 |
171 race:DevToolsAdbBridge::RequestRemoteDevices | 168 race:DevToolsAdbBridge::RequestRemoteDevices |
OLD | NEW |