On Thu, Aug 15, 2019 at 10:16 PM Alexei Starovoitov
wrote:
>
> On Wed, Aug 14, 2019 at 1:01 PM Andrii Nakryiko
> wrote:
> > >
> > > Let me know if you see a value in highlighting test vs subtest skip.
> > >
> > > Other related question is: should we do verbose output in case
> > > of a skip? Righ
On Wed, Aug 14, 2019 at 1:01 PM Andrii Nakryiko
wrote:
> >
> > Let me know if you see a value in highlighting test vs subtest skip.
> >
> > Other related question is: should we do verbose output in case
> > of a skip? Right now we don't do it.
>
> It might be useful, I guess, especially if it's no
On Wed, Aug 14, 2019 at 12:53 PM Stanislav Fomichev wrote:
>
> On 08/14, Andrii Nakryiko wrote:
> > On Wed, Aug 14, 2019 at 12:22 PM Andrii Nakryiko
> > wrote:
> > >
> > > On Wed, Aug 14, 2019 at 9:48 AM Stanislav Fomichev
> > > wrote:
> > > >
> > > > Export test__skip() to indicate skipped tes
On 08/14, Andrii Nakryiko wrote:
> On Wed, Aug 14, 2019 at 12:22 PM Andrii Nakryiko
> wrote:
> >
> > On Wed, Aug 14, 2019 at 9:48 AM Stanislav Fomichev wrote:
> > >
> > > Export test__skip() to indicate skipped tests and use it in
> > > test_send_signal_nmi().
> > >
> > > Cc: Andrii Nakryiko
> >
On Wed, Aug 14, 2019 at 12:22 PM Andrii Nakryiko
wrote:
>
> On Wed, Aug 14, 2019 at 9:48 AM Stanislav Fomichev wrote:
> >
> > Export test__skip() to indicate skipped tests and use it in
> > test_send_signal_nmi().
> >
> > Cc: Andrii Nakryiko
> > Signed-off-by: Stanislav Fomichev
> > ---
>
> For
On Wed, Aug 14, 2019 at 9:48 AM Stanislav Fomichev wrote:
>
> Export test__skip() to indicate skipped tests and use it in
> test_send_signal_nmi().
>
> Cc: Andrii Nakryiko
> Signed-off-by: Stanislav Fomichev
> ---
For completeness, we should probably also support test__skip_subtest()
eventually
Export test__skip() to indicate skipped tests and use it in
test_send_signal_nmi().
Cc: Andrii Nakryiko
Signed-off-by: Stanislav Fomichev
---
tools/testing/selftests/bpf/prog_tests/send_signal.c | 1 +
tools/testing/selftests/bpf/test_progs.c | 9 +++--
tools/testing/selftests/b