Re: [PATCH v8 2/6] tests: support waitpid

2019-03-05 Thread Pekka Paalanen
On Mon, 4 Mar 2019 22:21:44 +0200 Leonid Bobrov wrote: > You know, I think this whole patch is silly, because waitid() is part of > POSIX, FreeBSD and NetBSD implement it while OpenBSD and DragonFly BSD > don't. I'll ask OpenBSD upstream to merge NetBSD's implementation and > DragonFly BSD

Re: [PATCH v8 2/6] tests: support waitpid

2019-03-04 Thread Leonid Bobrov
You know, I think this whole patch is silly, because waitid() is part of POSIX, FreeBSD and NetBSD implement it while OpenBSD and DragonFly BSD don't. I'll ask OpenBSD upstream to merge NetBSD's implementation and DragonFly BSD upstream to merge FreeBSD's implementation. OpenBSD aims

Re: [PATCH v8 2/6] tests: support waitpid

2019-03-04 Thread Pekka Paalanen
On Wed, 27 Feb 2019 21:13:09 +0200 Leonid Bobrov wrote: > From: Vadim Zhukov > > *BSD don't have waitid() Hi Leonid, many details to fix here. This patch breaks all tests that use the runner on Linux. > > Co-authored-by: Koop Mast > Signed-off-by: Leonid Bobrov > --- > configure.ac

[PATCH v8 2/6] tests: support waitpid

2019-02-27 Thread Leonid Bobrov
From: Vadim Zhukov *BSD don't have waitid() Co-authored-by: Koop Mast Signed-off-by: Leonid Bobrov --- configure.ac| 4 tests/test-compositor.c | 25 +++-- tests/test-runner.c | 29 - 3 files changed, 55 insertions(+), 3