This patch adds missing tests for skip_cplus_tests. 2007-10-22 Doug Evans * gdb.cp/mb-ctor.exp: Check skip_cplus_tests. * gdb.cp/mb-templates.exp: Check skip_cplus_tests. Index: testsuite/gdb.cp/mb-ctor.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/mb-ctor.exp,v retrieving revision 1.1 diff -u -u -p -r1.1 mb-ctor.exp --- ./testsuite/gdb.cp/mb-ctor.exp 24 Sep 2007 07:40:32 -0000 1.1 +++ ./testsuite/gdb.cp/mb-ctor.exp 15 Oct 2007 23:47:55 -0000 @@ -21,6 +21,8 @@ if $tracelevel then { strace $tracelevel } +if { [skip_cplus_tests] } { continue } + set prms_id 0 set bug_id 0 Index: testsuite/gdb.cp/mb-templates.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/mb-templates.exp,v retrieving revision 1.1 diff -u -u -p -r1.1 mb-templates.exp --- ./testsuite/gdb.cp/mb-templates.exp 24 Sep 2007 07:40:32 -0000 1.1 +++ ./testsuite/gdb.cp/mb-templates.exp 15 Oct 2007 23:47:55 -0000 @@ -21,6 +21,8 @@ if $tracelevel then { strace $tracelevel } +if { [skip_cplus_tests] } { continue } + set prms_id 0 set bug_id 0