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

Unified Diff: SConstruct

Issue 544003002: NonSFI mode: Enable compiling exception_test for NonSFI NaCl on ARM (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: 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
« no previous file with comments | « no previous file | tests/common/nacl.scons » ('j') | tests/exception_test/nacl.scons » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index ab58f1dc8d671ad7ecb68a45e5e27d196a24ff34..4c53a4fc113abeef0faa32b0a7f09c3b7613a928 100755
--- a/SConstruct
+++ b/SConstruct
@@ -666,6 +666,7 @@ nacl_glibc_skiplist.update(['%s_irt' % test for test in nacl_glibc_skiplist])
nonsfi_test_whitelist = set([
'run_clock_get_test',
'run_dup_test',
+ 'run_exception_test',
'run_fcntl_test',
'run_float_test',
'run_fork_test',
« no previous file with comments | « no previous file | tests/common/nacl.scons » ('j') | tests/exception_test/nacl.scons » ('J')

Powered by Google App Engine
This is Rietveld 408576698