]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/varname.exp
Merge bmake-20201117
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / varname.exp
1 Global:VAR{{{}}} = 3 braces
2 Var_Parse: ${VAR{{{}}}}" != "3 braces" with VARE_WANTRES
3 Global:VARNAME = VAR(((
4 Var_Parse: ${VARNAME} with VARE_WANTRES
5 Global:VAR((( = 3 open parentheses
6 Var_Parse: ${VAR(((}}}}" != "3 open parentheses}}}" with VARE_WANTRES
7 Var_Parse: ${:UVAR(((}= try1 with VARE_UNDEFERR|VARE_WANTRES
8 Applying ${:U...} to "" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF)
9 Result of ${:UVAR(((} is "VAR(((" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF|VEF_DEF)
10 Global:.ALLTARGETS =  VAR(((=)
11 make: "varname.mk" line 30: No closing parenthesis in archive specification
12 make: "varname.mk" line 30: Error in archive specification: "VAR"
13 Var_Parse: ${:UVAR\(\(\(}=      try2 with VARE_UNDEFERR|VARE_WANTRES
14 Applying ${:U...} to "" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF)
15 Result of ${:UVAR\(\(\(} is "VAR\(\(\(" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF|VEF_DEF)
16 Global:.ALLTARGETS =  VAR(((=) VAR\(\(\(=
17 make: "varname.mk" line 35: Need an operator
18 Var_Parse: ${VARNAME} with VARE_WANTRES
19 Global:VAR((( = try3
20 Global:.MAKEFLAGS =  -r -k -d v -d
21 Global:.MAKEFLAGS =  -r -k -d v -d 0
22 make: Fatal errors encountered -- cannot continue
23 make: stopped in unit-tests
24 exit status 1