Searched refs:capture_sys_output (Results 1 – 9 of 9) sorted by relevance
| /u-boot/tools/binman/ |
| A D | image_test.py | 10 from patman.test_util import capture_sys_output 32 with capture_sys_output() as (stdout, stderr):
|
| A D | cbfs_util_test.py | 231 with test_util.capture_sys_output() as (_stdout, stderr): 332 with test_util.capture_sys_output() as (stdout, _stderr): 348 with test_util.capture_sys_output() as (stdout, _stderr): 369 with test_util.capture_sys_output() as (stdout, _stderr): 391 with test_util.capture_sys_output() as (stdout, _stderr): 407 with test_util.capture_sys_output() as (stdout, _stderr): 434 with test_util.capture_sys_output() as (stdout, _stderr): 458 with test_util.capture_sys_output() as (stdout, _stderr):
|
| A D | elf_test.py | 174 with test_util.capture_sys_output() as (stdout, stderr):
|
| A D | ftest.py | 1538 with test_util.capture_sys_output() as (stdout, stderr): 1545 with test_util.capture_sys_output() as (stdout, stderr): 1944 with test_util.capture_sys_output() as (stdout, stderr): 2062 with test_util.capture_sys_output() as (stdout, stderr): 3395 with test_util.capture_sys_output() as (stdout, stderr): 3546 with test_util.capture_sys_output() as (stdout, stderr): 3553 with test_util.capture_sys_output() as (stdout, stderr): 3562 with test_util.capture_sys_output() as (stdout, stderr): 3573 with test_util.capture_sys_output() as (stdout, stderr): 3702 with test_util.capture_sys_output() as (stdout, stderr): [all …]
|
| /u-boot/tools/dtoc/ |
| A D | test_src_scan.py | 65 with test_util.capture_sys_output() as (stdout, _):
|
| A D | test_dtoc.py | 345 with test_util.capture_sys_output() as _: 354 with test_util.capture_sys_output() as _: 875 with test_util.capture_sys_output() as (stdout, _):
|
| /u-boot/tools/patman/ |
| A D | func_test.py | 26 from patman.test_util import capture_sys_output 207 with capture_sys_output() as out: 475 with capture_sys_output() as _: 484 with capture_sys_output() as _: 492 with capture_sys_output() as _: 650 with capture_sys_output() as (_, err):
|
| A D | test_util.py | 94 def capture_sys_output(): function
|
| /u-boot/tools/buildman/ |
| A D | test.py | 583 with test_util.capture_sys_output() as (stdout, stderr):
|
Completed in 23 milliseconds