Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make/unit-tests Extract broken tests



details:   https://anonhg.NetBSD.org/src/rev/cbe232c28012
branches:  trunk
changeset: 333157:cbe232c28012
user:      sjg <sjg%NetBSD.org@localhost>
date:      Mon Oct 20 23:21:11 2014 +0000

description:
Extract broken tests

diffstat:

 usr.bin/make/unit-tests/Makefile |  15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r df16bd1b5c4d -r cbe232c28012 usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile  Mon Oct 20 22:04:30 2014 +0000
+++ b/usr.bin/make/unit-tests/Makefile  Mon Oct 20 23:21:11 2014 +0000
@@ -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 @@
        comment \
        cond1 \
        error \
-       escape \
        export \
        export-all \
        export-env \
@@ -33,7 +32,6 @@
        forloop \
        forsubst \
        hash \
-       impsrc \
        misc \
        moderrs \
        modmatch \
@@ -42,11 +40,8 @@
        modts \
        modword \
        order \
-       phony-end \
        posix \
-       posix1 \
        qequals \
-       suffixes \
        sunshcmd \
        sysv \
        ternary \
@@ -56,6 +51,14 @@
        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



Home | Main Index | Thread Index | Old Index