| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 # http://crbug.com/347548 | 234 # http://crbug.com/347548 |
| 235 race:cricket::WebRtcVideoMediaChannel::MaybeResetVieSendCodec | 235 race:cricket::WebRtcVideoMediaChannel::MaybeResetVieSendCodec |
| 236 race:cricket::WebRtcVideoMediaChannel::SetSendCodec | 236 race:cricket::WebRtcVideoMediaChannel::SetSendCodec |
| 237 | 237 |
| 238 # http://crbug.com/347553 | 238 # http://crbug.com/347553 |
| 239 race:blink::WebString::reset | 239 race:blink::WebString::reset |
| 240 | 240 |
| 241 # http://crbug.com/347559 | 241 # http://crbug.com/347559 |
| 242 race:WebCore::ThreadState::stopThreads | 242 race:WebCore::ThreadState::stopThreads |
| 243 race:WebCore::ThreadState::visitRoots | 243 race:WebCore::ThreadState::visitRoots |
| 244 race:WebCore::SafePointBarrier::parkAfterPushRegisters |
| 244 | 245 |
| 245 # https://code.google.com/p/v8/issues/detail?id=3143 | 246 # https://code.google.com/p/v8/issues/detail?id=3143 |
| 246 race:v8::internal::FLAG_track_double_fields | 247 race:v8::internal::FLAG_track_double_fields |
| 247 | 248 |
| 248 # http://crbug.com/348324 | 249 # http://crbug.com/348324 |
| 249 race:gpu::gles2::QueryManager::Query::MarkAsCompleted | 250 race:gpu::gles2::QueryManager::Query::MarkAsCompleted |
| 250 | 251 |
| 251 # http://crbug.com/348982 | 252 # http://crbug.com/348982 |
| 252 race:cricket::P2PTransportChannel::OnConnectionDestroyed | 253 race:cricket::P2PTransportChannel::OnConnectionDestroyed |
| 253 race:cricket::P2PTransportChannel::AddConnection | 254 race:cricket::P2PTransportChannel::AddConnection |
| 254 | 255 |
| 255 # http://crbug.com/348984 | 256 # http://crbug.com/348984 |
| 256 race:sctp_express_handle_sack | 257 race:sctp_express_handle_sack |
| 257 | 258 |
| 258 # http://crbug.com/350982 | 259 # http://crbug.com/350982 |
| 259 race:libvpx/vp9/decoder/vp9_thread.c | 260 race:libvpx/vp9/decoder/vp9_thread.c |
| OLD | NEW |