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

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

Issue 7195001: Update a TSan suppression for the misterious UserScriptMaster race (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 months 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 # Real races in Chromium 2 # Real races in Chromium
3 { 3 {
4 bug_23433 4 bug_23433
5 ThreadSanitizer:Race 5 ThreadSanitizer:Race
6 fun:*logging*SetMinLogLevel* 6 fun:*logging*SetMinLogLevel*
7 } 7 }
8 8
9 { 9 {
10 bug_24419 10 bug_24419
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ThreadSanitizer:Race 82 ThreadSanitizer:Race
83 ... 83 ...
84 fun:HistoryURLProvider::ExecuteWithDB* 84 fun:HistoryURLProvider::ExecuteWithDB*
85 } 85 }
86 86
87 { 87 {
88 bug_67957 88 bug_67957
89 ThreadSanitizer:Race 89 ThreadSanitizer:Race
90 fun:Replace_memcpy 90 fun:Replace_memcpy
91 fun:memcpy 91 fun:memcpy
92 fun:Serialize* 92 fun:Serialize
93 fun:UserScriptMaster::ScriptReloader::RunScan* 93 fun:UserScriptMaster::ScriptReloader::RunLoad
94 } 94 }
95 95
96 { 96 {
97 bug_72169a 97 bug_72169a
98 ThreadSanitizer:Race 98 ThreadSanitizer:Race
99 fun:base::Thread::ThreadMain* 99 fun:base::Thread::ThreadMain*
100 } 100 }
101 101
102 { 102 {
103 bug_72169b 103 bug_72169b
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 tsanbug_62a 547 tsanbug_62a
548 ThreadSanitizer:Race 548 ThreadSanitizer:Race
549 fun:__memset_sse2 549 fun:__memset_sse2
550 } 550 }
551 551
552 { 552 {
553 tsanbug_62b 553 tsanbug_62b
554 ThreadSanitizer:Race 554 ThreadSanitizer:Race
555 fun:__GI_memcpy 555 fun:__GI_memcpy
556 } 556 }
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