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

Unified Diff: tests/syscall_return_regs/nacl.scons

Issue 11185060: Add a test to check the initial register state for a new thread (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Use longer name Created 8 years, 2 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/common/register_set.h ('k') | tests/syscall_return_regs/syscall_return_regs_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/syscall_return_regs/nacl.scons
diff --git a/tests/syscall_return_regs/nacl.scons b/tests/syscall_return_regs/nacl.scons
index 4c50d692ed4f5b8d386a7fc8e80402c3a9a1bed9..6e8e0a84a81276a9b94bab3ec0e8eef6cfe87088 100644
--- a/tests/syscall_return_regs/nacl.scons
+++ b/tests/syscall_return_regs/nacl.scons
@@ -8,8 +8,12 @@ Import('env')
if not env.AllowInlineAssembly():
Return()
+valgrind = env.ComponentObject(
+ 'valgrind_annotations.o',
+ '${MAIN_DIR}/src/untrusted/valgrind/dynamic_annotations.c')
+
nexe = env.ComponentProgram(
- 'syscall_return_regs_test', ['syscall_return_regs_test.c'],
+ 'syscall_return_regs_test', ['syscall_return_regs_test.c'] + valgrind,
EXTRA_LIBS=['${NONIRT_LIBS}', 'test_common'])
node = env.CommandSelLdrTestNacl('syscall_return_regs_test.out', nexe)
« no previous file with comments | « tests/common/register_set.h ('k') | tests/syscall_return_regs/syscall_return_regs_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698