This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Odd test failures - weird.exp, mi-cli.exp


   Date: Sun, 18 Apr 2004 23:44:59 -0400
   From: Daniel Jacobowitz <drow@false.org>

   On Sun, Apr 18, 2004 at 11:11:50PM -0400, Daniel Jacobowitz wrote:
   > (gdb) file object.o
   > Reading symbols from
   > /opt/src/binutils/x86-as/gdb/testsuite/object.o...done.
   > Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
   > (gdb) FAIL: gdb.stabs/weird.exp: Errors reading weirdx.o
   > 
   > I can't figure out what causes this.  Presumably it is griping about
   > the libthread_db message, but GDB 6.1 appears to generate the same
   > thing, and I haven't been getting this failure in the past.  Does
   > anyone else see this?

Yes, I'm seeing this on at least i386-unknown-freebsd4.7,
amd64-unknown-openbsd3.5 and sparc-unknown-openbsd3.5.

   This one appears to be:
   (gdb) file object.o
   Reading symbols from /opt/src/binutils/x86-as/gdb/testsuite/object.o...done.
   (gdb) FAIL: gdb.stabs/weird.exp: Errors reading weirdx.o

   vs.

   Reading symbols from object.o...done.
   Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
   (gdb) PASS: gdb.stabs/weird.exp: weirdx.o read without error

Yup, although the libthread_db has nothing to do it, so on FreeBSD and
OpenBSD I'm seeing:

   (gdb) file object.o
   Reading symbols from /opt/src/binutils/x86-as/gdb/testsuite/object.o...done.
   (gdb) FAIL: gdb.stabs/weird.exp: Errors reading weirdx.o

   vs.

   (gdb) file object.o
   Reading symbols from object.o...done.
   (gdb) PASS: gdb.stabs/weird.exp: weirdx.o read without error

   I guess this is a testsuite bug.  I'll fix it once we decide what to do
   about the fluky mi-cli.exp failures in the previous message.

Yes please!

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]