| 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 |
| 11 | 11 |
| 12 # Races in libevent, http://crbug.com/23244 | 12 # Races in libevent, http://crbug.com/23244 |
| 13 race:libevent/event.c | 13 race:libevent/event.c |
| 14 | 14 |
| 15 # http://crbug.com/46840 | 15 # http://crbug.com/46840 |
| 16 race:history::HistoryBackend::DeleteFTSIndexDatabases | 16 race:base::HistogramSamples::IncreaseSum |
| 17 race:history::InMemoryHistoryBackend::Init | |
| 18 | 17 |
| 19 # http://crbug.com/84094 | 18 # http://crbug.com/84094 |
| 20 race:sqlite3StatusSet | 19 race:sqlite3StatusSet |
| 21 race:pcache1EnforceMaxPage | 20 race:pcache1EnforceMaxPage |
| 22 race:pcache1AllocPage | 21 race:pcache1AllocPage |
| 23 | 22 |
| 24 # http://crbug.com/102327. | 23 # http://crbug.com/102327. |
| 25 # Test-only race, won't fix. | 24 # Test-only race, won't fix. |
| 26 race:tracked_objects::ThreadData::ShutdownSingleThreadedCleanup | 25 race:tracked_objects::ThreadData::ShutdownSingleThreadedCleanup |
| 27 | 26 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 56 # http://crbug.com/223352 | 55 # http://crbug.com/223352 |
| 57 race:uprv_malloc_46 | 56 race:uprv_malloc_46 |
| 58 race:uprv_realloc_46 | 57 race:uprv_realloc_46 |
| 59 | 58 |
| 60 # http://crbug.com/223955 | 59 # http://crbug.com/223955 |
| 61 race:PassRefPtr | 60 race:PassRefPtr |
| 62 | 61 |
| 63 # http://crbug.com/224617 | 62 # http://crbug.com/224617 |
| 64 race:base::debug::TraceEventTestFixture_TraceSampling_Test::TestBody | 63 race:base::debug::TraceEventTestFixture_TraceSampling_Test::TestBody |
| 65 | 64 |
| 65 # http://crbug.com/239359 |
| 66 race:media::TestInputCallback::OnData |
| 67 |
| 66 # http://crbug.com/244368 | 68 # http://crbug.com/244368 |
| 67 race:skia::BeginPlatformPaint | 69 race:skia::BeginPlatformPaint |
| 68 | 70 |
| 69 # http://crbug.com/244385 | 71 # http://crbug.com/244385 |
| 70 race:unixTempFileDir | 72 race:unixTempFileDir |
| 71 | 73 |
| 72 # http://crbug.com/244774 | 74 # http://crbug.com/244774 |
| 73 race:webrtc::RTPReceiver::ProcessBitrate | 75 race:webrtc::RTPReceiver::ProcessBitrate |
| 74 race:webrtc::RTPSender::ProcessBitrate | 76 race:webrtc::RTPSender::ProcessBitrate |
| 75 race:webrtc::VideoCodingModuleImpl::Decode | 77 race:webrtc::VideoCodingModuleImpl::Decode |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 race:gLibCleanupFunctions | 110 race:gLibCleanupFunctions |
| 109 | 111 |
| 110 # http://crbug.com/270675 | 112 # http://crbug.com/270675 |
| 111 race:net::RuleBasedHostResolverProc::Resolve | 113 race:net::RuleBasedHostResolverProc::Resolve |
| 112 | 114 |
| 113 # http://crbug.com/272095 | 115 # http://crbug.com/272095 |
| 114 race:base::g_top_manager | 116 race:base::g_top_manager |
| 115 | 117 |
| 116 # http://crbug.com/273047 | 118 # http://crbug.com/273047 |
| 117 race:base::*::g_lazy_tls_ptr | 119 race:base::*::g_lazy_tls_ptr |
| OLD | NEW |