Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: tools/valgrind/tsan/suppressions.txt

Issue 6094003: Suppress UserScript/Pango race report (false positive?), remove some suppress... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ############################ 1 ############################
2 # Chromium 2 # Chromium
3 3
4 { 4 {
5 bug_23433 5 bug_23433
6 ThreadSanitizer:Race 6 ThreadSanitizer:Race
7 fun:*logging*SetMinLogLevel* 7 fun:*logging*SetMinLogLevel*
8 } 8 }
9 9
10 { 10 {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 } 73 }
74 74
75 { 75 {
76 bug_64075b 76 bug_64075b
77 ThreadSanitizer:Race 77 ThreadSanitizer:Race
78 fun:disk_cache::EntryImpl::UpdateSize* 78 fun:disk_cache::EntryImpl::UpdateSize*
79 fun:disk_cache::EntryImpl::WriteDataImpl* 79 fun:disk_cache::EntryImpl::WriteDataImpl*
80 } 80 }
81 81
82 { 82 {
83 bug_64080
84 ThreadSanitizer:Race
85 ...
86 fun:chromeos::PulseAudioMixer::~PulseAudioMixer*
87 ...
88 fun:Singleton<chromeos::AudioHandler*>::OnExit*
89 }
90
91 {
92 bug_64186a
93 ThreadSanitizer:Race
94 fun:chromeos::CrosLibrary::Library*GetDefaultImpl*
95 fun:chromeos::CrosLibrary::GetSystemLibrary*
96 }
97
98 {
99 bug_64186b
100 ThreadSanitizer:Race
101 ...
102 fun:MetricsService::InitTask::Run*
103 }
104
105 {
106 bug_64188
107 ThreadSanitizer:Race
108 ...
109 fun:base::RefCounted<net::NetLog::EventParameters>::*
110 }
111
112 {
113 bug_66994a 83 bug_66994a
114 ThreadSanitizer:Race 84 ThreadSanitizer:Race
115 fun:HistoryURLProvider::Stop* 85 fun:HistoryURLProvider::Stop*
116 fun:AutocompleteController::Stop* 86 fun:AutocompleteController::Stop*
117 } 87 }
118 88
119 { 89 {
120 bug_66994b 90 bug_66994b
121 ThreadSanitizer:Race 91 ThreadSanitizer:Race
122 ... 92 ...
123 fun:HistoryURLProvider::ExecuteWithDB* 93 fun:HistoryURLProvider::ExecuteWithDB*
124 } 94 }
125 95
126 { 96 {
127 bug_67546a 97 bug_67957
128 ThreadSanitizer:Race 98 ThreadSanitizer:Race
129 ... 99 fun:Replace_memcpy
130 fun:g_main_context_dispatch 100 fun:memcpy
131 fun:g_main_context_iterate 101 fun:Serialize*
132 fun:g_main_context_iteration 102 fun:UserScriptMaster::ScriptReloader::RunScan*
133 }
134
135 {
136 bug_67546b
137 ThreadSanitizer:Race
138 ...
139 fun:g_cclosure_marshal_VOID__OBJECT
140 fun:g_type_class_meta_marshal
141 fun:g_closure_invoke
142 } 103 }
143 104
144 ############################ 105 ############################
145 # Benign races 106 # Benign races
146 { 107 {
147 bug_62694 [benign races in Histogram in CookieMonster] 108 bug_62694 [benign races in Histogram in CookieMonster]
148 ThreadSanitizer:Race 109 ThreadSanitizer:Race
149 ... 110 ...
150 fun:base::Histogram::* 111 fun:base::Histogram::*
151 fun:net::CookieMonster::* 112 fun:net::CookieMonster::*
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 ThreadSanitizer:Race 421 ThreadSanitizer:Race
461 ... 422 ...
462 fun:gethostbyname2_r* 423 fun:gethostbyname2_r*
463 } 424 }
464 425
465 { 426 {
466 Benign race in nss (PR_EnterMonitor) 427 Benign race in nss (PR_EnterMonitor)
467 ThreadSanitizer:Race 428 ThreadSanitizer:Race
468 fun:PR_EnterMonitor 429 fun:PR_EnterMonitor
469 } 430 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698