Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:FAIL

14 FAIL=	${:!echo unexpected 1>&2!}
23 .if 0 && ${FAIL}
26 .if 0 && ${VAR::=${FAIL}}
31 .if 0 && ${${FAIL}:?then:else}
34 .if 0 && ${1:?${FAIL}:${FAIL}}
37 .if 0 && ${0:?${FAIL}:${FAIL}}
40 # Before var.c 1.870 from 2021-03-14, the expression ${FAIL} was evaluated
44 # expect+1: In the :@ modifier, the variable name "${FAIL}" must not contain a dollar
45 .if 0 && ${:Uword:@${FAIL}@expr@}
48 .if 0 && ${:Uword:@var@${FAIL}@}
52 # the nested expression ${FAIL} and then tried to parse the unexpanded text,
54 .if 0 && ${:Uword:[${FAIL}]}
66 # nested expression ${FAIL}, which is correct, and then tried to compile the
69 # Compiling the regular expression then failed both because of the '{FAIL}',
72 # '${FAIL}'
73 .if 0 && ${:Uword:C,${FAIL}****,,}
77 .if 0 && ${DEFINED:D${FAIL}}
84 # error message 'Invalid time value: ${FAIL}}' since it did not expand its
86 .if 0 && ${:Uword:gmtime=${FAIL}}
99 # error message 'Invalid time value: ${FAIL}}' since it did not expand its
101 .if 0 && ${:Uword:localtime=${FAIL}}
104 .if 0 && ${:Uword:M${FAIL}}
107 .if 0 && ${:Uword:N${FAIL}}
131 .if 0 && ${:Uword:S,${FAIL},${FAIL},}
143 .if 0 && ${:U${FAIL}}
152 # Before var.c 1.875 from 2021-03-14, Var_Parse returned "${FAIL}else" for the
158 .if 0 && ${0:?${FAIL}then:${FAIL}else}
167 .if 0 && ${DEFINED:L:?${FAIL}then:${FAIL}else}