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

Unified Diff: native_client_sdk/src/build_tools/test_sdk.py

Issue 1163843006: [NaCl SDK] Use seperate build dir for msan/tsan builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | native_client_sdk/src/tools/common.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/test_sdk.py
diff --git a/native_client_sdk/src/build_tools/test_sdk.py b/native_client_sdk/src/build_tools/test_sdk.py
index 2fa9fd615f8e01db59993e1bee4056df74c717d2..b442b3c2601e1821b3959299c6387d155288f362 100755
--- a/native_client_sdk/src/build_tools/test_sdk.py
+++ b/native_client_sdk/src/build_tools/test_sdk.py
@@ -87,12 +87,6 @@ def StepRunSelLdrTests(pepperdir, sanitizer):
args += ['ASAN=1']
elif sanitizer == 'thread':
args += ['TSAN=1']
- build_projects.BuildProjectsBranch(pepperdir, 'src', clean=False,
- deps=deps, config=config,
- args=args + ['clean'])
- build_projects.BuildProjectsBranch(pepperdir, 'tests', clean=False,
- deps=deps, config=config,
- args=args + ['clean'])
build_projects.BuildProjectsBranch(pepperdir, test, clean=False,
deps=deps, config=config,
« no previous file with comments | « no previous file | native_client_sdk/src/tools/common.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698