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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 race:gfx::ImageFamily::~ImageFamily | 249 race:gfx::ImageFamily::~ImageFamily |
250 | 250 |
251 # http://crbug.com/364014 | 251 # http://crbug.com/364014 |
252 race:WTF::Latin1Encoding()::globalLatin1Encoding | 252 race:WTF::Latin1Encoding()::globalLatin1Encoding |
253 | 253 |
254 # https://code.google.com/p/v8/issues/detail?id=3143 | 254 # https://code.google.com/p/v8/issues/detail?id=3143 |
255 race:v8::internal::FLAG_track_double_fields | 255 race:v8::internal::FLAG_track_double_fields |
256 | 256 |
257 # http://crbug.com/370244 | 257 # http://crbug.com/370244 |
258 race:cc::RenderingStatsInstrumentation::AccumulateAndClearImplThreadStats | 258 race:cc::RenderingStatsInstrumentation::AccumulateAndClearImplThreadStats |
| 259 |
| 260 # https://crbug.com/369257 |
| 261 # TODO(mtklein): annotate properly and remove suppressions. |
| 262 race:SandboxIPCHandler::HandleFontMatchRequest |
| 263 race:SkFontConfigInterfaceDirect::matchFamilyName |
| 264 race:SkFontConfigInterface::GetSingletonDirectInterface |
OLD | NEW |