diff options
author | Stanislav Fomichev <sdf@google.com> | 2019-08-06 10:45:27 -0700 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-08-06 17:17:52 -0700 |
commit | 946152b3c5d6bab128db8eee226ec2665429b79c (patch) | |
tree | b56baf8ce237e90202f795374727d70a290011a9 /tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c | |
parent | 8c30396074c131765b19eb3cb7ff764a4f2f2913 (diff) | |
download | linux-946152b3c5d6bab128db8eee226ec2665429b79c.tar.gz linux-946152b3c5d6bab128db8eee226ec2665429b79c.tar.bz2 linux-946152b3c5d6bab128db8eee226ec2665429b79c.zip |
selftests/bpf: test_progs: switch to open_memstream
Use open_memstream to override stdout during test execution.
The copy of the original stdout is held in env.stdout and used
to print subtest info and dump failed log.
test_{v,}printf are now simple wrappers around stdout and will be
removed in the next patch.
v5:
* fix -v crash by always setting env.std{in,err} (Alexei Starovoitov)
* drop force_log check from stdio_hijack (Andrii Nakryiko)
v4:
* one field per line for stdout/stderr (Andrii Nakryiko)
v3:
* don't do strlen over log_buf, log_cnt has it already (Andrii Nakryiko)
v2:
* add ifdef __GLIBC__ around open_memstream (maybe pointless since
we already depend on glibc for argp_parse)
* hijack stderr as well (Andrii Nakryiko)
* don't hijack for every test, do it once (Andrii Nakryiko)
* log_cap -> log_size (Andrii Nakryiko)
* do fseeko in a proper place (Andrii Nakryiko)
* check open_memstream returned value (Andrii Nakryiko)
Cc: Andrii Nakryiko <andriin@fb.com>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c')
0 files changed, 0 insertions, 0 deletions