We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The test tests/stdlib/tgetaddrinfo.nim fails on NetBSD with output:
tests/stdlib/tgetaddrinfo.nim
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(291) getAddrInfo oserr.nim(94) raiseOSError Error: unhandled exception: Additional info: "servname not supported for ai_sock type" [OSError] -------------------------
Related: #12181
The text was updated successfully, but these errors were encountered:
Fix nim-lang#14091 and nim-lang#14093 - test failures on NetBSD
e808059
5e2f2bb
Fix #14091 and #14093 - test failures on NetBSD (#14096)
123f9fb
Successfully merging a pull request may close this issue.
The test
tests/stdlib/tgetaddrinfo.nim
fails on NetBSD with output:Related: #12181
The text was updated successfully, but these errors were encountered: