Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc disable string again



details:   https://anonhg.NetBSD.org/src/rev/880190b89814
branches:  trunk
changeset: 758380:880190b89814
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 03 20:20:12 2010 +0000

description:
disable string again

diffstat:

 tests/lib/libc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 76d3bad8c68b -r 880190b89814 tests/lib/libc/Makefile
--- a/tests/lib/libc/Makefile   Wed Nov 03 20:11:33 2010 +0000
+++ b/tests/lib/libc/Makefile   Wed Nov 03 20:20:12 2010 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2010/11/03 16:10:21 christos Exp $
+# $NetBSD: Makefile,v 1.8 2010/11/03 20:20:12 christos Exp $
 
 .include <bsd.own.mk>
 
 TESTS_SUBDIRS+=        gen hash stdlib stdio
 
 # Disabled for now, only test in there is very expensive
-SUBDIR+=        string
+#SUBDIR+=       string
 
 TESTSDIR=      ${TESTSBASE}/lib/libc
 



Home | Main Index | Thread Index | Old Index