X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.cp%2Fmethod.exp;h=c92badaafa1b3aefa801f10a0827ee83caa85141;hb=0c8c02c4f6d58524bb4fdb2b1f90894f2272b109;hp=87666d833a8a41b029573f0e81c6c7300552298c;hpb=a1f0af1e1a3993ca04d092c39b49b278104a56e5;p=pf3gnuchains%2Fpf3gnuchains3x.git diff --git a/gdb/testsuite/gdb.cp/method.exp b/gdb/testsuite/gdb.cp/method.exp index 87666d833a..c92badaafa 100644 --- a/gdb/testsuite/gdb.cp/method.exp +++ b/gdb/testsuite/gdb.cp/method.exp @@ -46,7 +46,8 @@ set srcfile ${testfile}.cc set binfile ${objdir}/${subdir}/${testfile} if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug c++}] != "" } { - gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail." + untested method.exp + return -1 } if [get_compiler_info $binfile "c++"] {