aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-04-08 21:48:40 +0000
committerAndrew Cagney <cagney@redhat.com>2003-04-08 21:48:40 +0000
commita66624bc3e854775dc9857ce23ead38b741f9dbe (patch)
tree697c29ffd39a280af5fa5b333cfd1c0e9d672f51 /gdb
parentfb8f8949215e77a06be34ea660e840b8d674347f (diff)
downloadfsf-binutils-gdb-a66624bc3e854775dc9857ce23ead38b741f9dbe.zip
fsf-binutils-gdb-a66624bc3e854775dc9857ce23ead38b741f9dbe.tar.gz
fsf-binutils-gdb-a66624bc3e854775dc9857ce23ead38b741f9dbe.tar.bz2
2003-04-08 Andrew Cagney <cagney@redhat.com>
* gdb792.exp: Skip when C++.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.mi/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.mi/gdb792.exp2
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.mi/ChangeLog b/gdb/testsuite/gdb.mi/ChangeLog
index d089462..d2aae78 100644
--- a/gdb/testsuite/gdb.mi/ChangeLog
+++ b/gdb/testsuite/gdb.mi/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-08 Andrew Cagney <cagney@redhat.com>
+
+ * gdb792.exp: Skip when C++.
+
2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
* mi-syn-frame.exp: Don't run this test when gdb,nosignals is set.
diff --git a/gdb/testsuite/gdb.mi/gdb792.exp b/gdb/testsuite/gdb.mi/gdb792.exp
index 3fc6df0..8196464 100644
--- a/gdb/testsuite/gdb.mi/gdb792.exp
+++ b/gdb/testsuite/gdb.mi/gdb792.exp
@@ -21,6 +21,8 @@
# test gdb/792
#
+if { [skip_cplus_tests] } { continue }
+
load_lib mi-support.exp
set MIFLAGS "-i=mi"