This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++ testsuite "misbehaving"
- From: Mike Stump <mikestump at comcast dot net>
- To: Thomas Schwinge <thomas at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, ro at CeBiTec dot Uni-Bielefeld dot DE, janisjo at codesourcery dot com
- Date: Fri, 5 Sep 2014 10:17:35 -0700
- Subject: Re: libstdc++ testsuite "misbehaving"
- Authentication-results: sourceware.org; auth=none
- References: <87r3zqfhtr dot fsf at schwinge dot name>
On Sep 5, 2014, at 4:05 AM, Thomas Schwinge <thomas@codesourcery.com> wrote:
> Updating my GCC trunk working tree from r212389 (2014-07-09) to r214918
> (2014-09-04), I notice that (only) in libstdc++ testing, and only for the
> second multilib of »RUNTESTFLAGS='--target_board=unix\{,-m32\}'« (so, the
> 32-bit x86 one), a lot of PASSes "disappear" (compile tests only?). Has
> anyone seen this before, and/or an explanation for this?
So, the tcl, dejagnu versions might play some role. Also, check to see if:
2014-08-22 Max Ostapenko <m.ostapenko@partner.samsung.com>
* lib/gcc-dg.exp: Change pattern.
is in your tree, and if it is, try without it. If that fixes it, someone will have to puzzle out why that patch is wrong, or we just revert it.