mbox series

[v2,bpf-next,0/5] Improve the usability of test_progs

Message ID 20210810001625.1140255-1-fallentree@fb.com (mailing list archive)
Headers show
Series Improve the usability of test_progs | expand

Message

Yucong Sun Aug. 10, 2021, 12:16 a.m. UTC
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(-)