diff options
author | Pedro Alves <palves@redhat.com> | 2008-12-31 15:44:21 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-12-31 15:44:21 +0000 |
commit | c7a6ca08d72d061a797587d9ac51e1cd3f33bd42 (patch) | |
tree | a479c8e6a559122169f1fbfad10bb89422330501 /gdb/testsuite/gdb.threads/attach-into-signal.exp | |
parent | 3a031f650c8eea9f5b38fce3dc0b0c4f41cd358e (diff) | |
download | gdb-c7a6ca08d72d061a797587d9ac51e1cd3f33bd42.zip gdb-c7a6ca08d72d061a797587d9ac51e1cd3f33bd42.tar.gz gdb-c7a6ca08d72d061a797587d9ac51e1cd3f33bd42.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite/gdb.threads/attach-into-signal.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/attach-into-signal.exp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.threads/attach-into-signal.exp b/gdb/testsuite/gdb.threads/attach-into-signal.exp index ec59e45..2c8acac 100644 --- a/gdb/testsuite/gdb.threads/attach-into-signal.exp +++ b/gdb/testsuite/gdb.threads/attach-into-signal.exp @@ -144,7 +144,8 @@ gdb_exit # 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 @@ -157,7 +158,8 @@ corefunc nonthreaded # 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 |