]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/moderrs.exp
Update to bmake-20201101
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / moderrs.exp
1 mod-unknown-direct:
2 want: Unknown modifier 'Z'
3 make: Unknown modifier 'Z'
4 VAR:Z=before--after
5
6 mod-unknown-indirect:
7 want: Unknown modifier 'Z'
8 make: Unknown modifier 'Z'
9 VAR:Z=before-inner}-after
10
11 unclosed-direct:
12 want: Unclosed variable specification (expecting '}') for "VAR" (value "Thevariable") modifier S
13 make: Unclosed variable specification (expecting '}') for "VAR" (value "Thevariable") modifier S
14 VAR:S,V,v,=Thevariable
15
16 unclosed-indirect:
17 want: Unclosed variable specification after complex modifier (expecting '}') for VAR
18 make: Unclosed variable specification after complex modifier (expecting '}') for VAR
19 VAR:S,V,v,=Thevariable
20
21 unfinished-indirect:
22 want: Unfinished modifier for VAR (',' missing)
23 make: Unfinished modifier for VAR (',' missing)
24 VAR:S,V,v=
25
26 unfinished-loop:
27 want: Unfinished modifier for UNDEF ('@' missing)
28 make: Unfinished modifier for UNDEF ('@' missing)
29
30 want: Unfinished modifier for UNDEF ('@' missing)
31 make: Unfinished modifier for UNDEF ('@' missing)
32
33 1 2 3
34
35 loop-close:
36 make: Unclosed variable specification (expecting '}') for "UNDEF" (value "1}... 2}... 3}...") modifier @
37 1}... 2}... 3}...
38 1}... 2}... 3}...
39
40 words:
41 want: Unfinished modifier for UNDEF (']' missing)
42 make: Unfinished modifier for UNDEF (']' missing)
43
44 want: Unfinished modifier for UNDEF (']' missing)
45 make: Unfinished modifier for UNDEF (']' missing)
46
47 13=
48 make: Bad modifier `:[123451234512345123451234512345]' for UNDEF
49 12345=S,^ok,:S,^3ok,}
50
51 exclam:
52 want: Unfinished modifier for VARNAME ('!' missing)
53 make: Unfinished modifier for VARNAME ('!' missing)
54
55 want: Unfinished modifier for ! ('!' missing)
56 make: Unfinished modifier for ! ('!' missing)
57
58
59 mod-subst-delimiter:
60 make: Missing delimiter for :S modifier
61 1:
62 make: Unfinished modifier for VAR (',' missing)
63 2:
64 make: Unfinished modifier for VAR (',' missing)
65 3:
66 make: Unfinished modifier for VAR (',' missing)
67 4:
68 make: Unfinished modifier for VAR (',' missing)
69 5:
70 make: Unclosed variable specification (expecting '}') for "VAR" (value "TheVariable") modifier S
71 6: TheVariable
72 7: TheVariable
73
74 mod-regex-delimiter:
75 make: Missing delimiter for :C modifier
76 1:
77 make: Unfinished modifier for VAR (',' missing)
78 2:
79 make: Unfinished modifier for VAR (',' missing)
80 3:
81 make: Unfinished modifier for VAR (',' missing)
82 4:
83 make: Unfinished modifier for VAR (',' missing)
84 5:
85 make: Unclosed variable specification (expecting '}') for "VAR" (value "TheVariable") modifier C
86 6: TheVariable
87 7: TheVariable
88
89 mod-regex-undefined-subexpression:
90 one one 2 3 5 8 one3 2one 34
91 make: No match for subexpression \2
92 make: No match for subexpression \2
93 make: No match for subexpression \1
94 make: No match for subexpression \2
95 make: No match for subexpression \1
96 ()+() ()+() ()+() 3 5 8 (3)+() ()+(1) 34
97
98 mod-ts-parse:
99 112358132134
100 15152535558513521534
101 make: Bad modifier `:ts\65oct' for FIB
102 65oct}
103 make: Bad modifier `:tsxy' for FIB
104 xy}
105
106 mod-t-parse:
107 make: Bad modifier `:t' for FIB
108
109 make: Bad modifier `:txy' for FIB
110 y}
111 make: Bad modifier `:t' for FIB
112
113 make: Bad modifier `:t' for FIB
114 M*}
115
116 mod-ifelse-parse:
117 make: Unfinished modifier for FIB (':' missing)
118
119 make: Unfinished modifier for FIB (':' missing)
120
121 make: Unfinished modifier for FIB ('}' missing)
122
123 make: Unfinished modifier for FIB ('}' missing)
124
125 then
126
127 mod-remember-parse:
128 1 1 2 3 5 8 13 21 34
129 make: Unknown modifier '_'
130
131
132 mod-sysv-parse:
133 make: Unknown modifier '3'
134 make: Unclosed variable specification (expecting '}') for "FIB" (value "") modifier 3
135
136 make: Unknown modifier '3'
137 make: Unclosed variable specification (expecting '}') for "FIB" (value "") modifier 3
138
139 make: Unknown modifier '3'
140 make: Unclosed variable specification (expecting '}') for "FIB" (value "") modifier 3
141
142 1 1 2 x3 5 8 1x3 21 34
143
144 exit status 0