diff options
Diffstat (limited to 'contrib/bmake/unit-tests/varmod-match.exp')
-rw-r--r-- | contrib/bmake/unit-tests/varmod-match.exp | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/contrib/bmake/unit-tests/varmod-match.exp b/contrib/bmake/unit-tests/varmod-match.exp index 5bf3da46e524..7bccc4283e32 100644 --- a/contrib/bmake/unit-tests/varmod-match.exp +++ b/contrib/bmake/unit-tests/varmod-match.exp @@ -1,17 +1,23 @@ -CondParser_Eval: ${NUMBERS:M[A-Z]*} != "One Two Three Four" -Comparing "One Two Three Four" != "One Two Three Four" -CondParser_Eval: ${NUMBERS:M[^A-Z]*} != "five six seven" -Comparing "five six seven" != "five six seven" -CondParser_Eval: ${NUMBERS:M[^s]*[ex]} != "One Three five" -Comparing "One Three five" != "One Three five" -CondParser_Eval: ${:U****************:M****************b} -CondParser_Eval: ${:U..................................................b:M*?*?*?*?*?a} -CondParser_Eval: ${:Ua \$ sign:M*$$*} != "\$" -Comparing "$" != "$" -CondParser_Eval: ${:Ua \$ sign any-asterisk:M*\$*} != "any-asterisk" -Comparing "any-asterisk" != "any-asterisk" -make: "varmod-match.mk" line 157: Unknown modifier "]" -make: "varmod-match.mk" line 157: Malformed conditional (${ ${:U\:} ${:U\:\:} :L:M[:]} != ":") +make: varmod-match.mk:293: Unfinished character list in pattern "a[" of modifier ":M" + while evaluating variable "WORDS" with value "a a[" +make: varmod-match.mk:301: Unfinished character list in pattern "a[^" of modifier ":M" + while evaluating variable "WORDS" with value "a a[ aX" +make: varmod-match.mk:309: Unfinished character list in pattern "[-x1-3" of modifier ":M" + while evaluating variable "WORDS" with value "- + x xx 0 1 2 3 4 [x1-3" +make: varmod-match.mk:317: Unfinished character list in pattern "*[-x1-3" of modifier ":M" + while evaluating variable "WORDS" with value "- + x xx 0 1 2 3 4 00 01 10 11 000 001 010 011 100 101 110 111 [x1-3" +make: varmod-match.mk:326: Unfinished character list in pattern "[^-x1-3" of modifier ":M" + while evaluating variable "WORDS" with value "- + x xx 0 1 2 3 4 [x1-3" +make: varmod-match.mk:340: Unfinished character list in pattern "?[\" of modifier ":M" + while evaluating variable "WORDS" with value "\\ \a x\" +make: varmod-match.mk:348: Unfinished character range in pattern "[x-" of modifier ":M" + while evaluating variable "WORDS" with value "[x- x x- y" +make: varmod-match.mk:360: Unfinished character range in pattern "[^x-" of modifier ":M" + while evaluating variable "WORDS" with value "[x- x x- y yyyyy" +make: varmod-match.mk:367: Unfinished character list in pattern "[" of modifier ":M" + while evaluating variable " : :: " with value " : :: " +make: varmod-match.mk:367: Unknown modifier ":]" + while evaluating variable " : :: " with value "" make: Fatal errors encountered -- cannot continue make: stopped in unit-tests exit status 1 |