All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xiao Yang <yangx.jy@cn.fujitsu.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] syscalls/socketcall: Use TCONF instead of TPASS
Date: Thu, 23 Jan 2020 13:16:53 +0800	[thread overview]
Message-ID: <5E292C45.2010604@cn.fujitsu.com> (raw)
In-Reply-To: <1579754906-7837-1-git-send-email-xuyang2018.jy@cn.fujitsu.com>

Hi Xu,

All of them are simple tests.
I perfer to convert to new library along with the minor fix. :-)

Thanks,
Xiao Yang
On 2020/1/23 12:48, Yang Xu wrote:
> Signed-off-by: Yang Xu<xuyang2018.jy@cn.fujitsu.com>
> ---
>   testcases/kernel/syscalls/socketcall/socketcall02.c | 2 +-
>   testcases/kernel/syscalls/socketcall/socketcall03.c | 2 +-
>   testcases/kernel/syscalls/socketcall/socketcall04.c | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/testcases/kernel/syscalls/socketcall/socketcall02.c b/testcases/kernel/syscalls/socketcall/socketcall02.c
> index cec0246a6..7574782ff 100644
> --- a/testcases/kernel/syscalls/socketcall/socketcall02.c
> +++ b/testcases/kernel/syscalls/socketcall/socketcall02.c
> @@ -156,7 +156,7 @@ int TST_TOTAL = 0;
>
>   int main(void)
>   {
> -	tst_resm(TPASS, "socket call test on this architecture disabled.");
> +	tst_resm(TCONF, "socket call test on this architecture disabled.");
>   	tst_exit();
>   }
>
> diff --git a/testcases/kernel/syscalls/socketcall/socketcall03.c b/testcases/kernel/syscalls/socketcall/socketcall03.c
> index 244a28678..d6c082c21 100644
> --- a/testcases/kernel/syscalls/socketcall/socketcall03.c
> +++ b/testcases/kernel/syscalls/socketcall/socketcall03.c
> @@ -174,7 +174,7 @@ int TST_TOTAL = 0;
>
>   int main(void)
>   {
> -	tst_resm(TPASS, "socket call test on this architecture disabled.");
> +	tst_resm(TCONF, "socket call test on this architecture disabled.");
>   	tst_exit();
>   }
>
> diff --git a/testcases/kernel/syscalls/socketcall/socketcall04.c b/testcases/kernel/syscalls/socketcall/socketcall04.c
> index 584c8f37a..c498b6e74 100644
> --- a/testcases/kernel/syscalls/socketcall/socketcall04.c
> +++ b/testcases/kernel/syscalls/socketcall/socketcall04.c
> @@ -167,7 +167,7 @@ int TST_TOTAL = 0;
>
>   int main(void)
>   {
> -	tst_resm(TPASS, "socket call test on this architecture disabled.");
> +	tst_resm(TCONF, "socket call test on this architecture disabled.");
>   	tst_exit();
>   }
>




  reply	other threads:[~2020-01-23  5:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-23  4:48 [LTP] [PATCH] syscalls/socketcall: Use TCONF instead of TPASS Yang Xu
2020-01-23  5:16 ` Xiao Yang [this message]
2020-01-23  5:40   ` Yang Xu
2020-01-23 10:24   ` Cyril Hrubis
2020-01-23 10:21 ` Cyril Hrubis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5E292C45.2010604@cn.fujitsu.com \
    --to=yangx.jy@cn.fujitsu.com \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.