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

Unified Diff: tools/valgrind/valgrind_test.py

Issue 2799040: Skip sanity checks for TSan/Mac... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/valgrind_test.py
===================================================================
--- tools/valgrind/valgrind_test.py (revision 50834)
+++ tools/valgrind/valgrind_test.py (working copy)
@@ -781,6 +781,11 @@
tool = ToolFactory().Create(tool_name)
MODULES_TO_SANITY_CHECK = ["base"]
+
+ # TODO(timurrrr): this is a temporary workaround for http://crbug.com/47844
+ if tool_name == "tsan" and common.IsMac():
+ MODULES_TO_SANITY_CHECK = []
+
check_sanity = module in MODULES_TO_SANITY_CHECK
return tool.Main(args, check_sanity)
« 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