Module Name:    src
Committed By:   jruoho
Date:           Wed Apr  6 16:04:16 UTC 2011

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/tests/lib/libpthread: Makefile
Removed Files:
        src/tests/lib/libpthread: t_status.c

Log Message:
As per PR lib/44818, remove 'lib/libpthread/t_status'. It takes two minutes
to rewrite this properly if someone misses this.


To generate a diff of this commit:
cvs rdiff -u -r1.296 -r1.297 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libpthread/Makefile
cvs rdiff -u -r1.2 -r0 src/tests/lib/libpthread/t_status.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/tests/mi
diff -u src/distrib/sets/lists/tests/mi:1.296 src/distrib/sets/lists/tests/mi:1.297
--- src/distrib/sets/lists/tests/mi:1.296	Wed Apr  6 09:35:49 2011
+++ src/distrib/sets/lists/tests/mi	Wed Apr  6 16:04:16 2011
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.296 2011/04/06 09:35:49 jruoho Exp $
+# $NetBSD: mi,v 1.297 2011/04/06 16:04:16 jruoho Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -488,7 +488,7 @@
 ./usr/libdata/debug/usr/tests/lib/libpthread/t_sigsuspend.debug		tests-lib-tests		debug,atf
 ./usr/libdata/debug/usr/tests/lib/libpthread/t_siglongjmp.debug		tests-lib-tests		debug,atf
 ./usr/libdata/debug/usr/tests/lib/libpthread/t_sleep.debug		tests-lib-tests		debug,atf
-./usr/libdata/debug/usr/tests/lib/libpthread/t_status.debug		tests-lib-tests		debug,atf
+./usr/libdata/debug/usr/tests/lib/libpthread/t_status.debug		tests-obsolete		obsolete
 ./usr/libdata/debug/usr/tests/lib/librt					tests-lib-debug
 ./usr/libdata/debug/usr/tests/lib/librt/t_sched.debug			tests-lib-debug		debug,atf
 ./usr/libdata/debug/usr/tests/lib/librt/t_sem.debug			tests-lib-debug		debug,atf
@@ -1974,7 +1974,7 @@
 ./usr/tests/lib/libpthread/t_sigsuspend		tests-lib-tests		atf
 ./usr/tests/lib/libpthread/t_siglongjmp		tests-lib-tests		atf
 ./usr/tests/lib/libpthread/t_sleep		tests-lib-tests		atf
-./usr/tests/lib/libpthread/t_status		tests-lib-tests		atf
+./usr/tests/lib/libpthread/t_status		tests-obsolete		obsolete
 ./usr/tests/lib/librt				tests-lib-tests		atf
 ./usr/tests/lib/librt/Atffile			tests-lib-tests		atf
 ./usr/tests/lib/librt/t_sched			tests-lib-tests		atf

Index: src/tests/lib/libpthread/Makefile
diff -u src/tests/lib/libpthread/Makefile:1.6 src/tests/lib/libpthread/Makefile:1.7
--- src/tests/lib/libpthread/Makefile:1.6	Thu Mar 24 13:52:04 2011
+++ src/tests/lib/libpthread/Makefile	Wed Apr  6 16:04:16 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/03/24 13:52:04 jruoho Exp $
+# $NetBSD: Makefile,v 1.7 2011/04/06 16:04:16 jruoho Exp $
 
 NOMAN=		# defined
 
@@ -35,7 +35,6 @@
 TESTS_C+=	t_sigsuspend
 TESTS_C+=	t_siglongjmp
 TESTS_C+=	t_sleep
-TESTS_C+=	t_status
 
 LDADD.t_sem+=	-lrt
 

Reply via email to