Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 16:05:40 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340881 - head/lib/csu/tests
Message-ID:  <201811241605.wAOG5ejn073575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Sat Nov 24 16:05:40 2018
New Revision: 340881
URL: https://svnweb.freebsd.org/changeset/base/340881

Log:
  Disable the dynamiclib test until a failure can be debugged

Modified:
  head/lib/csu/tests/Makefile

Modified: head/lib/csu/tests/Makefile
==============================================================================
--- head/lib/csu/tests/Makefile	Sat Nov 24 15:24:47 2018	(r340880)
+++ head/lib/csu/tests/Makefile	Sat Nov 24 16:05:40 2018	(r340881)
@@ -2,7 +2,7 @@
 
 SUBDIR=		dso
 TESTS_SUBDIRS=	dynamic
-TESTS_SUBDIRS+=	dynamiclib
+#TESTS_SUBDIRS+=	dynamiclib
 TESTS_SUBDIRS+=	static
 
 .include <bsd.test.mk>



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