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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 race:thread_manager | 52 race:thread_manager |
53 race:v8::Locker::Initialize | 53 race:v8::Locker::Initialize |
54 | 54 |
55 # http://crbug.com/223352 | 55 # http://crbug.com/223352 |
56 race:uprv_malloc_46 | 56 race:uprv_malloc_46 |
57 race:uprv_realloc_46 | 57 race:uprv_realloc_46 |
58 | 58 |
59 # http://crbug.com/223955 | 59 # http://crbug.com/223955 |
60 race:PassRefPtr | 60 race:PassRefPtr |
61 | 61 |
62 # http://crbug.com/224617 | |
63 race:base::debug::TraceEventTestFixture_TraceSampling_Test::TestBody | |
64 | |
65 # http://crbug.com/239359 | 62 # http://crbug.com/239359 |
66 race:media::TestInputCallback::OnData | 63 race:media::TestInputCallback::OnData |
67 | 64 |
68 # http://crbug.com/244368 | 65 # http://crbug.com/244368 |
69 race:skia::BeginPlatformPaint | 66 race:skia::BeginPlatformPaint |
70 | 67 |
71 # http://crbug.com/244385 | 68 # http://crbug.com/244385 |
72 race:unixTempFileDir | 69 race:unixTempFileDir |
73 | 70 |
74 # http://crbug.com/244755 | 71 # http://crbug.com/244755 |
(...skipping 13 matching lines...) Expand all Loading... |
88 | 85 |
89 # http://crbug.com/246968 | 86 # http://crbug.com/246968 |
90 race:webrtc::VideoCodingModuleImpl::RegisterPacketRequestCallback | 87 race:webrtc::VideoCodingModuleImpl::RegisterPacketRequestCallback |
91 | 88 |
92 # http://crbug.com/246970 | 89 # http://crbug.com/246970 |
93 race:webrtc::EventPosix::StartTimer | 90 race:webrtc::EventPosix::StartTimer |
94 | 91 |
95 # http://crbug.com/246974 | 92 # http://crbug.com/246974 |
96 race:content::GpuWatchdogThread::CheckArmed | 93 race:content::GpuWatchdogThread::CheckArmed |
97 | 94 |
98 # http://crbug.com/257396 | |
99 race:base::debug::TraceEventTestFixture_TraceSamplingScope_Test::TestBody | |
100 | |
101 # http://crbug.com/257543 | 95 # http://crbug.com/257543 |
102 race:*GetObjectFromEntryAddress | 96 race:*GetObjectFromEntryAddress |
103 | 97 |
104 # http://crbug.com/268924 | 98 # http://crbug.com/268924 |
105 race:base::g_power_monitor | 99 race:base::g_power_monitor |
106 race:base::PowerMonitor::PowerMonitor | 100 race:base::PowerMonitor::PowerMonitor |
107 race:base::PowerMonitor::AddObserver | 101 race:base::PowerMonitor::AddObserver |
108 | 102 |
109 # http://crbug.com/268941 | 103 # http://crbug.com/268941 |
110 race:tracked_objects::ThreadData::tls_index_ | 104 race:tracked_objects::ThreadData::tls_index_ |
(...skipping 22 matching lines...) Expand all Loading... |
133 race:content::WebRtcAudioCapturer::SetCapturerSource | 127 race:content::WebRtcAudioCapturer::SetCapturerSource |
134 | 128 |
135 # http://crbug.com/290964 | 129 # http://crbug.com/290964 |
136 race:PostponeInterruptsScope | 130 race:PostponeInterruptsScope |
137 | 131 |
138 # http://crbug.com/296883 | 132 # http://crbug.com/296883 |
139 race:net::URLFetcherCore::Stop | 133 race:net::URLFetcherCore::Stop |
140 | 134 |
141 # http://crbug.com/304178 | 135 # http://crbug.com/304178 |
142 race:localtime_r | 136 race:localtime_r |
143 | |
144 # http://crbug.com/305459 | |
145 race:base::debug::TraceEventTestFixture_TraceContinuousSampling_Test::TestBody | |
OLD | NEW |