pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libuv libuv: mention current test status in a co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5d6629a8297
branches:  trunk
changeset: 400095:f5d6629a8297
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 22 10:32:16 2019 +0000

description:
libuv: mention current test status in a comment

diffstat:

 devel/libuv/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6fe0e5fe3b9c -r f5d6629a8297 devel/libuv/Makefile
--- a/devel/libuv/Makefile      Thu Aug 22 10:28:25 2019 +0000
+++ b/devel/libuv/Makefile      Thu Aug 22 10:32:16 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2019/08/16 12:06:31 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2019/08/22 10:32:16 wiz Exp $
 
 DISTNAME=      libuv-1.31.0
 CATEGORIES=    devel
@@ -14,6 +14,9 @@
 USE_TOOLS+=    autoconf automake pkg-config
 USE_FEATURES+= strnlen
 GNU_CONFIGURE= yes
+# 3 test failures as of 1.31.0
+# https://github.com/libuv/libuv/issues/2437
+# connect_unspecified, tcp_open, udp_open
 TEST_TARGET=   check
 
 INSTALLATION_DIRS+=    include/uv



Home | Main Index | Thread Index | Old Index