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

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

Issue 344046: Widen an existing suppression a little bit... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 # There are two kinds of suppressions in this file. 1 # There are two kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. Intentional unit test errors, or stuff that is somehow a false positive 4 # 2. Intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 94
95 { 95 {
96 Benign data race in CAMutex bug_23579 96 Benign data race in CAMutex bug_23579
97 ThreadSanitizer:Race 97 ThreadSanitizer:Race
98 fun:*CAMutex*ock* 98 fun:*CAMutex*ock*
99 } 99 }
100 100
101 { 101 {
102 A warning on destruction of third party ClientAudioQueue object (AudioToolbox) 102 A warning on destruction of third party ClientAudioQueue object (AudioToolbox)
103 ThreadSanitizer:Race 103 ThreadSanitizer:Race
104 ...
104 fun:*AQClient*CheckDisposal* 105 fun:*AQClient*CheckDisposal*
105 fun:*ClientAudioQueueD* 106 fun:*ClientAudioQueueD*
106 fun:AudioQueueDispose 107 fun:AudioQueueDispose
107 } 108 }
108 109
109 #----------------------------------------------------------------------- 110 #-----------------------------------------------------------------------
110 # 2. Intentional unit test errors, or stuff that is somehow a false positive 111 # 2. Intentional unit test errors, or stuff that is somehow a false positive
111 # in our own code, or stuff that is so trivial it's not worth fixing 112 # in our own code, or stuff that is so trivial it's not worth fixing
112 113
113 { 114 {
114 Benign data race inside PCMQueueOutAudioOutputStream::Stop bug_24801 115 Benign data race inside PCMQueueOutAudioOutputStream::Stop bug_24801
115 ThreadSanitizer:Race 116 ThreadSanitizer:Race
116 fun:*PCMQueueOutAudioOutputStream*Stop* 117 fun:*PCMQueueOutAudioOutputStream*Stop*
117 } 118 }
118 119
119 #----------------------------------------------------------------------- 120 #-----------------------------------------------------------------------
120 # 3. Suppressions for real chromium bugs that are not yet fixed. 121 # 3. Suppressions for real chromium bugs that are not yet fixed.
121 # These should all be in chromium's bug tracking system (but a few aren't yet). 122 # These should all be in chromium's bug tracking system (but a few aren't yet).
122 # Periodically we should sweep this file and the bug tracker clean by 123 # Periodically we should sweep this file and the bug tracker clean by
123 # running overnight and removing outdated bugs/suppressions. 124 # running overnight and removing outdated bugs/suppressions.
124 125
125 # Nothing here yet, but updates will be submitted soon. 126 # Nothing here yet, but updates will be submitted soon.
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