X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.base%2Fsolib.exp;h=4da48a057c2e5d3818a275850547152d7ac12ead;hb=0c8c02c4f6d58524bb4fdb2b1f90894f2272b109;hp=3ce0edb71850d447633deb4a71d703c5bfe648dc;hpb=a1f0af1e1a3993ca04d092c39b49b278104a56e5;p=pf3gnuchains%2Fpf3gnuchains4x.git diff --git a/gdb/testsuite/gdb.base/solib.exp b/gdb/testsuite/gdb.base/solib.exp index 3ce0edb718..4da48a057c 100644 --- a/gdb/testsuite/gdb.base/solib.exp +++ b/gdb/testsuite/gdb.base/solib.exp @@ -45,7 +45,8 @@ set binfile ${objdir}/${subdir}/${testfile} # build the first test case if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { - gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail." + untested solib.exp + return -1 } if [get_compiler_info ${binfile}] { @@ -105,7 +106,8 @@ if { [istarget "hppa*-*-hpux*"] } { if { [istarget "hppa*-*-hpux*"] } { set additional_flags "-Wl,-u,main" if { [gdb_compile "${binfile}_sl.sl" "${binfile}_sl" executable [list debug $additional_flags]] != "" } { - gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail." + untested solib.exp + return -1 } } else { # FIXME: need to fill this part in for non-HP build