Lines Matching refs:stdout
332 with test_util.capture_sys_output() as (stdout, _stderr):
334 self.assertIn('Relative offset seems wrong', stdout.getvalue())
348 with test_util.capture_sys_output() as (stdout, _stderr):
351 self.assertIn('Relative offset seems wrong', stdout.getvalue())
369 with test_util.capture_sys_output() as (stdout, _stderr):
373 self.assertIn('File header at 0x0 ran out of data', stdout.getvalue())
391 with test_util.capture_sys_output() as (stdout, _stderr):
396 cbfs_util.FILE_HEADER_LEN, stdout.getvalue())
407 with test_util.capture_sys_output() as (stdout, _stderr):
410 stdout.getvalue())
434 with test_util.capture_sys_output() as (stdout, _stderr):
436 self.assertEqual('Unknown attribute tag 123\n', stdout.getvalue())
458 with test_util.capture_sys_output() as (stdout, _stderr):
463 stdout.getvalue())