aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2004-06-19 18:58:42 +0000
committerMichael Chastain <mec@google.com>2004-06-19 18:58:42 +0000
commit4ac6f39dda78c75838b1481b88396c6b615f1f6f (patch)
tree7215db08c224e961490575107a84dfa38217c75b /gdb/testsuite/gdb.arch
parent5191de37302e34391290a5f076f224f6db42dc9f (diff)
downloadgdb-4ac6f39dda78c75838b1481b88396c6b615f1f6f.zip
gdb-4ac6f39dda78c75838b1481b88396c6b615f1f6f.tar.gz
gdb-4ac6f39dda78c75838b1481b88396c6b615f1f6f.tar.bz2
2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
Fix PR testsuite/1679. * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file. Issue an UNSUPPORTED result instead.
Diffstat (limited to 'gdb/testsuite/gdb.arch')
-rw-r--r--gdb/testsuite/gdb.arch/i386-sse.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/i386-sse.exp b/gdb/testsuite/gdb.arch/i386-sse.exp
index 5240e10..8180ec4 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