Test Information

TitleProvides a descriptive text string corresponding to an EAI_xxx error value
CommandLine./tst_gai_strerror --log=4.html --title=Provides a descriptive text string corresponding to an EAI_xxx error value
TestVersionREL_1_1_18
Start2023/02/03 01:00:34
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

01:00:34Start
01:00:34gai_strerror(ecode:EAI_AGAIN)
01:00:34return "Temporary failure in name resolution"
01:00:34gai_strerror(ecode:EAI_BADFLAGS)
01:00:34return "Bad value for ai_flags"
01:00:34gai_strerror(ecode:EAI_FAIL)
01:00:34return "Non-recoverable failure in name resolution"
01:00:34gai_strerror(ecode:EAI_FAMILY)
01:00:34return "ai_family not supported"
01:00:34gai_strerror(ecode:EAI_MEMORY)
01:00:34return "Memory allocation failure"
01:00:34gai_strerror(ecode:EAI_NONAME)
01:00:34return "Name or service not known"
01:00:34gai_strerror(ecode:EAI_SERVICE)
01:00:34return "Servname not supported for ai_socktype"
01:00:34gai_strerror(ecode:EAI_SOCKTYPE)
01:00:34return "ai_socktype not supported"
01:00:34gai_strerror(ecode:EAI_SYSTEM)
01:00:34return "System error"
01:00:34gai_strerror(ecode:UNKNOW(0))
01:00:34return "Unknown error"

OK
01:00:34End