[PATCH v5] resolv: Add tests for getaddrinfo returning EAI_AGAIN [BZ #16849]

Florian Weimer fweimer@redhat.com
Thu Oct 2 17:56:22 GMT 2025


* Andreas Schwab:

> On Okt 02 2025, Sergey Kolosov wrote:
>
>> diff --git a/resolv/Makefile b/resolv/Makefile
>> index 8fa3398d76..12bccbc4c2 100644
>> --- a/resolv/Makefile
>> +++ b/resolv/Makefile
>> @@ -80,7 +80,9 @@ routines_no_fortify += \
>>    # routines_no_fortify
>>  
>>  tests = tst-aton tst-leaks tst-inet_ntop
>> -tests-container = tst-leaks2
>> +tests-container += \
>> +  tst-getaddrinfo-eai-again \
>> +  tst-leaks2 \
>
> This has a trailing backslash.

Sergey, please add

  # tests-container

on the following line (similar to “# routines_no_fortify” above).

Thanks,
Florian



More information about the Libc-alpha mailing list