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 make(1): disable archive test
details: https://anonhg.NetBSD.org/src/rev/723b76da5a95
branches: trunk
changeset: 1012378:723b76da5a95
user: rillig <rillig%NetBSD.org@localhost>
date: Tue Jul 28 16:11:55 2020 +0000
description:
make(1): disable archive test
On FreeBSD, running the archive.mk test results in "create-archive is up
to date" and similar messages. The situation is unclear, and the
archive code seems to be practically unused. Furthermore the archive
test doesn't ensure that it is run in ${.PARSEDIR}, so it needs a bit
more work.
diffstat:
usr.bin/make/unit-tests/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3e6bf9c78fbd -r 723b76da5a95 usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile Tue Jul 28 15:59:19 2020 +0000
+++ b/usr.bin/make/unit-tests/Makefile Tue Jul 28 16:11:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2020/07/28 00:48:00 sjg Exp $
+# $NetBSD: Makefile,v 1.72 2020/07/28 16:11:55 rillig Exp $
#
# Unit tests for make(1)
#
@@ -30,7 +30,7 @@
# Each test is in a sub-makefile.
# Keep the list sorted.
-TESTS+= archive
+TESTS+= # archive # broken on FreeBSD
TESTS+= comment
TESTS+= cond-late
TESTS+= cond-short
Home |
Main Index |
Thread Index |
Old Index