Lines Matching refs:expect
126 atf::parser::token t = parser.expect(text_type, "timestamp");
219 (void)p.expect(colon_type, "`:'");
221 atf::parser::token t = p.expect(text_type, "info property name");
222 (void)p.expect(comma_type, "`,'");
225 (void)p.expect(nl_type, "new line");
238 atf::parser::token t = p.expect(tp_start_type,
241 t = p.expect(colon_type, "`:'");
245 t = p.expect(comma_type, "`,'");
247 t = p.expect(text_type, "test program name");
250 t = p.expect(comma_type, "`,'");
252 t = p.expect(text_type, "number of test programs");
255 t = p.expect(nl_type, "new line");
269 t = p.expect(tp_end_type, "end of test program");
271 t = p.expect(colon_type, "`:'");
278 t = p.expect(comma_type, "`,'");
280 t = p.expect(text_type, "test program name");
286 t = p.expect(nl_type, comma_type,
310 atf::parser::token t = p.expect(tc_start_type, "start of test case");
312 t = p.expect(colon_type, "`:'");
316 t = p.expect(comma_type, "`,'");
318 t = p.expect(text_type, "test case name");
323 t = p.expect(nl_type, "new line");
325 t = p.expect(tc_end_type, tc_so_type, tc_se_type,
331 t = p.expect(colon_type, "`:'");
342 t = p.expect(nl_type, "new line");
344 t = p.expect(tc_end_type, tc_so_type, tc_se_type,
348 t = p.expect(colon_type, "`:'");
355 t = p.expect(comma_type, "`,'");
357 t = p.expect(text_type, "test case name");
363 t = p.expect(comma_type, "`,'");
365 t = p.expect(expected_death_type, expected_exit_type, expected_failure_type,
382 t = p.expect(comma_type, "`,'");
390 t = p.expect(nl_type, "new line");
409 while ((t = p.expect(tps_count_type, info_type, "tps-count or info "
413 t = p.expect(colon_type, "`:'");
415 t = p.expect(text_type, "number of test programs");
419 t = p.expect(nl_type, "new line");
432 while ((t = p.expect(eof_type, info_type, "end of stream or info "