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

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

Issue 15709015: Make sure that the UI window created by base::MessagePumpForUI is destoyed on the same thread (Wind… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 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 | « base/message_loop/message_pump_win.cc ('k') | 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 a few kinds of suppressions in this file. 1 # There are a few 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 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 } 1119 }
1120 { 1120 {
1121 bug_239350 1121 bug_239350
1122 ThreadSanitizer:Race 1122 ThreadSanitizer:Race
1123 fun:av_buffer_unref 1123 fun:av_buffer_unref
1124 fun:av_frame_unref 1124 fun:av_frame_unref
1125 fun:avcodec_decode_video2 1125 fun:avcodec_decode_video2
1126 ... 1126 ...
1127 fun:media::FFmpegVideoDecoder::Decode 1127 fun:media::FFmpegVideoDecoder::Decode
1128 } 1128 }
1129 {
1130 bug_241939a
1131 ThreadSanitizer:Race
1132 fun:CreateDialogParamW
1133 fun:CharPrevW
1134 fun:SystemParametersInfoW
1135 fun:RegisterClassExW
1136 fun:base::MessagePumpForUI::InitMessageWnd
1137 fun:base::MessagePumpForUI::MessagePumpForUI
1138 fun:base::MessageLoop::MessageLoop
1139 fun:remoting::AutoThread::ThreadMain
1140 }
1141 {
1142 bug_241939b
1143 ThreadSanitizer:Race
1144 fun:GetWindowLongW
1145 fun:GetWindowLongW
1146 fun:GetWindowLongW
1147 fun:PostMessageW
1148 fun:PostMessageW
1149 fun:SetWindowTextW
1150 fun:KiUserCallbackDispatcher
1151 fun:LoadStringA
1152 fun:LoadStringA
1153 fun:LoadStringA
1154 fun:CreateWindowExW
1155 fun:base::MessagePumpForUI::InitMessageWnd
1156 fun:base::MessagePumpForUI::MessagePumpForUI
1157 fun:base::MessageLoop::MessageLoop
1158 fun:remoting::AutoThread::ThreadMain
1159 }
OLDNEW
« no previous file with comments | « base/message_loop/message_pump_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698