diff options
author | Fred Fish <fnf@specifix.com> | 1993-08-10 16:58:44 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-08-10 16:58:44 +0000 |
commit | c0398b8bd4c4eaa97627b219601f019d7e7bdecf (patch) | |
tree | 9a9a6b23363a247a4f634d4da8a53c050594d20a | |
parent | 7505d16f520836a5de0c99eda8aacacdbc53bb8d (diff) | |
download | gdb-c0398b8bd4c4eaa97627b219601f019d7e7bdecf.zip gdb-c0398b8bd4c4eaa97627b219601f019d7e7bdecf.tar.gz gdb-c0398b8bd4c4eaa97627b219601f019d7e7bdecf.tar.bz2 |
* gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
file if -all option is used. It's like an unpredictable XFAIL.
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.stabs/wierd.exp | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index bd99c34..dfe8344 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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) * gdb.t15/funcargs.exp: Add comments that hppa xfails are only diff --git a/gdb/testsuite/gdb.stabs/wierd.exp b/gdb/testsuite/gdb.stabs/wierd.exp index 6ee0ae9..864bc5e 100644 --- a/gdb/testsuite/gdb.stabs/wierd.exp +++ b/gdb/testsuite/gdb.stabs/wierd.exp @@ -211,7 +211,9 @@ gdb_reinitialize_dir $srcdir/$subdir set binfile $objdir/$subdir/wierd.o if ![file exists $binfile] then { - warning "$binfile does not exist; tests suppressed" + if $all_flag then { + warning "$binfile does not exist; tests suppressed" + } } else { # xcoffread.c wrongly bitches about the lack of a text section. setup_xfail "rs*-*-aix*" |