freebsd-src/contrib/bmake/unit-tests/directive-for.exp
Simon J. Gerraty 548bfc56eb Merge bmake-20240430
Merge commit '507951f55039f9d1ceae507d510f8cb68225fbc5'
2024-05-03 15:48:32 -07:00

43 lines
1.8 KiB
Plaintext
Executable file

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