All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yucong Sun <fallentree@fb.com>
To: <bpf@vger.kernel.org>
Cc: <andrii@kernel.org>, <sunyucong@gmail.com>,
	Yucong Sun <fallentree@fb.com>
Subject: [PATCH v2 bpf-next 0/5] Improve the usability of test_progs
Date: Mon, 9 Aug 2021 17:16:20 -0700	[thread overview]
Message-ID: <20210810001625.1140255-1-fallentree@fb.com> (raw)

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


             reply	other threads:[~2021-08-10  0:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-10  0:16 Yucong Sun [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210810001625.1140255-1-fallentree@fb.com \
    --to=fallentree@fb.com \
    --cc=andrii@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=sunyucong@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.