public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Li Wang <liwang@redhat.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 0/6] rewrite exec() family tests to newlib
Date: Wed,  8 Aug 2018 13:54:28 +0800	[thread overview]
Message-ID: <20180808055434.26293-1-liwang@redhat.com> (raw)

This patch set are base on Cyril's new patch(lib: Fix result propagation after exec() + tst_reinit())
to rewrite all exec[lvpe] testcase in new API. 

Change Log:

  exec[lv]e01: Put IPC_ENV_VAR in envp[] to propagate environment vairiable
               to child in execve().

  execve05: Verify execve(2) system call by spawning a few(nchild) children,
            each of which would execute "execve_child" at the same instant
            when the last forked child mark "start" in a share memory area.

New test pass on x86_64 with kernel-4.18-rc8:

Test Start Time: Wed Aug  8 01:45:06 2018
-----------------------------------------
Testcase                       Result     Exit Value
--------                       ------     ----------
execl01                        PASS       0
execle01                       PASS       0
execlp01                       PASS       0
execv01                        PASS       0
execve01                       PASS       0
execve02                       PASS       0
execve03                       PASS       0
execve04                       PASS       0
execve05                       PASS       0
execvp01                       PASS       0

-----------------------------------------------
Total Tests: 10
Total Skipped Tests: 0
Total Failures: 0
Kernel Version: 4.18.0-rc8
Machine Architecture: x86_64

New test pass on ppc64 with kernel-4.18-rc7:

Test Start Time: Wed Aug  8 01:49:33 2018
-----------------------------------------
Testcase                       Result     Exit Value
--------                       ------     ----------
execl01                        PASS       0
execle01                       PASS       0
execlp01                       PASS       0
execv01                        PASS       0
execve01                       PASS       0
execve02                       PASS       0
execve03                       PASS       0
execve04                       PASS       0
execve05                       PASS       0
execvp01                       PASS       0

-----------------------------------------------
Total Tests: 10
Total Skipped Tests: 0
Total Failures: 0
Kernel Version: 4.18.0-rc7
Machine Architecture: ppc64

-- 
2.9.5


             reply	other threads:[~2018-08-08  5:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-08  5:54 Li Wang [this message]
2018-08-08  5:54 ` [LTP] [PATCH 1/6] execl: rewrite to newlib Li Wang
2018-08-08  5:54 ` [LTP] [PATCH 2/6] execle: " Li Wang
2018-08-08  5:54 ` [LTP] [PATCH 3/6] execlp: " Li Wang
2018-08-08  5:54 ` [LTP] [PATCH 4/6] execv: " Li Wang
2018-08-08  5:54 ` [LTP] [PATCH 5/6] execvp: " Li Wang
2018-08-08  5:54 ` [LTP] [PATCH 6/6] execve: " Li Wang
2018-08-08 13:03   ` Cyril Hrubis
2018-08-08 12:36 ` [LTP] [PATCH 0/6] rewrite exec() family tests " Cyril Hrubis
2018-08-09  4:59   ` Li Wang

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=20180808055434.26293-1-liwang@redhat.com \
    --to=liwang@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox