From: Doug Evans Date: Thu, 25 Oct 2007 18:33:56 +0000 (+0000) Subject: * gdb.cp/mb-ctor.exp: Check skip_cplus_tests. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c3ea9a1428ab2d36efc0492bf131767c94f3ab5e;hp=93004d61a64d53bc3e762e2f4249bc71f75e1cf3;p=deliverable%2Fbinutils-gdb.git * gdb.cp/mb-ctor.exp: Check skip_cplus_tests. * gdb.cp/mb-templates.exp: Check skip_cplus_tests. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3735efc0a9..4945c762d3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-10-25 Doug Evans + + * gdb.cp/mb-ctor.exp: Check skip_cplus_tests. + * gdb.cp/mb-templates.exp: Check skip_cplus_tests. + 2007-10-15 Wu Zhou Thiago Jung Bauermann diff --git a/gdb/testsuite/gdb.cp/mb-ctor.exp b/gdb/testsuite/gdb.cp/mb-ctor.exp index 74a55821c1..db379f6cc8 100644 --- a/gdb/testsuite/gdb.cp/mb-ctor.exp +++ b/gdb/testsuite/gdb.cp/mb-ctor.exp @@ -21,6 +21,8 @@ if $tracelevel then { strace $tracelevel } +if { [skip_cplus_tests] } { continue } + set prms_id 0 set bug_id 0 diff --git a/gdb/testsuite/gdb.cp/mb-templates.exp b/gdb/testsuite/gdb.cp/mb-templates.exp index c3e10a904e..d2175e21f7 100644 --- a/gdb/testsuite/gdb.cp/mb-templates.exp +++ b/gdb/testsuite/gdb.cp/mb-templates.exp @@ -21,6 +21,8 @@ if $tracelevel then { strace $tracelevel } +if { [skip_cplus_tests] } { continue } + set prms_id 0 set bug_id 0