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

Unified Diff: tests/gdb/nacl.scons

Issue 11896007: GDB: Test for executing nacl-manifest command twice. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 7 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/gdb/gdb_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gdb/nacl.scons
===================================================================
--- tests/gdb/nacl.scons (revision 10609)
+++ tests/gdb/nacl.scons (working copy)
@@ -125,6 +125,17 @@
is_broken=env.Bit('bitcode'))
env.TestBindsFixedTcpPort(node)
+if not env.Bit('nacl_static_link'):
+ node = env.CommandTest(
+ 'gdb_execute_nacl_manifest_twice.out',
+ extra_deps=extra_deps,
+ command=['${PYTHON}', env.File('execute_nacl_manifest_twice.py'),
+ '--nexe', gdb_test_guest] + test_args)
+
+ env.AddNodeToTestSuite(node, test_suites,
+ 'run_gdb_execute_nacl_manifest_twice_test')
+ env.TestBindsFixedTcpPort(node)
+
# GDB treats multithreaded programs specially. Provide distinct nexe for
# multithreaded tests to isolate multiple threads-specific issues.
gdb_test_guest_thread = env.ComponentProgram(
« no previous file with comments | « tests/gdb/gdb_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698