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): adjust timestamps in unit t...
details: https://anonhg.NetBSD.org/src/rev/d2310237f44a
branches: trunk
changeset: 957854:d2310237f44a
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Dec 13 01:10:22 2020 +0000
description:
make(1): adjust timestamps in unit tests
These could not be known before the previous commit.
diffstat:
usr.bin/make/unit-tests/directive-info.mk | 4 ++--
usr.bin/make/unit-tests/directive-misspellings.mk | 20 ++++++++++----------
usr.bin/make/unit-tests/directive-warning.mk | 4 ++--
3 files changed, 14 insertions(+), 14 deletions(-)
diffs (95 lines):
diff -r f51183c760f2 -r d2310237f44a usr.bin/make/unit-tests/directive-info.mk
--- a/usr.bin/make/unit-tests/directive-info.mk Sun Dec 13 01:07:54 2020 +0000
+++ b/usr.bin/make/unit-tests/directive-info.mk Sun Dec 13 01:10:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: directive-info.mk,v 1.5 2020/12/13 01:07:54 rillig Exp $
+# $NetBSD: directive-info.mk,v 1.6 2020/12/13 01:10:22 rillig Exp $
#
# Tests for the .info directive.
@@ -10,7 +10,7 @@
.info message
.info indented message
.information
-.information message # Accepted before 2020-12-13 01:??:??.
+.information message # Accepted before 2020-12-13 01:07:54.
.info.man: # not a message, but possibly a suffix rule
# Even if lines would have trailing whitespace, this would be trimmed by
diff -r f51183c760f2 -r d2310237f44a usr.bin/make/unit-tests/directive-misspellings.mk
--- a/usr.bin/make/unit-tests/directive-misspellings.mk Sun Dec 13 01:07:54 2020 +0000
+++ b/usr.bin/make/unit-tests/directive-misspellings.mk Sun Dec 13 01:10:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: directive-misspellings.mk,v 1.2 2020/12/13 01:07:54 rillig Exp $
+# $NetBSD: directive-misspellings.mk,v 1.3 2020/12/13 01:10:22 rillig Exp $
#
# Tests for misspelled directives.
#
@@ -22,17 +22,17 @@
.expor varname
.export varname
.exporx varname
-.exports varname # Accepted before 2020-12-13 01:??:??.
+.exports varname # Accepted before 2020-12-13 01:07:54.
-.export-en # Accepted before 2020-12-13 01:??:??.
+.export-en # Accepted before 2020-12-13 01:07:54.
.export-env
.export-env extra argument # XXX: undetected extra argument
-.export-environment # Accepted before 2020-12-13 01:??:??.
+.export-environment # Accepted before 2020-12-13 01:07:54.
-.export-litera varname # Accepted before 2020-12-13 01:??:??.
+.export-litera varname # Accepted before 2020-12-13 01:07:54.
.export-literal varname
-.export-literax varname # Accepted before 2020-12-13 01:??:??.
-.export-literally varname # Accepted before 2020-12-13 01:??:??.
+.export-literax varname # Accepted before 2020-12-13 01:07:54.
+.export-literally varname # Accepted before 2020-12-13 01:07:54.
.-includ "file"
.-include "file"
@@ -47,7 +47,7 @@
.inf msg
.info msg
.infx msg
-.infos msg # Accepted before 2020-12-13 01:??:??.
+.infos msg # Accepted before 2020-12-13 01:07:54.
.sinclud "file"
.sinclude "file"
@@ -57,7 +57,7 @@
.unde varname
.undef varname
.undex varname
-.undefs varname # Accepted before 2020-12-13 01:??:??.
+.undefs varname # Accepted before 2020-12-13 01:07:54.
.unexpor varname
.unexport varname
@@ -74,6 +74,6 @@
.warnin msg
.warning msg
.warninx msg
-.warnings msg # Accepted before 2020-12-13 01:??:??.
+.warnings msg # Accepted before 2020-12-13 01:07:54.
all:
diff -r f51183c760f2 -r d2310237f44a usr.bin/make/unit-tests/directive-warning.mk
--- a/usr.bin/make/unit-tests/directive-warning.mk Sun Dec 13 01:07:54 2020 +0000
+++ b/usr.bin/make/unit-tests/directive-warning.mk Sun Dec 13 01:10:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: directive-warning.mk,v 1.4 2020/12/13 01:07:54 rillig Exp $
+# $NetBSD: directive-warning.mk,v 1.5 2020/12/13 01:10:22 rillig Exp $
#
# Tests for the .warning directive.
@@ -11,7 +11,7 @@
.warning # oops: should be "missing argument"
.warning message # ok
.warnings # misspelled
-.warnings messages # Accepted before 2020-12-13 01:??:??.
+.warnings messages # Accepted before 2020-12-13 01:07:54.
all:
@:;
Home |
Main Index |
Thread Index |
Old Index