* 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:
parent
31a85ea289
commit
2bd4c7b179
|
@ -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>
|
2003-02-01 Mark Salter <msalter@redhat.com>
|
||||||
|
|
||||||
* gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
|
* gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
|
||||||
|
|
|
@ -179,10 +179,8 @@ set srcfile "$testfile.c"
|
||||||
set binfile "$objdir/$subdir/$testfile"
|
set binfile "$objdir/$subdir/$testfile"
|
||||||
|
|
||||||
set options [list debug incdir=$objdir]
|
set options [list debug incdir=$objdir]
|
||||||
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options]
|
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
|
||||||
!= "" } {
|
return -1
|
||||||
gdb_suppress_entire_file \
|
|
||||||
"Testcase compile failed, so all tests in this file will automatically fail."
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mi_gdb_reinitialize_dir $srcdir/$subdir
|
mi_gdb_reinitialize_dir $srcdir/$subdir
|
||||||
|
|
|
@ -208,10 +208,8 @@ set srcfile "$testfile.c"
|
||||||
set binfile "$objdir/$subdir/$testfile"
|
set binfile "$objdir/$subdir/$testfile"
|
||||||
|
|
||||||
set options [list debug incdir=$objdir]
|
set options [list debug incdir=$objdir]
|
||||||
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options]
|
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
|
||||||
!= "" } {
|
return -1
|
||||||
gdb_suppress_entire_file \
|
|
||||||
"Testcase compile failed, so all tests in this file will automatically fail."
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mi_gdb_reinitialize_dir $srcdir/$subdir
|
mi_gdb_reinitialize_dir $srcdir/$subdir
|
||||||
|
|
|
@ -208,10 +208,8 @@ set srcfile "$testfile.c"
|
||||||
set binfile "$objdir/$subdir/$testfile"
|
set binfile "$objdir/$subdir/$testfile"
|
||||||
|
|
||||||
set options [list debug incdir=$objdir]
|
set options [list debug incdir=$objdir]
|
||||||
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options]
|
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
|
||||||
!= "" } {
|
return -1
|
||||||
gdb_suppress_entire_file \
|
|
||||||
"Testcase compile failed, so all tests in this file will automatically fail."
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mi_gdb_reinitialize_dir $srcdir/$subdir
|
mi_gdb_reinitialize_dir $srcdir/$subdir
|
||||||
|
|
Loading…
Reference in New Issue