* [PATCH] selftest/ftrace: fix typo in ftracetest script
@ 2024-01-29 16:28 Kousik Sanagavarapu
2024-01-31 14:52 ` Masami Hiramatsu
0 siblings, 1 reply; 3+ messages in thread
From: Kousik Sanagavarapu @ 2024-01-29 16:28 UTC (permalink / raw)
To: linux-kernel, linux-trace-kernel, linux-kselftest
Cc: Steven Rostedt, Masami Hiramatsu, Mathieu Desnoyers, Shuah Khan,
Kousik Sanagavarapu
Fix a typo in ftracetest script which is run when running the kselftests
for ftrace.
s/faii/fail
Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com>
---
tools/testing/selftests/ftrace/ftracetest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/ftrace/ftracetest b/tools/testing/selftests/ftrace/ftracetest
index c778d4dcc17e..25d4e0fca385 100755
--- a/tools/testing/selftests/ftrace/ftracetest
+++ b/tools/testing/selftests/ftrace/ftracetest
@@ -504,7 +504,7 @@ prlog "# of undefined(test bug): " `echo $UNDEFINED_CASES | wc -w`
if [ "$KTAP" = "1" ]; then
echo -n "# Totals:"
echo -n " pass:"`echo $PASSED_CASES | wc -w`
- echo -n " faii:"`echo $FAILED_CASES | wc -w`
+ echo -n " fail:"`echo $FAILED_CASES | wc -w`
echo -n " xfail:"`echo $XFAILED_CASES | wc -w`
echo -n " xpass:0"
echo -n " skip:"`echo $UNTESTED_CASES $UNSUPPORTED_CASES | wc -w`
--
2.43.0.443.g6965527da0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] selftest/ftrace: fix typo in ftracetest script
2024-01-29 16:28 [PATCH] selftest/ftrace: fix typo in ftracetest script Kousik Sanagavarapu
@ 2024-01-31 14:52 ` Masami Hiramatsu
2024-02-20 21:41 ` Shuah Khan
0 siblings, 1 reply; 3+ messages in thread
From: Masami Hiramatsu @ 2024-01-31 14:52 UTC (permalink / raw)
To: Kousik Sanagavarapu
Cc: linux-kernel, linux-trace-kernel, linux-kselftest, Steven Rostedt,
Masami Hiramatsu, Mathieu Desnoyers, Shuah Khan
Hi,
On Mon, 29 Jan 2024 21:58:07 +0530
Kousik Sanagavarapu <five231003@gmail.com> wrote:
> Fix a typo in ftracetest script which is run when running the kselftests
> for ftrace.
>
> s/faii/fail
>
Thanks, this looks obvious typo.
> Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com>
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Fixes: dbcf76390eb9 ("selftests/ftrace: Improve integration with kselftest runner")
Shuah, can you pick this to your branch?
Thank you,
> ---
> tools/testing/selftests/ftrace/ftracetest | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/ftrace/ftracetest b/tools/testing/selftests/ftrace/ftracetest
> index c778d4dcc17e..25d4e0fca385 100755
> --- a/tools/testing/selftests/ftrace/ftracetest
> +++ b/tools/testing/selftests/ftrace/ftracetest
> @@ -504,7 +504,7 @@ prlog "# of undefined(test bug): " `echo $UNDEFINED_CASES | wc -w`
> if [ "$KTAP" = "1" ]; then
> echo -n "# Totals:"
> echo -n " pass:"`echo $PASSED_CASES | wc -w`
> - echo -n " faii:"`echo $FAILED_CASES | wc -w`
> + echo -n " fail:"`echo $FAILED_CASES | wc -w`
> echo -n " xfail:"`echo $XFAILED_CASES | wc -w`
> echo -n " xpass:0"
> echo -n " skip:"`echo $UNTESTED_CASES $UNSUPPORTED_CASES | wc -w`
> --
> 2.43.0.443.g6965527da0
>
>
--
Masami Hiramatsu (Google) <mhiramat@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] selftest/ftrace: fix typo in ftracetest script
2024-01-31 14:52 ` Masami Hiramatsu
@ 2024-02-20 21:41 ` Shuah Khan
0 siblings, 0 replies; 3+ messages in thread
From: Shuah Khan @ 2024-02-20 21:41 UTC (permalink / raw)
To: Masami Hiramatsu (Google), Kousik Sanagavarapu
Cc: linux-kernel, linux-trace-kernel, linux-kselftest, Steven Rostedt,
Mathieu Desnoyers, Shuah Khan, Shuah Khan
On 1/31/24 07:52, Masami Hiramatsu (Google) wrote:
> Hi,
>
> On Mon, 29 Jan 2024 21:58:07 +0530
> Kousik Sanagavarapu <five231003@gmail.com> wrote:
>
>> Fix a typo in ftracetest script which is run when running the kselftests
>> for ftrace.
>>
>> s/faii/fail
>>
>
> Thanks, this looks obvious typo.
>
>> Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com>
>
> Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
> Fixes: dbcf76390eb9 ("selftests/ftrace: Improve integration with kselftest runner")
>
>
> Shuah, can you pick this to your branch?
>
Applied to linux-kselftest next for Linux 6.9
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-20 21:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 16:28 [PATCH] selftest/ftrace: fix typo in ftracetest script Kousik Sanagavarapu
2024-01-31 14:52 ` Masami Hiramatsu
2024-02-20 21:41 ` Shuah Khan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox