Lines Matching defs:line

90     got_tc_stdout_line(const std::string& line)
92 m_calls.push_back("got_tc_stdout_line(" + line + ")");
96 got_tc_stderr_line(const std::string& line)
98 m_calls.push_back("got_tc_stderr_line(" + line + ")");
191 "tc-so:first stdout line for 1st test\n"
192 "tc-se:first stderr line for 1st test\n"
193 "tc-so:second stdout line for 1st test\n"
194 "tc-se:second stderr line for 1st test\n"
197 "tc-so:first stdout line for 2nd test\n"
198 "tc-se:first stderr line for 2nd test\n"
199 "tc-so:second stdout line for 2nd test\n"
200 "tc-se:second stderr line for 2nd test\n"
203 "tc-so:first stdout line for 3rd test\n"
204 "tc-se:first stderr line for 3rd test\n"
205 "tc-so:second stdout line for 3rd test\n"
206 "tc-se:second stderr line for 3rd test\n"
223 "got_tc_stdout_line(first stdout line for 1st test)",
224 "got_tc_stderr_line(first stderr line for 1st test)",
225 "got_tc_stdout_line(second stdout line for 1st test)",
226 "got_tc_stderr_line(second stderr line for 1st test)",
229 "got_tc_stdout_line(first stdout line for 2nd test)",
230 "got_tc_stderr_line(first stderr line for 2nd test)",
231 "got_tc_stdout_line(second stdout line for 2nd test)",
232 "got_tc_stderr_line(second stderr line for 2nd test)",
235 "got_tc_stdout_line(first stdout line for 3rd test)",
236 "got_tc_stderr_line(first stderr line for 3rd test)",
237 "got_tc_stdout_line(second stdout line for 3rd test)",
238 "got_tc_stderr_line(second stderr line for 3rd test)",
272 "tc-so:first stdout line for 1st test\n"
273 "tc-se:first stderr line for 1st test\n"
274 "tc-so:second stdout line for 1st test\n"
275 "tc-se:second stderr line for 1st test\n"
278 "tc-so:first stdout line for 2nd test\n"
279 "tc-se:first stderr line for 2nd test\n"
280 "tc-so:second stdout line for 2nd test\n"
281 "tc-se:second stderr line for 2nd test\n"
284 "tc-so:first stdout line for 3rd test\n"
285 "tc-se:first stderr line for 3rd test\n"
286 "tc-so:second stdout line for 3rd test\n"
287 "tc-se:second stderr line for 3rd test\n"
310 "got_tc_stdout_line(first stdout line for 1st test)",
311 "got_tc_stderr_line(first stderr line for 1st test)",
312 "got_tc_stdout_line(second stdout line for 1st test)",
313 "got_tc_stderr_line(second stderr line for 1st test)",
316 "got_tc_stdout_line(first stdout line for 2nd test)",
317 "got_tc_stderr_line(first stderr line for 2nd test)",
318 "got_tc_stdout_line(second stdout line for 2nd test)",
319 "got_tc_stderr_line(second stderr line for 2nd test)",
322 "got_tc_stdout_line(first stdout line for 3rd test)",
323 "got_tc_stderr_line(first stderr line for 3rd test)",
324 "got_tc_stdout_line(second stdout line for 3rd test)",
325 "got_tc_stderr_line(second stderr line for 3rd test)",
357 "tc-so:-First original line.\n"
358 "tc-so:-Second original line.\n"
359 "tc-so:+First modified line.\n"
360 "tc-so:+Second modified line.\n"
378 "got_tc_stdout_line(-First original line.)",
379 "got_tc_stdout_line(-Second original line.)",
380 "got_tc_stdout_line(+First modified line.)",
381 "got_tc_stdout_line(+Second modified line.)",
665 "13: Unexpected token `bar'; expected end of test case or test case's stdout/stderr line",
716 "8: Unexpected token `,'; expected new line",