This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH COMMITTED] Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]
On 05/23/2018 01:12 PM, Adhemerval Zanella wrote:
> On 23/05/2018 13:55, Florian Weimer wrote:
>> On 05/23/2018 06:44 PM, H.J. Lu wrote:
>>> On Fedora 28, I got
>>>
>>> FAIL: resolv/tst-resolv-ai_idn FAIL:
>>> resolv/tst-resolv-ai_idn-latin1
>>
>> See the NEWS file. You need libidn 2.0.5 (and later) to avoid test
>> failures. The mirror push for that is currently under way, and you
>> should be able to install the new version tomorrow.
>
> Shouldn't we in this case mark the tests as unsupported instead of
> failing?
$0.02. No. It should fail to indicate you have bugs in your system libidn.
Unsupported would be if you didn't have a libidn present at all (and the
test looks for this too and returns FAIL_UNSUPPORTED).
--
Cheers,
Carlos.