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/17 08:40:36
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

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

OK
08:40:36End