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

Unified Diff: tests/pnacl_abi/nacl.scons

Issue 7508011: More fixes for PNaCl Windows. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years, 5 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 | « site_scons/site_tools/naclsdk.py ('k') | tests/untrusted_check/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/pnacl_abi/nacl.scons
===================================================================
--- tests/pnacl_abi/nacl.scons (revision 6299)
+++ tests/pnacl_abi/nacl.scons (working copy)
@@ -22,9 +22,9 @@
name = src.split('.')[0]
node = env.ComponentObject(name + '.o', src)
test = env.CommandTest(name + '.out',
- ['${DISASS} -o -', node],
+ ['${DISASS}', '-o', '-', node],
stdout_golden=env.File(name + '.stdout'),
- filter_regex="'; ModuleID = '",
+ filter_regex='"; ModuleID = "',
filter_inverse='true',
)
env.AddNodeToTestSuite(test,
« no previous file with comments | « site_scons/site_tools/naclsdk.py ('k') | tests/untrusted_check/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698