aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/directive-for.exp
blob: 3e346dfab4eaf18ca92975deddbef5930277db98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
make: "directive-for.mk" line 117: outer
make: "directive-for.mk" line 135: a:\ a:\file.txt
make: "directive-for.mk" line 135: d:\\
make: "directive-for.mk" line 135: d:\\file.txt
make: "directive-for.mk" line 146: ( ( (
make: "directive-for.mk" line 146: [ [ [
make: "directive-for.mk" line 146: { { {
make: "directive-for.mk" line 146: ) ) )
make: "directive-for.mk" line 146: ] ] ]
make: "directive-for.mk" line 146: } } }
make: "directive-for.mk" line 146: (()) (()) (())
make: "directive-for.mk" line 146: [[]] [[]] [[]]
make: "directive-for.mk" line 146: {{}} {{}} {{}}
make: "directive-for.mk" line 146: )( )( )(
make: "directive-for.mk" line 146: ][ ][ ][
make: "directive-for.mk" line 146: }{ }{ }{
make: "directive-for.mk" line 166: invalid character ':' in .for loop variable name
make: "directive-for.mk" line 173: invalid character '$' in .for loop variable name
make: "directive-for.mk" line 185: invalid character '$' in .for loop variable name
make: "directive-for.mk" line 210: while evaluating "${:Uword2:Z}-after word3": Unknown modifier "Z"
make: "directive-for.mk" line 211: XXX: Should not reach word1
make: "directive-for.mk" line 211: XXX: Should not reach before--after
make: "directive-for.mk" line 211: XXX: Should not reach word3
make: "directive-for.mk" line 219: no iteration variables in for
make: "directive-for.mk" line 245: 1 open conditional
make: "directive-for.mk" line 261: for-less endfor
make: "directive-for.mk" line 262: if-less endif
make: "directive-for.mk" line 270: if-less endif
For: new loop 2
For: end for 2
For: end for 1
For: loop body with outer = o:
.\
   for inner in i
.\
   endfor
For: end for 1
For: loop body with inner = i:
make: "directive-for.mk" line 318: newline-item=(a)
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1