| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 | 251 |
| 252 # http://crbug.com/363999 | 252 # http://crbug.com/363999 |
| 253 race:v8::internal::EnterDebugger::*EnterDebugger | 253 race:v8::internal::EnterDebugger::*EnterDebugger |
| 254 | 254 |
| 255 # http://crbug.com/364006 | 255 # http://crbug.com/364006 |
| 256 race:gfx::ImageFamily::~ImageFamily | 256 race:gfx::ImageFamily::~ImageFamily |
| 257 | 257 |
| 258 # http://crbug.com/364014 | 258 # http://crbug.com/364014 |
| 259 race:WTF::Latin1Encoding()::globalLatin1Encoding | 259 race:WTF::Latin1Encoding()::globalLatin1Encoding |
| 260 | 260 |
| 261 # http://crbug.com/366594 | |
| 262 race:net::tools::test*EndToEndTest::VerifyCleanConnection | |
| 263 | |
| 264 # https://code.google.com/p/v8/issues/detail?id=3143 | 261 # https://code.google.com/p/v8/issues/detail?id=3143 |
| 265 race:v8::internal::FLAG_track_double_fields | 262 race:v8::internal::FLAG_track_double_fields |
| OLD | NEW |