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 population count test for now, please...
details: https://anonhg.NetBSD.org/src/rev/555d743e7fba
branches: trunk
changeset: 752453:555d743e7fba
user: martin <martin%NetBSD.org@localhost>
date: Fri Feb 26 09:35:08 2010 +0000
description:
Disable population count test for now, please re-enable once
PR toolchain/42885 is fixed
diffstat:
tests/lib/libc/Makefile | 7 +++++--
tests/lib/libc/string/Makefile | 3 ++-
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r b0439f0cea63 -r 555d743e7fba tests/lib/libc/Makefile
--- a/tests/lib/libc/Makefile Fri Feb 26 07:03:49 2010 +0000
+++ b/tests/lib/libc/Makefile Fri Feb 26 09:35:08 2010 +0000
@@ -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
diff -r b0439f0cea63 -r 555d743e7fba tests/lib/libc/string/Makefile
--- a/tests/lib/libc/string/Makefile Fri Feb 26 07:03:49 2010 +0000
+++ b/tests/lib/libc/string/Makefile Fri Feb 26 09:35:08 2010 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index