Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2015 13:19:34 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291015 - head/lib/libcrypt/tests
Message-ID:  <201511181319.tAIDJY7j024222@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigc
Date: Wed Nov 18 13:19:34 2015
New Revision: 291015
URL: https://svnweb.freebsd.org/changeset/base/291015

Log:
  Temporarily comment out the libcrypt tests.
  
  They are emitting characters which are triggering
  a kyua bug which causes kyua to emit invalid XML.
  This invalid XML is causing false failures in Jenkins.
  
  On a separate note, kyua needs to be fixed with this:
    https://github.com/jmmv/kyua/pull/148
  or something similar.

Modified:
  head/lib/libcrypt/tests/Makefile

Modified: head/lib/libcrypt/tests/Makefile
==============================================================================
--- head/lib/libcrypt/tests/Makefile	Wed Nov 18 12:39:20 2015	(r291014)
+++ head/lib/libcrypt/tests/Makefile	Wed Nov 18 13:19:34 2015	(r291015)
@@ -1,12 +1,12 @@
 # $FreeBSD$
 
-ATF_TESTS_C+= crypt_tests
-
-NETBSD_ATF_TESTS_C+= crypt_test
-
-CFLAGS+= -I${.CURDIR:H}
-LIBADD=	crypt
-
+#ATF_TESTS_C+= crypt_tests
+#
+#NETBSD_ATF_TESTS_C+= crypt_test
+#
+#CFLAGS+= -I${.CURDIR:H}
+#LIBADD=	crypt
+#
 .include <netbsd-tests.test.mk>
 
 .include <bsd.test.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511181319.tAIDJY7j024222>