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/01/26 16:32:25
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

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

OK
16:32:25End