Skip to content

FreeBSD & OpenBSD: tests/stdlib/tgetaddrinfo fails #12181

@euantorano

Description

@euantorano

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]
-------------------------

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions