diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 14:26:02 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 14:26:02 +0000 |
commit | b24ca00f664f2b6d49ab8f0703de5b21c7dc2e46 (patch) | |
tree | 3280c6b538777b96a420293c19f8779277ac6845 /tools/valgrind/chrome_tests.py | |
parent | 3c574d32859a78273e53dd6cc61724e9659240cf (diff) | |
download | chromium_src-b24ca00f664f2b6d49ab8f0703de5b21c7dc2e46.zip chromium_src-b24ca00f664f2b6d49ab8f0703de5b21c7dc2e46.tar.gz chromium_src-b24ca00f664f2b6d49ab8f0703de5b21c7dc2e46.tar.bz2 |
Add support for running Chromium tests under TSan in RaceVerifier mode.
The patch was prepared by Evgeniy Stepanov and
reviewed as http://codereview.chromium.org/3296016
TBR=glider
TEST=TSan bots shouldn't be affected by this for now
Review URL: http://codereview.chromium.org/3418003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59370 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/chrome_tests.py')
-rwxr-xr-x | tools/valgrind/chrome_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py index ed37a67..b448715 100755 --- a/tools/valgrind/chrome_tests.py +++ b/tools/valgrind/chrome_tests.py @@ -409,7 +409,7 @@ def _main(_): "[-t <test> ...]") parser.disable_interspersed_args() parser.add_option("-b", "--build_dir", - help="the location of the output of the compiler output") + help="the location of the compiler output") parser.add_option("-t", "--test", action="append", default=[], help="which test to run, supports test:gtest_filter format " "as well.") |