Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:in

9 all: file-ending-in-backslash
10 all: file-ending-in-backslash-mmap
17 # In the unlikely case where a file ends in a backslash instead of a newline,
40 file-ending-in-backslash: .PHONY
45 # there was an out-of-bounds write in ParseGetLine, where line_end pointed at
46 # the end of the allocated buffer, in the special case where loadedfile_mmap
48 file-ending-in-backslash-mmap: .PHONY
53 # Since parse.c 1.511 from 2020-12-22, an assertion in ParseGetLine failed
54 # for lines that contained trailing whitespace. Worked around in parse.c
55 # 1.513, properly fixed in parse.c 1.514 from 2020-12-22.
65 # echo 'VAR=value' | tr 'l' '\0' > zero-byte.in
66 # printf '%s\n' 'all:' ': VAR=${VAR:Q}' >> zero-byte.in
68 # for year in $(seq 2003 2020); do
70 # make-$year.01.01.00.00.00 -r -f zero-byte.in
85 # make: stopped in .
91 # make: stopped in .
101 # make: stopped in .