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

Unified Diff: tests/nonsfi/nacl.scons

Issue 744803003: Non-SFI mode: Add syscalls which are needed for nacl_helper_nonsfi's sandbox. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 5 years, 11 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/nonsfi/file_descriptor_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/nonsfi/nacl.scons
diff --git a/tests/nonsfi/nacl.scons b/tests/nonsfi/nacl.scons
index 4f86fc13afae64d5ed8a00668cfae09ee118f906..70f3ba6bc1bdadb118f7ff5f308cd0aed1978040 100644
--- a/tests/nonsfi/nacl.scons
+++ b/tests/nonsfi/nacl.scons
@@ -19,6 +19,16 @@ node = env.CommandSelLdrTestNacl('fcntl_test.out', nexe,
env.AddNodeToTestSuite(node, ['small_tests'], 'run_fcntl_test')
+nexe = env.ComponentProgram('file_descriptor_test',
+ 'file_descriptor_test.cc',
+ EXTRA_LIBS=['${NONIRT_LIBS}'])
+
+node = env.CommandSelLdrTestNacl(
+ 'file_descriptor_test.out', nexe,
+ args=[env.MakeTempDir(prefix='tmp_file_descriptor')])
+
+env.AddNodeToTestSuite(node, ['small_tests'], 'run_file_descriptor_test')
+
nexe = env.ComponentProgram('fork_test',
'fork_test.cc',
EXTRA_LIBS=['${NONIRT_LIBS}'])
« no previous file with comments | « tests/nonsfi/file_descriptor_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698