diff options
Diffstat (limited to 'tests/stdlib/tssl.nim')
-rw-r--r-- | tests/stdlib/tssl.nim | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/stdlib/tssl.nim b/tests/stdlib/tssl.nim index 6d238e6c9..1628b9326 100644 --- a/tests/stdlib/tssl.nim +++ b/tests/stdlib/tssl.nim @@ -1,10 +1,12 @@ discard """ + matrix: "--mm:refc; --mm:orc" joinable: false - disabled: "freebsd" - disabled: "openbsd" + disabled: "freebsd" # see #15713 + disabled: "openbsd" # see #15713 + disabled: "netbsd" # see #15713 """ -# disabled: pending bug #15713 -import std/[net, nativesockets, assertions] + +import std/[net, nativesockets, assertions, typedthreads] when defined(posix): import os, posix else: |