This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [commit] Testsuite updates
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: drow at false dot org
- Cc: gdb-patches at sourceware dot org
- Date: Sun, 31 Dec 2006 21:35:00 +0100 (CET)
- Subject: Re: [commit] Testsuite updates
- References: <20061231200905.GA24490@nevyn.them.org>
> Date: Sun, 31 Dec 2006 15:09:05 -0500
> From: Daniel Jacobowitz <drow@false.org>
>
> This patch fixes or avoids a number of failures on my Debian
> x86_64-pc-linux-gnu system.
>
> I was using a HEAD build of glibc rather than the system's glibc,
> in order to pick up Jan's fix for unwinding information in signal
> handlers. Having debugging information for the C library caused the
> annota1.exp and annota3.exp failures.
So continueing to printf didn't actually get is to printf? What's
going on here?
> The selftest.exp patch adds an XFAIL for a GCC bug in my system
> compiler, which I reported several months ago to the GCC bugzilla.
> I'm not optimistic about it getting fixed soon.
A bug in *your* system compiler. How widespread is this bug? We
really should be careful with complicating tests to work around
problems in particular GCC versions.
> And finally, for linux-dp.exp, an omission in Nathan's recent change
> generated UNSUPPORTEDs on native GNU/Linux systems, where the test
> should pass.
Can you elaborate? I mean, what output is genererated that should be
ignored?