summaryrefslogtreecommitdiffstats
path: root/components/nacl_helper_nonsfi_unittests.isolate
diff options
context:
space:
mode:
authorhidehiko <hidehiko@chromium.org>2015-06-08 19:50:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-09 02:51:34 +0000
commit8fc7c823b9dd2b7890c96438f347383aa713c1d6 (patch)
treeceeaed6a3be8aac576fd337b45c9d12a47d956fd /components/nacl_helper_nonsfi_unittests.isolate
parent92478e96a57d4f52032a9be47132e9455d9dd160 (diff)
downloadchromium_src-8fc7c823b9dd2b7890c96438f347383aa713c1d6.zip
chromium_src-8fc7c823b9dd2b7890c96438f347383aa713c1d6.tar.gz
chromium_src-8fc7c823b9dd2b7890c96438f347383aa713c1d6.tar.bz2
Non-SFI mode: Implement test launcher for nacl_helper_nonsfi_unittests.
This CL implements a test launcher customized for nacl_helper_nonsfi_unittests. - Existing nacl_helper_nonsfi_unittests is renamed to nacl_helper_nonsfi_unittests_main. - The new test launcher is built with a toolchain for the target architecture rather than PNaCl toolchain. - XmlUnitTestResultPrinter is now extracted into a separate file. TEST=Ran bots (with and without editing testing/buildbots scripts). Run locally. BUG=358465 Review URL: https://codereview.chromium.org/1154313003 Cr-Commit-Position: refs/heads/master@{#333430}
Diffstat (limited to 'components/nacl_helper_nonsfi_unittests.isolate')
-rw-r--r--components/nacl_helper_nonsfi_unittests.isolate1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/nacl_helper_nonsfi_unittests.isolate b/components/nacl_helper_nonsfi_unittests.isolate
index 8de0893..b7973b9 100644
--- a/components/nacl_helper_nonsfi_unittests.isolate
+++ b/components/nacl_helper_nonsfi_unittests.isolate
@@ -10,6 +10,7 @@
],
'files': [
'<(PRODUCT_DIR)/nacl_helper_nonsfi_unittests',
+ '<(PRODUCT_DIR)/nacl_helper_nonsfi_unittests_main',
],
'read_only': 1,
},