aboutsummaryrefslogtreecommitdiff
path: root/deps/uv/test/test-udp-ipv6.c
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-04-22 14:07:50 -0400
committerJames M Snell <jasnell@gmail.com>2018-04-22 12:11:56 -0700
commit63d991b7cf229a713d0d72b51dcb7b52691d7d65 (patch)
treec190c6c3b155a578ab3d50a89cda337accbbb1d0 /deps/uv/test/test-udp-ipv6.c
parent7fcb52c7b2236cbd7db1dc63274a2670fcd2fb9d (diff)
downloadandroid-node-v8-63d991b7cf229a713d0d72b51dcb7b52691d7d65.tar.gz
android-node-v8-63d991b7cf229a713d0d72b51dcb7b52691d7d65.tar.bz2
android-node-v8-63d991b7cf229a713d0d72b51dcb7b52691d7d65.zip
deps: upgrade to libuv 1.20.2
PR-URL: https://github.com/nodejs/node/pull/20129 Fixes: https://github.com/nodejs/node/issues/20112 Fixes: https://github.com/nodejs/node/issues/19903 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'deps/uv/test/test-udp-ipv6.c')
-rw-r--r--deps/uv/test/test-udp-ipv6.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/uv/test/test-udp-ipv6.c b/deps/uv/test/test-udp-ipv6.c
index 0000791855..9d4db2bc4f 100644
--- a/deps/uv/test/test-udp-ipv6.c
+++ b/deps/uv/test/test-udp-ipv6.c
@@ -174,6 +174,8 @@ TEST_IMPL(udp_dual_stack) {
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
if (!can_ipv6_ipv4_dual())
RETURN_SKIP("IPv6-IPv4 dual stack not supported");
+#elif defined(__OpenBSD__)
+ RETURN_SKIP("IPv6-IPv4 dual stack not supported");
#endif
do_test(ipv6_recv_ok, 0);