This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Money_members do not XPASS anymore on power-linux?
Franz Sirl wrote:
>On Saturday 13 April 2002 20:20, Mark Mitchell wrote:
>
>>--On Saturday, April 13, 2002 01:56:37 PM +0200 Paolo Carlini
>>
>><pcarlini@unitus.it> wrote:
>>
>>>Hi,
>>>
>>>'til a couple of days ago we had 25 XPASSes for v3 on
>>>powerpc-unknown-linux-gnu but in the latest testresults for this
>>>platform:
>>>
>>> http://gcc.gnu.org/ml/gcc-testresults/2002-04/msg00466.html
>>>
>>>the usual:
>>>
>>>XPASS: 22_locale/money_get_members_char.cc execution test
>>>XPASS: 22_locale/money_get_members_wchar_t.cc execution test
>>>XPASS: 22_locale/money_put_members_char.cc execution test
>>>XPASS: 22_locale/money_put_members_wchar_t.cc execution test
>>>
>>And, by the way, would you look into eliminating the XPASSes? It's
>>confusing to have them go by every time.
>>
>This is caused by the upgrade to current glibc-2.2.5cvs (glibc-2-2-branch) on
>entropy, looking at the glibc ChangeLog suggests only this one:
>
>2002-02-28 Ulrich Drepper <drepper@redhat.com>
>
> * locale/iso-4217.def: Remove obsolete currencies for countries
> with Euro.
>
>Should be easy to verify on x86-linux-gnu with a glibc updated to current
>2.2.5cvs.
>
>Franz.
>
Thanks Franz. Your comment is enlightening and also implies we have to
change ASAP many tests.
To Mark: Benjamin may comment on the XPASSes better than me, but,
roughly, I think the point is that on non gnu-locale model systems (~
non glibc systems) those tests actually FAILs.
Ciao, Paolo.