mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
* gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
file if -all option is used. It's like an unpredictable XFAIL.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
|
||||||
|
|
||||||
|
* gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
|
||||||
|
file if -all option is used. It's like an unpredictable XFAIL.
|
||||||
|
|
||||||
Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* gdb.t15/funcargs.exp: Add comments that hppa xfails are only
|
* gdb.t15/funcargs.exp: Add comments that hppa xfails are only
|
||||||
|
@ -211,7 +211,9 @@ gdb_reinitialize_dir $srcdir/$subdir
|
|||||||
set binfile $objdir/$subdir/wierd.o
|
set binfile $objdir/$subdir/wierd.o
|
||||||
|
|
||||||
if ![file exists $binfile] then {
|
if ![file exists $binfile] then {
|
||||||
warning "$binfile does not exist; tests suppressed"
|
if $all_flag then {
|
||||||
|
warning "$binfile does not exist; tests suppressed"
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
# xcoffread.c wrongly bitches about the lack of a text section.
|
# xcoffread.c wrongly bitches about the lack of a text section.
|
||||||
setup_xfail "rs*-*-aix*"
|
setup_xfail "rs*-*-aix*"
|
||||||
|
Reference in New Issue
Block a user