2008-12-31 Pedro Alves <pedro@codesourcery.com>
+ * gdb.threads/attach-into-signal.exp: Don't use
+ gdb_suppress_entire_file.
+ * gdb.threads/attach-stopped.exp: Ditto.
+ * gdb.threads/attachstop-mt.exp: Ditto.
+
+2008-12-31 Pedro Alves <pedro@codesourcery.com>
+
PR gdb/8812:
* gdb.base/signal.exp: Change kfail to fail, and update PR number.
# build the test case first without threads
#
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
- gdb_suppress_entire_file "Testcase nonthraded compile failed, so all tests in this file will automatically fail."
+ untested "attach-into-signal.exp (unthreaded)"
+ return -1
}
gdb_start
# build the test case also with threads
#
if { [gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-DUSE_THREADS}] != "" } {
- gdb_suppress_entire_file "Testcase threaded compile failed, so all tests in this file will automatically fail."
+ untested "attach-into-signal.exp (threaded)"
+ return -1
}
gdb_start
# build the test case first without threads
#
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
- gdb_suppress_entire_file "Testcase nonthraded compile failed, so all tests in this file will automatically fail."
+ untested "attach-stopped.exp (unthreaded)"
+ return -1
}
corefunc nonthreaded
# build the test case first without threads
#
if { [gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-DUSE_THREADS}] != "" } {
- gdb_suppress_entire_file "Testcase threaded compile failed, so all tests in this file will automatically fail."
+ untested "attach-stopped.exp (threaded)"
+ return -1
}
corefunc threaded
# build the test case
#
if { [gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
- gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
+ untested attachstop-mt.exp
+ return -1
}
if [get_compiler_info ${binfile}] {