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

Unified Diff: scripts/master/factory/nacl_factory.py

Issue 3005048: Land http://codereview.chromium.org/2998005/show -- Update Memcheck command... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/
Patch Set: Created 10 years, 5 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 | « scripts/master/factory/nacl_commands.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/nacl_factory.py
===================================================================
--- scripts/master/factory/nacl_factory.py (revision 54715)
+++ scripts/master/factory/nacl_factory.py (working copy)
@@ -191,7 +191,8 @@
f.AddSizedTests(test_size, options=options, timeout=timeout)
if R('nacl_valgrind'):
- f.AddValgrind(options=options)
+ f.AddMemcheck(options=options)
+ f.AddThreadSanitizer(options=options)
if R('nacl_arm_hw'):
for test_size in ['small']:
« no previous file with comments | « scripts/master/factory/nacl_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698