Module Name:    src
Committed By:   sjg
Date:           Mon Oct 20 23:21:11 UTC 2014

Modified Files:
        src/usr.bin/make/unit-tests: Makefile

Log Message:
Extract broken tests


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/make/unit-tests/Makefile

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

Modified files:

Index: src/usr.bin/make/unit-tests/Makefile
diff -u src/usr.bin/make/unit-tests/Makefile:1.50 src/usr.bin/make/unit-tests/Makefile:1.51
--- src/usr.bin/make/unit-tests/Makefile:1.50	Fri Aug 29 20:03:27 2014
+++ src/usr.bin/make/unit-tests/Makefile	Mon Oct 20 23:21:11 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2014/08/29 20:03:27 sjg Exp $
+# $NetBSD: Makefile,v 1.51 2014/10/20 23:21:11 sjg Exp $
 #
 # Unit tests for make(1)
 # The main targets are:
@@ -24,7 +24,6 @@ TESTNAMES= \
 	comment \
 	cond1 \
 	error \
-	escape \
 	export \
 	export-all \
 	export-env \
@@ -33,7 +32,6 @@ TESTNAMES= \
 	forloop \
 	forsubst \
 	hash \
-	impsrc \
 	misc \
 	moderrs \
 	modmatch \
@@ -42,11 +40,8 @@ TESTNAMES= \
 	modts \
 	modword \
 	order \
-	phony-end \
 	posix \
-	posix1 \
 	qequals \
-	suffixes \
 	sunshcmd \
 	sysv \
 	ternary \
@@ -56,6 +51,14 @@ TESTNAMES= \
 	varmisc \
 	varshell
 
+# these tests were broken by referting POSIX chanegs
+STRICT_POSIX_TESTS = \
+	escape \
+	impsrc \
+	phony-end \
+	posix1 \
+	suffixes
+
 # Override make flags for certain tests
 flags.doterror=
 flags.order=-j1

Reply via email to