diff options
Diffstat (limited to 'contrib/bmake/unit-tests/cond-token-string.exp')
-rw-r--r-- | contrib/bmake/unit-tests/cond-token-string.exp | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/contrib/bmake/unit-tests/cond-token-string.exp b/contrib/bmake/unit-tests/cond-token-string.exp index 1c0f086b464e..d31c0abda17d 100644 --- a/contrib/bmake/unit-tests/cond-token-string.exp +++ b/contrib/bmake/unit-tests/cond-token-string.exp @@ -1,18 +1,21 @@ -make: "cond-token-string.mk" line 13: Unknown modifier "Z" -make: "cond-token-string.mk" line 13: Malformed conditional ("" != "${:Uvalue:Z}") -make: "cond-token-string.mk" line 22: xvalue is not defined. -make: "cond-token-string.mk" line 28: Malformed conditional (x${:Uvalue} == "") -make: "cond-token-string.mk" line 37: Expected. +make: cond-token-string.mk:14: Unknown modifier ":Z" + while evaluating "${:Uvalue:Z}"" with value "value" +make: cond-token-string.mk:24: xvalue is not defined. +make: cond-token-string.mk:31: Malformed conditional "x${:Uvalue} == """ +make: cond-token-string.mk:41: Expected. CondParser_Eval: "UNDEF" -make: "cond-token-string.mk" line 46: The string literal "UNDEF" is not empty. +make: cond-token-string.mk:51: The string literal "UNDEF" is not empty. CondParser_Eval: " " -make: "cond-token-string.mk" line 54: The string literal " " is not empty, even though it consists of whitespace only. +make: cond-token-string.mk:60: The string literal " " is not empty, even though it consists of whitespace only. CondParser_Eval: "${UNDEF}" -make: "cond-token-string.mk" line 63: An undefined variable in quotes expands to an empty string, which then evaluates to false. +make: cond-token-string.mk:70: An undefined variable in quotes expands to an empty string, which then evaluates to false. CondParser_Eval: "${:Uvalue}" -make: "cond-token-string.mk" line 68: A nonempty variable expression evaluates to true. +make: cond-token-string.mk:76: A nonempty expression evaluates to true. CondParser_Eval: "${:U}" -make: "cond-token-string.mk" line 76: An empty variable evaluates to false. +make: cond-token-string.mk:85: An empty variable evaluates to false. +CondParser_Eval: ("${VAR}") +CondParser_Eval: "quoted" == quoted +Comparing "quoted" == "quoted" make: Fatal errors encountered -- cannot continue -make: stopped in unit-tests +make: stopped making "all" in unit-tests exit status 1 |