* gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
authorFred Fish <fnf@specifix.com>
Tue, 10 Aug 1993 16:58:44 +0000 (16:58 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 10 Aug 1993 16:58:44 +0000 (16:58 +0000)
file if -all option is used.  It's like an unpredictable XFAIL.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.stabs/wierd.exp

index bd99c34ab95308ba3026f043c992af8c735c4fff..dfe83445cb9d9d874c672b018e22b9887bb878e9 100644 (file)
@@ -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
index 6ee0ae93fb9f9f784b9ee5aa156021860a26a00a..864bc5eb7e75d55175d89e7f9b1c4cd4ce8d3fd2 100644 (file)
@@ -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*"
This page took 0.032621 seconds and 4 git commands to generate.