From: Michael Chastain Date: Sat, 19 Jun 2004 18:58:42 +0000 (+0000) Subject: 2004-06-19 Michael Chastain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ac6f39dda78c75838b1481b88396c6b615f1f6f;p=binutils-gdb.git 2004-06-19 Michael Chastain Fix PR testsuite/1679. * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file. Issue an UNSUPPORTED result instead. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index afd7121406a..705baa81a66 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-06-19 Michael Chastain + + Fix PR testsuite/1679. + * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file. + Issue an UNSUPPORTED result instead. + 2004-06-18 Jim Blandy * gdb.base/charset.exp: Only send a control-C if we see a new diff --git a/gdb/testsuite/gdb.arch/i386-sse.exp b/gdb/testsuite/gdb.arch/i386-sse.exp index 5240e10a4cd..8180ec48b1f 100644 --- a/gdb/testsuite/gdb.arch/i386-sse.exp +++ b/gdb/testsuite/gdb.arch/i386-sse.exp @@ -35,7 +35,8 @@ set testfile "i386-sse" set srcfile ${testfile}.c set binfile ${objdir}/${subdir}/${testfile} 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." + unsupported "compiler does not support SSE" + return } gdb_exit