diff options
Diffstat (limited to 'contrib/bmake/unit-tests/varparse-errors.exp')
-rw-r--r-- | contrib/bmake/unit-tests/varparse-errors.exp | 57 |
1 files changed, 49 insertions, 8 deletions
diff --git a/contrib/bmake/unit-tests/varparse-errors.exp b/contrib/bmake/unit-tests/varparse-errors.exp index e47127447cda..2a9be069075f 100644 --- a/contrib/bmake/unit-tests/varparse-errors.exp +++ b/contrib/bmake/unit-tests/varparse-errors.exp @@ -1,11 +1,52 @@ -make: "varparse-errors.mk" line 38: Unknown modifier "Z" -make: "varparse-errors.mk" line 46: Unknown modifier "Z" -make: Bad modifier ":OX" for variable "" -make: "varparse-errors.mk" line 68: Undefined variable "${:U:OX" -make: Bad modifier ":OX" for variable "" -make: Bad modifier ":OX" for variable "" -make: "varparse-errors.mk" line 68: Undefined variable "${:U:OX" -make: Bad modifier ":OX" for variable "" +make: varparse-errors.mk:38: Unknown modifier ":Z" + while evaluating "${:U:Z}" with value "" +make: varparse-errors.mk:47: Unknown modifier ":Z" + while evaluating "${:U:Z}post" with value "" +make: varparse-errors.mk:73: Unknown modifier ":OX" + while evaluating "${:U:OX:U${IND}} ${:U:OX:U${IND}}" with value "" +make: varparse-errors.mk:73: Unknown modifier ":OX" + while evaluating "${:OX}" with value "" + while evaluating variable "IND" with value "${:OX}" +make: varparse-errors.mk:73: Unknown modifier ":OX" + while evaluating "${:U:OX:U${IND}}" with value "" +make: varparse-errors.mk:73: Unknown modifier ":OX" + while evaluating "${:OX}" with value "" + while evaluating variable "IND" with value "${:OX}" +make: varparse-errors.mk:81: Unclosed expression, expecting "}" for modifier "Q" + while evaluating "${:U:Q" with value "" +make: varparse-errors.mk:83: Unclosed expression, expecting "}" for modifier "sh" + while evaluating "${:U:sh" with value "" +make: varparse-errors.mk:85: Unclosed expression, expecting "}" for modifier "tA" + while evaluating "${:U:tA" with value "" +make: varparse-errors.mk:87: Unclosed expression, expecting "}" for modifier "tsX" + while evaluating "${:U:tsX" with value "" +make: varparse-errors.mk:89: Unclosed expression, expecting "}" for modifier "ts" + while evaluating "${:U:ts" with value "" +make: varparse-errors.mk:91: Unclosed expression, expecting "}" for modifier "ts\040" + while evaluating "${:U:ts\040" with value "" +make: varparse-errors.mk:93: Unclosed expression, expecting "}" for modifier "u" + while evaluating "${:U:u" with value "" +make: varparse-errors.mk:95: Unclosed expression, expecting "}" for modifier "H" + while evaluating "${:U:H" with value "." +make: varparse-errors.mk:97: Unclosed expression, expecting "}" for modifier "[1]" + while evaluating "${:U:[1]" with value "" +make: varparse-errors.mk:99: Unclosed expression, expecting "}" for modifier "hash" + while evaluating "${:U:hash" with value "b2af338b" +make: varparse-errors.mk:101: Unclosed expression, expecting "}" for modifier "range" + while evaluating "${:U:range" with value "1" +make: varparse-errors.mk:103: Unclosed expression, expecting "}" for modifier "_" + while evaluating "${:U:_" with value "" +make: varparse-errors.mk:105: Unclosed expression, expecting "}" for modifier "gmtime" + while evaluating "${:U:gmtime" with value "<timestamp>" +make: varparse-errors.mk:107: Unclosed expression, expecting "}" for modifier "localtime" + while evaluating "${:U:localtime" with value "<timestamp>" +make: varparse-errors.tmp:1: Unknown modifier ":Z" + while evaluating "${:Z}" with value "" + while evaluating variable "INDIRECT" with value "${:Z}" + while evaluating variable "VALUE" with value "${INDIRECT}" + in varparse-errors.tmp:1 + in varparse-errors.mk:126 +make: varparse-errors.tmp:1: make: Fatal errors encountered -- cannot continue make: stopped in unit-tests exit status 1 |