nim-lang / Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
https://nim-lang.org
Other
16.58k stars 1.47k forks source link

Disabled tests for OpenBSD #14035

Open euantorano opened 4 years ago

euantorano commented 4 years ago

This issue catalogues the tests that are disabled for the OpenBSD CI, with a future aim of removing as many of these disablements as possible:

timotheecour commented 4 years ago

this meta-issue is very helpful; wish we could have same for other targets.

euantorano commented 4 years ago

I plan to add one for FreeBSD too, will probably do that today.

On Wed, 22 Apr 2020, at 02:19, Timothee Cour wrote:

this meta-issue is very helpful; wish we could have same for other targets.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nim-lang/Nim/issues/14035#issuecomment-617477358, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFW24J73DWGZYBF7N57EN3RNZAZLANCNFSM4MMPGYMA.

lbartoletti commented 4 years ago

I plan to add one for FreeBSD too, will probably do that today.

Yes, please :) Let me know if can I help you

euantorano commented 4 years ago

@lbartoletti FreeBSD issue live at #14075 - just running the test through to check the failure for tests/dll/client.nim to add a stand-alone issue for it.

timotheecour commented 3 years ago

@euantorano I added a openbsd:disabled test for https://github.com/nim-lang/Nim/pull/16167

tests/exception/t13115.nim

euantorano commented 3 years ago

Thanks @timotheecour, added to the list.

timotheecour commented 3 years ago

see also tests/js/tunittest_error.nim flaky test refs https://github.com/timotheecour/Nim/issues/648, slightly concerning

VlkrS commented 2 years ago

Propose to add tests/stdlib/tssl.nim (it's disabled and still failing for OpenBSD), and to re-evaluate tests/stdlib/thttpclient_ssl.nim (actually works at least for me)