This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] Apply DR434 resolution to <debug/bitset>
On Fri, May 06, 2005 at 12:50:46PM +0200, Paolo Carlini wrote:
> Paolo Carlini wrote:
>
> Ah, if you could provide kind of a summary of the tests that currently
> are failing in debug mode, would be great! I have trouble figuring out
> the best solution, missing that info. Maybe we are going to add
> additional macros in debug.h, no idea, right now...
21_strings/basic_string/element_access/{char,wchar_t}/empty.cc fails
for the reasons discussed in this thread.
libstdc++/16021 explains why all 23_containers/*/modifiers/swap.cc tests
fail.
Also,
FAIL: 23_containers/map/operators/1_neg.cc (test for errors, line 209)
FAIL: 23_containers/set/operators/1_neg.cc (test for errors, line 287)
These fail because the diagnostic in debug mode doesn't match the regex
that DejaGNU looks for, "candidates are"
So apart from PR 16021 there's nothing serious.
jon