Tue Jul 28 16:11:55 2020 UTC ()
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.


(rillig)
diff -r1.71 -r1.72 src/usr.bin/make/unit-tests/Makefile

cvs diff -r1.71 -r1.72 src/usr.bin/make/unit-tests/Makefile (expand / switch to context diff)
--- src/usr.bin/make/unit-tests/Makefile 2020/07/28 00:48:00 1.71
+++ src/usr.bin/make/unit-tests/Makefile 2020/07/28 16:11:55 1.72
@@ -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