diff options
Diffstat (limited to 'contrib/bmake/unit-tests/varmod-order.exp')
-rw-r--r-- | contrib/bmake/unit-tests/varmod-order.exp | 47 |
1 files changed, 25 insertions, 22 deletions
diff --git a/contrib/bmake/unit-tests/varmod-order.exp b/contrib/bmake/unit-tests/varmod-order.exp index 46dc45e9f6d6..fd18f0e11ee1 100644 --- a/contrib/bmake/unit-tests/varmod-order.exp +++ b/contrib/bmake/unit-tests/varmod-order.exp @@ -1,24 +1,27 @@ -make: Bad modifier ":OX" for variable "WORDS" -make: "varmod-order.mk" line 14: Undefined variable "${WORDS:OX" -make: Bad modifier ":OxXX" for variable "WORDS" -make: "varmod-order.mk" line 17: Undefined variable "${WORDS:Ox" -make: Unclosed variable expression, expecting '}' for modifier "O" of variable "WORDS" with value "eight five four nine one seven six ten three two" -make: Unclosed variable expression, expecting '}' for modifier "On" of variable "NUMBERS" with value "1 2 3 4 5 6 7 8 9 10" -make: Unclosed variable expression, expecting '}' for modifier "Onr" of variable "NUMBERS" with value "10 9 8 7 6 5 4 3 2 1" -make: Bad modifier ":Oxn" for variable "NUMBERS" -make: "varmod-order.mk" line 29: Malformed conditional (${NUMBERS:Oxn}) -make: Bad modifier ":On_typo" for variable "NUMBERS" -make: "varmod-order.mk" line 39: Malformed conditional (${NUMBERS:On_typo}) -make: Bad modifier ":Onr_typo" for variable "NUMBERS" -make: "varmod-order.mk" line 48: Malformed conditional (${NUMBERS:Onr_typo}) -make: Bad modifier ":Orn_typo" for variable "NUMBERS" -make: "varmod-order.mk" line 57: Malformed conditional (${NUMBERS:Orn_typo}) -make: Bad modifier ":Onn" for variable "NUMBERS" -make: "varmod-order.mk" line 68: Malformed conditional (${NUMBERS:Onn}) -make: Bad modifier ":Onrr" for variable "NUMBERS" -make: "varmod-order.mk" line 77: Malformed conditional (${NUMBERS:Onrr}) -make: Bad modifier ":Orrn" for variable "NUMBERS" -make: "varmod-order.mk" line 86: Malformed conditional (${NUMBERS:Orrn}) +make: varmod-order.mk:14: Unknown modifier ":OX" + while evaluating variable "WORDS" with value "one two three four five six seven eight nine ten" +make: varmod-order.mk:17: Unknown modifier ":OxXX" + while evaluating variable "WORDS" with value "one two three four five six seven eight nine ten" +make: varmod-order.mk:20: Unclosed expression, expecting "}" for modifier "O" + while evaluating variable "WORDS" with value "eight five four nine one seven six ten three two" +make: varmod-order.mk:22: Unclosed expression, expecting "}" for modifier "On" + while evaluating variable "NUMBERS" with value "1 2 3 4 5 6 7 8 9 10" +make: varmod-order.mk:24: Unclosed expression, expecting "}" for modifier "Onr" + while evaluating variable "NUMBERS" with value "10 9 8 7 6 5 4 3 2 1" +make: varmod-order.mk:30: Unknown modifier ":Oxn" + while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2" +make: varmod-order.mk:39: Unknown modifier ":On_typo" + while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2" +make: varmod-order.mk:48: Unknown modifier ":Onr_typo" + while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2" +make: varmod-order.mk:57: Unknown modifier ":Orn_typo" + while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2" +make: varmod-order.mk:68: Unknown modifier ":Onn" + while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2" +make: varmod-order.mk:77: Unknown modifier ":Onrr" + while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2" +make: varmod-order.mk:86: Unknown modifier ":Orrn" + while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2" make: Fatal errors encountered -- cannot continue -make: stopped in unit-tests +make: stopped making "all" in unit-tests exit status 1 |