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

Unified Diff: tests/exception_test/nacl.scons

Issue 616813002: Non-SFI Mode: Enable compiling exception_test for x86-32. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: space Created 6 years, 3 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
« SConstruct ('K') | « tests/exception_test/direction_flag_x86.S ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/exception_test/nacl.scons
diff --git a/tests/exception_test/nacl.scons b/tests/exception_test/nacl.scons
index 00f0bd67366538f49e3f1ea1fdaaedab10d98bbf..3407c9cdccf89c37af61f52e62c1e2ceb90114a7 100644
--- a/tests/exception_test/nacl.scons
+++ b/tests/exception_test/nacl.scons
@@ -8,6 +8,9 @@ Import('env')
if not env.AllowInlineAssembly():
Return()
+env.Append(CPPDEFINES=[['NONSFI_MODE',
Mark Seaborn 2014/10/01 17:04:00 Maybe add a comment: We #define NONSFI_MODE here b
Junichi Uekawa 2014/10/02 02:33:11 I found out why __native_client_nonsfi__ wasn't de
+ str(int(env.Bit('nonsfi_nacl')))]])
+
test_args = {'sel_ldr_flags': ['-e', '-E', 'OUTSIDE_BROWSER=1'],
'declares_exit_status': True}
if env.Bit('target_arm') and env.UsingEmulator():
« SConstruct ('K') | « tests/exception_test/direction_flag_x86.S ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698