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

Unified Diff: src/trusted/service_runtime/build.scons

Issue 10134056: Refactor the process of choosing validators. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: more aesthetics Created 8 years, 6 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 | « src/tools/validator_tools/ncstubout.c ('k') | src/trusted/service_runtime/sel_ldr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/build.scons
diff --git a/src/trusted/service_runtime/build.scons b/src/trusted/service_runtime/build.scons
index bdc1c942a79670755e12549b8d262ca0af70dc44..42171cfdd6026c210d6d47f9113a200f8a01f80a 100644
--- a/src/trusted/service_runtime/build.scons
+++ b/src/trusted/service_runtime/build.scons
@@ -747,7 +747,9 @@ if env.Bit('target_x86'):
env.File(arch_testdata_dir + '/hello_world.nexe'),
stdout_golden = env.File('testdata/hello_world.stdout'),
stderr_golden = env.File('testdata/dfa_validator_hello.stderr'),
- filter_regex = '"^(Hello, World!)$|DANGER"',
+ filter_regex = '"^(Hello, World!)$' + '|' +
+ '^[[][^]]*[]] (DANGER! USING THE EXPERIMENTAL DFA VALIDATOR!)$"',
+ filter_group_only = 'true',
osenv='NACL_DANGEROUS_USE_DFA_VALIDATOR=1',
)
env.AddNodeToTestSuite(node, ['medium_tests', 'validator_tests'],
« no previous file with comments | « src/tools/validator_tools/ncstubout.c ('k') | src/trusted/service_runtime/sel_ldr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698