linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: ftrace: fix typo in test report
@ 2024-02-01  8:25 Ali Zahraee
  2024-02-01  9:40 ` Kousik Sanagavarapu
  2024-02-06 13:35 ` Masami Hiramatsu
  0 siblings, 2 replies; 3+ messages in thread
From: Ali Zahraee @ 2024-02-01  8:25 UTC (permalink / raw)
  To: rostedt, mhiramat, mathieu.desnoyers, shuah
  Cc: Ali Zahraee, linux-kernel, linux-trace-kernel, linux-kselftest

This is just another trivial typo fix. The typo shows up in the final
report after tests are done.

Signed-off-by: Ali Zahraee <ahzahraee@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.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] selftests: ftrace: fix typo in test report
  2024-02-01  8:25 [PATCH] selftests: ftrace: fix typo in test report Ali Zahraee
@ 2024-02-01  9:40 ` Kousik Sanagavarapu
  2024-02-06 13:35 ` Masami Hiramatsu
  1 sibling, 0 replies; 3+ messages in thread
From: Kousik Sanagavarapu @ 2024-02-01  9:40 UTC (permalink / raw)
  To: Ali Zahraee; +Cc: linux-kernel, linux-trace-kernel, linux-kselftest

Hi,

Ali Zahraee <ahzahraee@gmail.com> wrote:

> This is just another trivial typo fix. The typo shows up in the final
> report after tests are done.
> 
> Signed-off-by: Ali Zahraee <ahzahraee@gmail.com>

I sent a patch regarding this already which has been acked,

	https://lore.kernel.org/linux-trace-kernel/20240129162841.57979-1-five231003@gmail.com/

Thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] selftests: ftrace: fix typo in test report
  2024-02-01  8:25 [PATCH] selftests: ftrace: fix typo in test report Ali Zahraee
  2024-02-01  9:40 ` Kousik Sanagavarapu
@ 2024-02-06 13:35 ` Masami Hiramatsu
  1 sibling, 0 replies; 3+ messages in thread
From: Masami Hiramatsu @ 2024-02-06 13:35 UTC (permalink / raw)
  To: Ali Zahraee
  Cc: rostedt, mathieu.desnoyers, shuah, linux-kernel,
	linux-trace-kernel, linux-kselftest

On Thu,  1 Feb 2024 09:25:57 +0100
Ali Zahraee <ahzahraee@gmail.com> wrote:

> This is just another trivial typo fix. The typo shows up in the final
> report after tests are done.
> 

Thanks, and that is already reported very recently.

https://lore.kernel.org/all/20240129162841.57979-1-five231003@gmail.com/

> Signed-off-by: Ali Zahraee <ahzahraee@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.34.1
> 


-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-06 13:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-01  8:25 [PATCH] selftests: ftrace: fix typo in test report Ali Zahraee
2024-02-01  9:40 ` Kousik Sanagavarapu
2024-02-06 13:35 ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).