diff options
author | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-12 18:59:16 +0000 |
---|---|---|
committer | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-12 18:59:16 +0000 |
commit | da94aa6d514905ea7b021697b6cfa29710ea0703 (patch) | |
tree | 32f9f9a027213c759697e55bf6be5bcaac2d92d9 /build/isolate.gypi | |
parent | 815b1286831aee72aa6a054947ac24c5d6c5faa9 (diff) | |
download | chromium_src-da94aa6d514905ea7b021697b6cfa29710ea0703.zip chromium_src-da94aa6d514905ea7b021697b6cfa29710ea0703.tar.gz chromium_src-da94aa6d514905ea7b021697b6cfa29710ea0703.tar.bz2 |
Change test_isolation_mode default from noop to check
TBR=maruel@chromium.org
NOTRY=True
BUG=
Review URL: https://chromiumcodereview.appspot.com/12623013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/isolate.gypi')
-rw-r--r-- | build/isolate.gypi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/build/isolate.gypi b/build/isolate.gypi index 6ddc3fe..d7523fd 100644 --- a/build/isolate.gypi +++ b/build/isolate.gypi @@ -40,7 +40,6 @@ 'rule_name': 'isolate', 'extension': 'isolate', 'inputs': [ - '<(RULE_INPUT_PATH)', # Disable file tracking by the build driver for now. This means the # project must have the proper build-time dependency for their runtime # dependency. This improves the runtime of the build driver since it @@ -60,6 +59,7 @@ 'python', '<(DEPTH)/tools/swarm_client/isolate.py', '<(test_isolation_mode)', + '--outdir', '<(test_isolation_outdir)', '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', '--variable', 'OS', '<(OS)', '--variable', 'chromeos', '<(chromeos)', @@ -72,8 +72,11 @@ '--outdir', '<(PRODUCT_DIR)/<(test_isolation_outdir)', ], }], + ['test_isolation_fail_on_missing == 0', { + 'action': ['--ignore_broken_items'] + }, + ], ], - 'msvs_cygwin_shell': 0, }, ], |