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): mark test for the :Ox varia...
details: https://anonhg.NetBSD.org/src/rev/ca6c9f0570c0
branches: trunk
changeset: 976608:ca6c9f0570c0
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Sep 27 20:13:44 2020 +0000
description:
make(1): mark test for the :Ox variable modifier as probabilistic
It fails very seldom, but it can.
diffstat:
usr.bin/make/unit-tests/varmod-order-shuffle.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 8299547fd82f -r ca6c9f0570c0 usr.bin/make/unit-tests/varmod-order-shuffle.mk
--- a/usr.bin/make/unit-tests/varmod-order-shuffle.mk Sun Sep 27 20:11:33 2020 +0000
+++ b/usr.bin/make/unit-tests/varmod-order-shuffle.mk Sun Sep 27 20:13:44 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: varmod-order-shuffle.mk,v 1.3 2020/08/16 20:43:01 rillig Exp $
+# $NetBSD: varmod-order-shuffle.mk,v 1.4 2020/09/27 20:13:44 rillig Exp $
#
# Tests for the :Ox variable modifier, which returns the words of the
# variable, shuffled.
@@ -6,6 +6,8 @@
# As of 2020-08-16, make uses random(3) seeded by the current time in seconds.
# This makes the random numbers completely predictable since there is no other
# part of make that uses random numbers.
+#
+# Tags: probabilistic
NUMBERS= one two three four five six seven eight nine ten
Home |
Main Index |
Thread Index |
Old Index