public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/6] rewrite exec() family tests to newlib
@ 2018-08-08  5:54 Li Wang
  2018-08-08  5:54 ` [LTP] [PATCH 1/6] execl: rewrite " Li Wang
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Li Wang @ 2018-08-08  5:54 UTC (permalink / raw)
  To: ltp

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


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

end of thread, other threads:[~2018-08-09  4:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-08  5:54 [LTP] [PATCH 0/6] rewrite exec() family tests to newlib Li Wang
2018-08-08  5:54 ` [LTP] [PATCH 1/6] execl: rewrite " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox