Module Name: src
Committed By: rillig
Date: Sun Sep 27 20:13:45 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varmod-order-shuffle.mk
Log Message:
make(1): mark test for the :Ox variable modifier as probabilistic
It fails very seldom, but it can.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/varmod-order-shuffle.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/unit-tests/varmod-order-shuffle.mk
diff -u src/usr.bin/make/unit-tests/varmod-order-shuffle.mk:1.3 src/usr.bin/make/unit-tests/varmod-order-shuffle.mk:1.4
--- src/usr.bin/make/unit-tests/varmod-order-shuffle.mk:1.3 Sun Aug 16 20:43:01 2020
+++ src/usr.bin/make/unit-tests/varmod-order-shuffle.mk Sun Sep 27 20:13:44 2020
@@ -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