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

Lines Matching refs:malformed

46 # This condition is malformed because the '!' on the right-hand side must not
50 # expect+1: Malformed conditional ""!word" == !word"
62 # In the following malformed conditions, as soon as the parser sees the '$'
63 # after the '0' or the '1', it knows that the condition will be malformed.
71 # expect+1: Malformed conditional "0 ${ERR::=evaluated}"
81 # expect+1: Malformed conditional "1 ${ERR::=evaluated}"
116 # This condition is obviously malformed. It is properly detected and also
119 # expect+1: Malformed conditional "1 &&"
126 # This obviously malformed condition was not detected as such before cond.c
128 # expect+1: Malformed conditional "0 &&"
135 # This obviously malformed condition was not detected as such before cond.c
137 # expect+1: Malformed conditional "1 ||"
144 # This condition is obviously malformed. It is properly detected and also
147 # expect+1: Malformed conditional "0 ||"