gdb/testsuite:
authorYao Qi <yao@codesourcery.com>
Tue, 23 Oct 2012 15:49:11 +0000 (15:49 +0000)
committerYao Qi <yao@codesourcery.com>
Tue, 23 Oct 2012 15:49:11 +0000 (15:49 +0000)
* gdb.base/info-os.exp: Resume the inferior until it exits.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/info-os.exp

index 58fe961f46225530f0d49962fa3a2d9a2b826cbd..629c3f8b0a859a645e2ef4e994196abf6a3af228 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-23  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/info-os.exp: Resume the inferior until it exits.
+
 2012-10-18  Yufeng Zhang  <yufeng.zhang@arm.com>
 
        * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
index 541f03bf042751de9f35c81cbd6b2c06730dfa58..45f31031ea97de9625f328c7d4167397dc8a52a1 100644 (file)
@@ -176,4 +176,4 @@ expect_multiline "info os msg" "$msgkey +$msqid +666 .*" "get message queues"
 # The SysV IPC primitives linger on after the creating process is killed
 # unless they are destroyed explicitly, so allow the test program to tidy
 # up after itself.
-send_gdb "continue\n"
+gdb_test "continue" "exited.*"
This page took 0.051008 seconds and 4 git commands to generate.