| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 # http://crbug.com/273047 | 125 # http://crbug.com/273047 |
| 126 race:base::*::g_lazy_tls_ptr | 126 race:base::*::g_lazy_tls_ptr |
| 127 race:IPC::SyncChannel::ReceivedSyncMsgQueue::lazy_tls_ptr_ | 127 race:IPC::SyncChannel::ReceivedSyncMsgQueue::lazy_tls_ptr_ |
| 128 | 128 |
| 129 # http://crbug.com/280466 | 129 # http://crbug.com/280466 |
| 130 race:content::WebRtcAudioCapturer::SetCapturerSource | 130 race:content::WebRtcAudioCapturer::SetCapturerSource |
| 131 | 131 |
| 132 # http://crbug.com/290964 | 132 # http://crbug.com/290964 |
| 133 race:PostponeInterruptsScope | 133 race:PostponeInterruptsScope |
| 134 | 134 |
| 135 # http://crbug.com/296862 | |
| 136 race:browser_sync::PasswordChangeProcessor::Disconnect | |
| 137 | |
| 138 # http://crbug.com/296883 | 135 # http://crbug.com/296883 |
| 139 race:net::URLFetcherCore::Stop | 136 race:net::URLFetcherCore::Stop |
| OLD | NEW |