-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Running tests on FreeBSD results in the following failure:
Category: stdlib
Name: tests/stdlib/tgetaddrinfo.nim C
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
tgetaddrinfo.nim(22) tgetaddrinfo
nativesockets.nim(262) getAddrInfo
oserr.nim(94) raiseOSError
Error: unhandled exception: Additional info: "servname not supported for ai_socktype" [OSError]
-------------------------
Running tests on OpenBSD results in the following failure:
Category: stdlib
Name: tests/stdlib/tgetaddrinfo.nim C
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
tgetaddrinfo.nim(22) tgetaddrinfo
nativesockets.nim(262) getAddrInfo
oserr.nim(94) raiseOSError
Error: unhandled exception: Additional info: "service not supported for ai_socktype" [OSError]
-------------------------