aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/mb-templates.exp
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2010-06-02 20:03:16 +0000
committerMichael Snyder <msnyder@vmware.com>2010-06-02 20:03:16 +0000
commita8d52276eef1d657f8bb0a72341e780e9f279855 (patch)
treeedd1aa57f5219452697e140ff0d6f576abb43b93 /gdb/testsuite/gdb.cp/mb-templates.exp
parent9db7054520d96d6e4d4c40a54280a2cec73b7adb (diff)
downloadgdb-a8d52276eef1d657f8bb0a72341e780e9f279855.zip
gdb-a8d52276eef1d657f8bb0a72341e780e9f279855.tar.gz
gdb-a8d52276eef1d657f8bb0a72341e780e9f279855.tar.bz2
2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
* gdb.cp/class2.exp: Use gdb_test_no_output. * gdb.cp/classes.exp: Ditto. * gdb.cp/extern-c.exp: Ditto. * gdb.cp/inherit.exp: Ditto. * gdb.cp/maint.exp: Ditto. * gdb.cp/mb-inline.exp: Ditto. * gdb.cp/mb-templates.exp: Ditto. * gdb.cp/method2.exp: Ditto. * gdb.cp/misc.exp: Ditto. * gdb.cp/ovldbreak.exp: Ditto. * gdb.cp/punctuator.exp: Ditto. * gdb.cp/templates.exp: Ditto. * gdb.cp/virtbase.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.cp/mb-templates.exp')
-rw-r--r--gdb/testsuite/gdb.cp/mb-templates.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.cp/mb-templates.exp b/gdb/testsuite/gdb.cp/mb-templates.exp
index a88d2bc..6185f92 100644
--- a/gdb/testsuite/gdb.cp/mb-templates.exp
+++ b/gdb/testsuite/gdb.cp/mb-templates.exp
@@ -83,7 +83,7 @@ gdb_test "break $srcfile:$bp_location" \
"Breakpoint.*at.* file .*$srcfile, line.*\\(2 locations\\).*" \
"separate condition: set breakpoint"
-gdb_test "condition 1 i==1" "" \
+gdb_test_no_output "condition 1 i==1" \
"separate condition: set condition"
gdb_run_cmd
@@ -106,7 +106,7 @@ gdb_test "continue" \
# Try disabling a single location. We also test
# that at least in simple cases, the enable/disable
# state of locations surive "run".
-gdb_test "disable 1.1" "" "disabling location: disable"
+gdb_test_no_output "disable 1.1" "disabling location: disable"
gdb_run_cmd
gdb_expect {
@@ -122,10 +122,10 @@ gdb_expect {
}
# Try disabling entire breakpoint
-gdb_test "enable 1.1" "" "disabling location: enable"
+gdb_test_no_output "enable 1.1" "disabling location: enable"
-gdb_test "disable 1" "" "disable breakpoint: disable"
+gdb_test_no_output "disable 1" "disable breakpoint: disable"
gdb_run_cmd
gdb_expect {