Module Name:    src
Committed By:   rillig
Date:           Mon Oct 18 23:01:11 UTC 2021

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/tests/usr.bin/indent: Makefile
Removed Files:
        src/tests/usr.bin/indent: ncs.0 ncs.0.pro ncs.0.stdout pcs.0 pcs.0.pro
            pcs.0.stdout

Log Message:
tests/indent: remove redundant tests for '-ncs' and '-pcs'

These tests are already covered by opt_cs.c and opt_pcs.c.


To generate a diff of this commit:
cvs rdiff -u -r1.1146 -r1.1147 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.21 -r1.22 src/tests/usr.bin/indent/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/usr.bin/indent/ncs.0 \
    src/tests/usr.bin/indent/ncs.0.pro src/tests/usr.bin/indent/ncs.0.stdout \
    src/tests/usr.bin/indent/pcs.0 src/tests/usr.bin/indent/pcs.0.pro \
    src/tests/usr.bin/indent/pcs.0.stdout

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.1146 src/distrib/sets/lists/tests/mi:1.1147
--- src/distrib/sets/lists/tests/mi:1.1146	Mon Oct 18 22:46:33 2021
+++ src/distrib/sets/lists/tests/mi	Mon Oct 18 23:01:10 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1146 2021/10/18 22:46:33 rillig Exp $
+# $NetBSD: mi,v 1.1147 2021/10/18 23:01:10 rillig Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -4773,9 +4773,9 @@
 ./usr/tests/usr.bin/indent/lineno.0.stdout				tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/indent/list_head.0					tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/indent/list_head.0.stdout				tests-usr.bin-tests	compattestfile,atf
-./usr/tests/usr.bin/indent/ncs.0					tests-usr.bin-tests	compattestfile,atf
-./usr/tests/usr.bin/indent/ncs.0.pro					tests-usr.bin-tests	compattestfile,atf
-./usr/tests/usr.bin/indent/ncs.0.stdout					tests-usr.bin-tests	compattestfile,atf
+./usr/tests/usr.bin/indent/ncs.0					tests-obsolete		obsolete,atf
+./usr/tests/usr.bin/indent/ncs.0.pro					tests-obsolete		obsolete,atf
+./usr/tests/usr.bin/indent/ncs.0.stdout					tests-obsolete		obsolete,atf
 ./usr/tests/usr.bin/indent/offsetof.0					tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/indent/offsetof.0.stdout				tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/indent/opt--version.0				tests-usr.bin-tests	compattestfile,atf
@@ -5020,9 +5020,9 @@
 ./usr/tests/usr.bin/indent/parens.0					tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/indent/parens.0.pro					tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/indent/parens.0.stdout				tests-usr.bin-tests	compattestfile,atf
-./usr/tests/usr.bin/indent/pcs.0					tests-usr.bin-tests	compattestfile,atf
-./usr/tests/usr.bin/indent/pcs.0.pro					tests-usr.bin-tests	compattestfile,atf
-./usr/tests/usr.bin/indent/pcs.0.stdout					tests-usr.bin-tests	compattestfile,atf
+./usr/tests/usr.bin/indent/pcs.0					tests-obsolete		obsolete,atf
+./usr/tests/usr.bin/indent/pcs.0.pro					tests-obsolete		obsolete,atf
+./usr/tests/usr.bin/indent/pcs.0.stdout					tests-obsolete		obsolete,atf
 ./usr/tests/usr.bin/indent/ps_ind_level.0				tests-obsolete		obsolete,atf
 ./usr/tests/usr.bin/indent/ps_ind_level.0.pro				tests-obsolete		obsolete,atf
 ./usr/tests/usr.bin/indent/ps_ind_level.0.stdout			tests-obsolete		obsolete,atf

Index: src/tests/usr.bin/indent/Makefile
diff -u src/tests/usr.bin/indent/Makefile:1.21 src/tests/usr.bin/indent/Makefile:1.22
--- src/tests/usr.bin/indent/Makefile:1.21	Mon Oct 18 22:46:33 2021
+++ src/tests/usr.bin/indent/Makefile	Mon Oct 18 23:01:10 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.21 2021/10/18 22:46:33 rillig Exp $
+#	$NetBSD: Makefile,v 1.22 2021/10/18 23:01:10 rillig Exp $
 
 .include <bsd.own.mk>
 
@@ -37,9 +37,6 @@ FILES+=		lineno.0.pro
 FILES+=		lineno.0.stdout
 FILES+=		list_head.0
 FILES+=		list_head.0.stdout
-FILES+=		ncs.0
-FILES+=		ncs.0.stdout
-FILES+=		ncs.0.pro
 FILES+=		offsetof.0
 FILES+=		offsetof.0.stdout
 FILES+=		opt--version.0
@@ -134,9 +131,6 @@ FILES+=		opt_v.c
 FILES+=		parens.0
 FILES+=		parens.0.stdout
 FILES+=		parens.0.pro
-FILES+=		pcs.0
-FILES+=		pcs.0.stdout
-FILES+=		pcs.0.pro
 FILES+=		ps_ind_level.c
 FILES+=		struct.0
 FILES+=		struct.0.stdout

Reply via email to