summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorEuan <euantorano@users.noreply.github.com>2020-10-02 10:17:31 +0100
committerGitHub <noreply@github.com>2020-10-02 11:17:31 +0200
commitf785174c6009969ab853e0e2ce28f68c8b961776 (patch)
treec449710c09a77e47f4de624b1208d28db739c84e
parent6e32a9e88c4f2a63a4645748e06a9ff51d384232 (diff)
downloadNim-f785174c6009969ab853e0e2ce28f68c8b961776.tar.gz
Ref #14094 - disable hot code reloading tests on NetBSD (#15458)
-rw-r--r--tests/dll/nimhcr_integration.nim1
-rw-r--r--tests/dll/nimhcr_unit.nim1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/dll/nimhcr_integration.nim b/tests/dll/nimhcr_integration.nim
index f6c6d21bc..626502364 100644
--- a/tests/dll/nimhcr_integration.nim
+++ b/tests/dll/nimhcr_integration.nim
@@ -1,5 +1,6 @@
 discard """
   disabled: "openbsd"
+  disabled: "netbsd"
   disabled: "macosx"
   output: '''
 main: HELLO!
diff --git a/tests/dll/nimhcr_unit.nim b/tests/dll/nimhcr_unit.nim
index 31f398258..0b924bdf7 100644
--- a/tests/dll/nimhcr_unit.nim
+++ b/tests/dll/nimhcr_unit.nim
@@ -1,5 +1,6 @@
 discard """
 disabled: "openbsd"
+disabled: "netbsd"
 output: '''
 fastcall_proc implementation #1 10
 11