| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 | 256 |
| 257 # https://crbug.com/369257 | 257 # https://crbug.com/369257 |
| 258 # TODO(mtklein): annotate properly and remove suppressions. | 258 # TODO(mtklein): annotate properly and remove suppressions. |
| 259 race:SandboxIPCHandler::HandleFontMatchRequest | 259 race:SandboxIPCHandler::HandleFontMatchRequest |
| 260 race:SkFontConfigInterfaceDirect::matchFamilyName | 260 race:SkFontConfigInterfaceDirect::matchFamilyName |
| 261 race:SkFontConfigInterface::GetSingletonDirectInterface | 261 race:SkFontConfigInterface::GetSingletonDirectInterface |
| 262 | 262 |
| 263 # http://crbug.com/372807 | 263 # http://crbug.com/372807 |
| 264 deadlock:net::X509Certificate::CreateCertificateListFromBytes | 264 deadlock:net::X509Certificate::CreateCertificateListFromBytes |
| 265 deadlock:net::X509Certificate::CreateFromBytes | 265 deadlock:net::X509Certificate::CreateFromBytes |
| 266 |
| 267 # http://crbug.com/374135 |
| 268 race:media::AlsaWrapper::PcmWritei |
| 269 |
| 270 # http://crbug.com/374151 |
| 271 deadlock:media::FakeAudioConsumer::Worker::DoRead |
| OLD | NEW |