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

Unified Diff: trunk/src/tools/valgrind/tsan/suppressions.txt

Issue 17143004: Revert 207278 "Make sure that the UI window created by base::Mes..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/base/message_loop/message_pump_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/tools/valgrind/tsan/suppressions.txt
===================================================================
--- trunk/src/tools/valgrind/tsan/suppressions.txt (revision 207326)
+++ trunk/src/tools/valgrind/tsan/suppressions.txt (working copy)
@@ -1126,3 +1126,34 @@
...
fun:media::FFmpegVideoDecoder::Decode
}
+{
+ bug_241939a
+ ThreadSanitizer:Race
+ fun:CreateDialogParamW
+ fun:CharPrevW
+ fun:SystemParametersInfoW
+ fun:RegisterClassExW
+ fun:base::MessagePumpForUI::InitMessageWnd
+ fun:base::MessagePumpForUI::MessagePumpForUI
+ fun:base::MessageLoop::MessageLoop
+ fun:remoting::AutoThread::ThreadMain
+}
+{
+ bug_241939b
+ ThreadSanitizer:Race
+ fun:GetWindowLongW
+ fun:GetWindowLongW
+ fun:GetWindowLongW
+ fun:PostMessageW
+ fun:PostMessageW
+ fun:SetWindowTextW
+ fun:KiUserCallbackDispatcher
+ fun:LoadStringA
+ fun:LoadStringA
+ fun:LoadStringA
+ fun:CreateWindowExW
+ fun:base::MessagePumpForUI::InitMessageWnd
+ fun:base::MessagePumpForUI::MessagePumpForUI
+ fun:base::MessageLoop::MessageLoop
+ fun:remoting::AutoThread::ThreadMain
+}
« no previous file with comments | « trunk/src/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