| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 race:*GetObjectFromEntryAddress | 97 race:*GetObjectFromEntryAddress |
| 98 | 98 |
| 99 # http://crbug.com/268924 | 99 # http://crbug.com/268924 |
| 100 race:base::g_power_monitor | 100 race:base::g_power_monitor |
| 101 race:base::PowerMonitor::PowerMonitor | 101 race:base::PowerMonitor::PowerMonitor |
| 102 race:base::PowerMonitor::AddObserver | 102 race:base::PowerMonitor::AddObserver |
| 103 | 103 |
| 104 # http://crbug.com/268941 | 104 # http://crbug.com/268941 |
| 105 race:tracked_objects::ThreadData::tls_index_ | 105 race:tracked_objects::ThreadData::tls_index_ |
| 106 | 106 |
| 107 # http://crbug.com/268946 |
| 108 race:CommandLine::HasSwitch |
| 109 |
| 107 # http://crbug.com/269965 | 110 # http://crbug.com/269965 |
| 108 race:DesktopMediaPickerModelTest_UpdateThumbnail_Test | 111 race:DesktopMediaPickerModelTest_UpdateThumbnail_Test |
| 109 | 112 |
| 110 # http://crbug.com/270037 | 113 # http://crbug.com/270037 |
| 111 race:gLibCleanupFunctions | 114 race:gLibCleanupFunctions |
| 115 |
| 116 # http://crbug.com/270675 |
| 117 race:net::RuleBasedHostResolverProc::Resolve |
| OLD | NEW |