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
tests/stdlib/tssl is failing on NetBSD with the following:
tests/stdlib/tssl
Category: stdlib Name: tests/stdlib/tssl.nim C Action: run Result: reExitcodesDiffer -------- Expected ------- exitcode: 0 --------- Given -------- exitcode: 1 Output: -------------------------
This issue is similar to #15066 (comment), which was the same failure on FreeBSD.
This failure can be seen in this build: http://jenkins.euantorano.co.uk/job/Nim/12/console
The text was updated successfully, but these errors were encountered:
Fix nim-lang#15493 - disable TLS emulation for NetBSD
7ea5102
TLS emulation was already disabled for FreeBSD due to the same issue.
Fix #15493 - disable TLS emulation for NetBSD (#15494)
cc4c546
Fix nim-lang#15493 - disable TLS emulation for NetBSD (nim-lang#15494)
cbb5e66
--tlsEmulation:off
Successfully merging a pull request may close this issue.
tests/stdlib/tssl
is failing on NetBSD with the following:This issue is similar to #15066 (comment), which was the same failure on FreeBSD.
This failure can be seen in this build: http://jenkins.euantorano.co.uk/job/Nim/12/console
The text was updated successfully, but these errors were encountered: