]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/varmod-indirect.exp
zfs: merge OpenZFS master-436ab35a5
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / varmod-indirect.exp
1 make: "varmod-indirect.mk" line 13: Unknown modifier '$'
2 make: "varmod-indirect.mk" line 108: before
3 make: "varmod-indirect.mk" line 108: after
4 make: "varmod-indirect.mk" line 114: before
5 make: "varmod-indirect.mk" line 114: after
6 make: "varmod-indirect.mk" line 120: before
7 make: "varmod-indirect.mk" line 120: after
8 make: "varmod-indirect.mk" line 124: Unknown modifier 'Z'
9 make: "varmod-indirect.mk" line 125: before
10 make: "varmod-indirect.mk" line 125: after
11 ParseReadLine (134): '_:=       before ${UNDEF} after'
12 Global:_ = 
13 Var_Parse: ${UNDEF} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
14 Global:_ = before ${UNDEF} after
15 ParseReadLine (137): '_:=       before ${UNDEF:${:US,a,a,}} after'
16 Var_Parse: ${UNDEF:${:US,a,a,}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
17 Var_Parse: ${:US,a,a,}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
18 Applying ${:U...} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_UNDEF)
19 Result of ${:US,a,a,} is "S,a,a," (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_DEF)
20 Indirect modifier "S,a,a," from "${:US,a,a,}"
21 Applying ${UNDEF:S...} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_UNDEF)
22 Modifier part: "a"
23 Modifier part: "a"
24 ModifyWords: split "" into 1 words
25 Result of ${UNDEF:S,a,a,} is "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_UNDEF)
26 Var_Parse: ${:US,a,a,}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
27 Applying ${:U...} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_UNDEF)
28 Result of ${:US,a,a,} is "S,a,a," (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_DEF)
29 Global:_ = before ${UNDEF:S,a,a,} after
30 ParseReadLine (147): '_:=       before ${UNDEF:${:U}} after'
31 Var_Parse: ${UNDEF:${:U}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
32 Var_Parse: ${:U}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
33 Applying ${:U} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_UNDEF)
34 Result of ${:U} is "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_DEF)
35 Indirect modifier "" from "${:U}"
36 Var_Parse: ${:U}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
37 Applying ${:U} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_UNDEF)
38 Result of ${:U} is "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_DEF)
39 Global:_ = before ${UNDEF:} after
40 ParseReadLine (152): '_:=       before ${UNDEF:${:UZ}} after'
41 Var_Parse: ${UNDEF:${:UZ}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
42 Var_Parse: ${:UZ}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
43 Applying ${:U...} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_UNDEF)
44 Result of ${:UZ} is "Z" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_DEF)
45 Indirect modifier "Z" from "${:UZ}"
46 Applying ${UNDEF:Z} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_UNDEF)
47 make: "varmod-indirect.mk" line 152: Unknown modifier 'Z'
48 Result of ${UNDEF:Z} is error (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_UNDEF)
49 Var_Parse: ${:UZ}} after with VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF
50 Applying ${:U...} to "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_UNDEF)
51 Result of ${:UZ} is "Z" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_DEF)
52 Global:_ = before ${UNDEF:Z} after
53 ParseReadLine (154): '.MAKEFLAGS: -d0'
54 ParseDoDependency(.MAKEFLAGS: -d0)
55 Global:.MAKEFLAGS =  -r -k -d 0 -d pv -d
56 Global:.MAKEFLAGS =  -r -k -d 0 -d pv -d 0
57 make: Fatal errors encountered -- cannot continue
58 make: stopped in unit-tests
59 exit status 1