* gdb.base/auxv.exp: Call 'untested' and return -1 instead of
calling gdb_suppress_entire_file.
This commit is contained in:
parent
a561754a23
commit
78df6c563d
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-05-02 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* gdb.base/auxv.exp: Call 'untested' and return -1 instead of
|
||||
calling gdb_suppress_entire_file.
|
||||
|
||||
2005-04-30 Randolph Chung <tausq@debian.org>
|
||||
|
||||
* gdb.threads/staticthreads.exp: Override signal to check for hppa.
|
||||
|
|
|
@ -37,7 +37,8 @@ set corefile ${objdir}/${subdir}/${testfile}.corefile
|
|||
set gcorefile ${objdir}/${subdir}/${testfile}.gcore
|
||||
|
||||
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 "couldn't compile ${srcdir}/${subdir}/${srcfile}"
|
||||
return -1
|
||||
}
|
||||
|
||||
# Use a fresh directory to confine the native core dumps.
|
||||
|
|
Loading…
Reference in a new issue