Re: [PATCH v2 6/8] selftests/harness: Refactor XFAIL into SKIP

2020-07-13 Thread Ralph Campbell
On 7/13/20 5:13 PM, Kees Cook wrote: On Mon, Jul 13, 2020 at 12:08:08PM -0700, Ralph Campbell wrote: On 6/22/20 11:16 AM, Kees Cook wrote: Plumb the old XFAIL result into a TAP SKIP. Signed-off-by: Kees Cook --- tools/testing/selftests/kselftest_harness.h | 64 ++-

Re: [PATCH v2 6/8] selftests/harness: Refactor XFAIL into SKIP

2020-07-13 Thread Kees Cook
On Mon, Jul 13, 2020 at 12:08:08PM -0700, Ralph Campbell wrote: > > On 6/22/20 11:16 AM, Kees Cook wrote: > > Plumb the old XFAIL result into a TAP SKIP. > > > > Signed-off-by: Kees Cook > > --- > > tools/testing/selftests/kselftest_harness.h | 64 ++- > >

Re: [PATCH v2 6/8] selftests/harness: Refactor XFAIL into SKIP

2020-07-13 Thread Ralph Campbell
On 6/22/20 11:16 AM, Kees Cook wrote: Plumb the old XFAIL result into a TAP SKIP. Signed-off-by: Kees Cook --- tools/testing/selftests/kselftest_harness.h | 64 ++- tools/testing/selftests/seccomp/seccomp_bpf.c | 8 +-- 2 files changed, 52 insertions(+), 20

[PATCH v2 6/8] selftests/harness: Refactor XFAIL into SKIP

2020-06-22 Thread Kees Cook
Plumb the old XFAIL result into a TAP SKIP. Signed-off-by: Kees Cook --- tools/testing/selftests/kselftest_harness.h | 64 ++- tools/testing/selftests/seccomp/seccomp_bpf.c | 8 +-- 2 files changed, 52 insertions(+), 20 deletions(-) diff --git