All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 bpf-next 0/5] Improve the usability of test_progs
@ 2021-08-10  0:16 Yucong Sun
  2021-08-10  0:16 ` [PATCH v2 bpf-next 1/5] Skip loading bpf_testmod when using -l to list tests Yucong Sun
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Yucong Sun @ 2021-08-10  0:16 UTC (permalink / raw)
  To: bpf; +Cc: andrii, sunyucong, Yucong Sun

This short series focus on improving the usability of test_progs, making
the output cleaner, easier to select test to run, and adding a summary of
all failed the tests at the end of the output.

Yucong Sun (5):
  Skip loading bpf_testmod when using -l to list tests.
  Add glob matching for test selector in test_progs.
  Correctly display subtest skip status
  Display test number when listing test names
  Record all failed tests and output after the summary line.

 tools/testing/selftests/bpf/test_progs.c | 144 ++++++++++++++++++++---
 tools/testing/selftests/bpf/test_progs.h |   2 +
 2 files changed, 132 insertions(+), 14 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-08-10 21:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10  0:16 [PATCH v2 bpf-next 0/5] Improve the usability of test_progs Yucong Sun
2021-08-10  0:16 ` [PATCH v2 bpf-next 1/5] Skip loading bpf_testmod when using -l to list tests Yucong Sun
2021-08-10 16:02   ` Andrii Nakryiko
2021-08-10  0:16 ` [PATCH v2 bpf-next 2/5] Add glob matching for test selector in test_progs Yucong Sun
2021-08-10 16:19   ` Andrii Nakryiko
2021-08-10  0:16 ` [PATCH v2 bpf-next 3/5] Correctly display subtest skip status Yucong Sun
2021-08-10 17:47   ` Andrii Nakryiko
2021-08-10  0:16 ` [PATCH v2 bpf-next 4/5] Display test number when listing test names Yucong Sun
2021-08-10 17:49   ` Andrii Nakryiko
2021-08-10  0:16 ` [PATCH v2 bpf-next 5/5] Record all failed tests and output after the summary line Yucong Sun
2021-08-10 11:23   ` Daniel Borkmann
2021-08-10 16:25     ` Andrii Nakryiko
2021-08-10 21:28       ` Daniel Borkmann
2021-08-10 18:24   ` Andrii Nakryiko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.