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

Unified Diff: tests/untrusted_check/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 | « tests/pnacl_abi/nacl.scons ('k') | tests/untrusted_check/untrusted_check_test.stderr » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/untrusted_check/nacl.scons
===================================================================
--- tests/untrusted_check/nacl.scons (revision 6299)
+++ tests/untrusted_check/nacl.scons (working copy)
@@ -23,7 +23,8 @@
node = env.CommandSelLdrTestNacl(
'untrusted_check_test.out',
nexe,
- filter_regex = ('"(Fatal error in file[^/\\\\\\\\]*)'
+ # On Windows, PNaCl gives an absolute cygwin-style path
+ filter_regex = ('"(Fatal error in file ).*(untrusted_check_test.c)'
'|(LOG_FATAL.*)'
'|(Log output.*)"'),
filter_group_only = 'true',
« no previous file with comments | « tests/pnacl_abi/nacl.scons ('k') | tests/untrusted_check/untrusted_check_test.stderr » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698