From f26124fac2c97bdaf84b1e1bfee6368886257934 Mon Sep 17 00:00:00 2001 From: Leorize Date: Fri, 2 Aug 2019 17:39:22 +0700 Subject: [PATCH] tgetaddrinfo: disable ICMP tests for Haiku They're not supported by Haiku's getaddrinfo() (cherry picked from commit 51d998390cdbcc2c40d39e91b394a448da38d47d) --- tests/stdlib/tgetaddrinfo.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/stdlib/tgetaddrinfo.nim b/tests/stdlib/tgetaddrinfo.nim index aca87b6bdf..18e0bc7c4c 100644 --- a/tests/stdlib/tgetaddrinfo.nim +++ b/tests/stdlib/tgetaddrinfo.nim @@ -15,7 +15,7 @@ block DGRAM_UDP: doAssert aiList.ai_next == nil freeAddrInfo aiList -when defined(posix): +when defined(posix) and not defined(haiku): block RAW_ICMP: # the port will be ignored