Re: [PATCH] selftests/ftrace: Introduce exit_pass and exit_fail

2017-11-03 Thread Masami Hiramatsu
On Wed, 1 Nov 2017 15:18:41 -0600 Shuah Khan wrote: > On 10/31/2017 10:23 PM, Masami Hiramatsu wrote: > > On Tue, 31 Oct 2017 17:44:32 -0400 > > Steven Rostedt wrote: > > > >> On Tue, 31 Oct 2017 23:51:42 +0900 > >> Masami Hiramatsu wrote: > >> > >>> diff --git a/tools/testing/selftests/ftrace

Re: [PATCH] selftests/ftrace: Introduce exit_pass and exit_fail

2017-11-01 Thread Shuah Khan
On 10/31/2017 10:23 PM, Masami Hiramatsu wrote: > On Tue, 31 Oct 2017 17:44:32 -0400 > Steven Rostedt wrote: > >> On Tue, 31 Oct 2017 23:51:42 +0900 >> Masami Hiramatsu wrote: >> >>> diff --git a/tools/testing/selftests/ftrace/test.d/kprobe/busy_check.tc >>> b/tools/testing/selftests/ftrace/tes

Re: [PATCH] selftests/ftrace: Introduce exit_pass and exit_fail

2017-10-31 Thread Masami Hiramatsu
On Tue, 31 Oct 2017 17:44:32 -0400 Steven Rostedt wrote: > On Tue, 31 Oct 2017 23:51:42 +0900 > Masami Hiramatsu wrote: > > > diff --git a/tools/testing/selftests/ftrace/test.d/kprobe/busy_check.tc > > b/tools/testing/selftests/ftrace/test.d/kprobe/busy_check.tc > > index 74507db8bbc8..b8701fa

Re: [PATCH] selftests/ftrace: Introduce exit_pass and exit_fail

2017-10-31 Thread Steven Rostedt
On Tue, 31 Oct 2017 23:51:42 +0900 Masami Hiramatsu wrote: > diff --git a/tools/testing/selftests/ftrace/test.d/kprobe/busy_check.tc > b/tools/testing/selftests/ftrace/test.d/kprobe/busy_check.tc > index 74507db8bbc8..b8701fa0b8f2 100644 > --- a/tools/testing/selftests/ftrace/test.d/kprobe/busy_

[PATCH] selftests/ftrace: Introduce exit_pass and exit_fail

2017-10-31 Thread Masami Hiramatsu
As same as other results, introduce exit_pass and exit_fail functions so that we can easily understand what will happen. Signed-off-by: Masami Hiramatsu --- tools/testing/selftests/ftrace/ftracetest |7 +++ .../selftests/ftrace/test.d/00basic/basic4.tc |2 +- .../selfte