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

Unified Diff: tests/glibc_syscall_wrappers/nacl.scons

Issue 6018003: Add fxstat check to glibc_syscall_wrappers test. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Update for a new ABI Created 9 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 | « no previous file | tests/glibc_syscall_wrappers/test_fstat.c » ('j') | tests/glibc_syscall_wrappers/test_fstat.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/glibc_syscall_wrappers/nacl.scons
===================================================================
--- tests/glibc_syscall_wrappers/nacl.scons (revision 4151)
+++ tests/glibc_syscall_wrappers/nacl.scons (working copy)
@@ -17,6 +17,15 @@
env.AddNodeToTestSuite(test_stat, ['small_tests'], 'run_stat_test')
+env.ComponentProgram('test_fstat.nexe', 'test_fstat.c')
+
+test_fstat = env.CommandSelLdrTestNacl(
+ 'test_fstat.out',
+ command=[env.File('test_fstat.nexe'), env.File('test_stat_data')],
+ stdout_golden=env.File('test_fstat.stdout'))
+
+env.AddNodeToTestSuite(test_fstat, ['small_tests'], 'run_fstat_test')
+
env.ComponentProgram('test_dir.nexe', 'test_dir.c')
test_dir_nexe = env.File('test_dir.nexe')
« no previous file with comments | « no previous file | tests/glibc_syscall_wrappers/test_fstat.c » ('j') | tests/glibc_syscall_wrappers/test_fstat.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698