* gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,

gdb.mi/mi1-pthreads.exp: Return instead of calling
gdb_suppress_entire_file.
This commit is contained in:
Mark Kettenis 2003-02-01 20:47:16 +00:00
parent 31a85ea289
commit 2bd4c7b179
4 changed files with 12 additions and 12 deletions

View File

@ -1,3 +1,9 @@
2003-02-01 Mark Kettenis <kettenis@gnu.org>
* gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
gdb.mi/mi1-pthreads.exp: Return instead of calling
gdb_suppress_entire_file.
2003-02-01 Mark Salter <msalter@redhat.com>
* gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.

View File

@ -179,10 +179,8 @@ set srcfile "$testfile.c"
set binfile "$objdir/$subdir/$testfile"
set options [list debug incdir=$objdir]
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options]
!= "" } {
gdb_suppress_entire_file \
"Testcase compile failed, so all tests in this file will automatically fail."
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
return -1
}
mi_gdb_reinitialize_dir $srcdir/$subdir

View File

@ -208,10 +208,8 @@ set srcfile "$testfile.c"
set binfile "$objdir/$subdir/$testfile"
set options [list debug incdir=$objdir]
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options]
!= "" } {
gdb_suppress_entire_file \
"Testcase compile failed, so all tests in this file will automatically fail."
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
return -1
}
mi_gdb_reinitialize_dir $srcdir/$subdir

View File

@ -208,10 +208,8 @@ set srcfile "$testfile.c"
set binfile "$objdir/$subdir/$testfile"
set options [list debug incdir=$objdir]
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options]
!= "" } {
gdb_suppress_entire_file \
"Testcase compile failed, so all tests in this file will automatically fail."
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
return -1
}
mi_gdb_reinitialize_dir $srcdir/$subdir