Module Name: src
Committed By: martin
Date: Fri Feb 26 09:35:08 UTC 2010
Modified Files:
src/tests/lib/libc: Makefile
src/tests/lib/libc/string: Makefile
Log Message:
Disable population count test for now, please re-enable once
PR toolchain/42885 is fixed
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/Makefile
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/string/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/Makefile
diff -u src/tests/lib/libc/Makefile:1.3 src/tests/lib/libc/Makefile:1.4
--- src/tests/lib/libc/Makefile:1.3 Sun Jan 24 21:12:17 2010
+++ src/tests/lib/libc/Makefile Fri Feb 26 09:35:08 2010
@@ -1,8 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2010/01/24 21:12:17 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2010/02/26 09:35:08 martin Exp $
.include <bsd.own.mk>
-SUBDIR+= hash stdlib string
+SUBDIR+= hash stdlib
+
+# Disabled for now, only test in there is very expensive
+#SUBDIR+= string
TESTSDIR= ${TESTSBASE}/lib/libc
Index: src/tests/lib/libc/string/Makefile
diff -u src/tests/lib/libc/string/Makefile:1.1 src/tests/lib/libc/string/Makefile:1.2
--- src/tests/lib/libc/string/Makefile:1.1 Tue Jul 21 13:18:44 2009
+++ src/tests/lib/libc/string/Makefile Fri Feb 26 09:35:08 2010
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2009/07/21 13:18:44 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2010/02/26 09:35:08 martin Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/lib/libc/string
+# EXPENSIVE, REALY, REALY EXPENSIVE test!
TESTS_C+= t_popcount
.include <bsd.test.mk>