Lines Matching refs:expect_fail
111 def expect_fail(self, input, output, *, check_db=False): member in comchk_test
136 self.expect_fail('10 this is a bug\n\nChange-Id: Ideadbeef',
141 self.expect_fail('10 this is the the bug\n',
146 self.expect_fail('XX this is a bug\n',
151 self.expect_fail('10 this is a bug\n\n',
155 self.expect_fail('10this is a bug\n',
161 self.expect_fail('10 this is a bug\n10 this is another bug\n',
166 self.expect_fail('10 this is a bug\n10this is another bug\n',
175 self.expect_fail('10 this is a bug\nReviewed-by: bob',
181 self.expect_fail('10 this is a bug\n\nChange-Id: Ideadbeef',
183 self.expect_fail('20 this is a another bug\n\nChange-Id: Ifeedface',
190 self.expect_fail('10 this is the wrong synopsis\n',
199 self.expect_fail('20 this is the wrong bugid\n',