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

Unified Diff: tests/trusted_crash/crash_in_syscall/nacl.scons

Issue 12594036: Add a scons pnacl finalize step for pnacl_generate_pexe tests. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Use StripSuffix Created 7 years, 9 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/toolchain/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/trusted_crash/crash_in_syscall/nacl.scons
diff --git a/tests/trusted_crash/crash_in_syscall/nacl.scons b/tests/trusted_crash/crash_in_syscall/nacl.scons
index 01260bf3cc6f223752bd32039d450d30d03396d1..8738dff8e8c2ff598a2bf6b5581f6660728f4c80 100644
--- a/tests/trusted_crash/crash_in_syscall/nacl.scons
+++ b/tests/trusted_crash/crash_in_syscall/nacl.scons
@@ -8,10 +8,7 @@ Import('env')
test_prog = env.ComponentProgram('test_guest', ['test_guest.c'],
EXTRA_LIBS=['${NONIRT_LIBS}'])
-
-# If we are generating a pexe, translate it first
-if env.ShouldTranslateToNexe(test_prog):
- test_prog = env.GetTranslatedNexe(test_prog)
+test_prog = env.GetTranslatedNexe(test_prog)
# This test covers how NaCl interacts with host-OS-specific
# interfaces, and it is only implemented for Windows and Linux. On
« no previous file with comments | « tests/toolchain/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698