[PATCH] auto filter aio tests of libc can't support aio

2019-03-18 Thread Vineet Gupta
uClibc-ng lacks libaio.h and thus LTP UCLIBC=1 builds need to filter out aio tests which it currently doesn't. FWIW the tests sources themselves use a slightly different guard HAVE_LIBAIO (while autotool generate HAVE_LIBAIO_H). Anyhow that seems pointless as aio tests should not even build of lib

[PATCH v2] autodetect fts support and tests depending on it

2019-03-18 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- configure.ac | 1 + testcases/kernel/controllers/Makefile | 6 ++ 2 files changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index e002c248eab2..10b2f6b1e43b 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,7 @@

Re: [LTP] [PATCH] cpuset: disable for UCLIBC

2019-03-18 Thread Petr Vorel
Hi Vineet, > >> libcpuset.c relies on FTS which is not enabled by default on uClibc. > >> Instead of needing to reconfigure, rebuild uClibc lets disable this test > >> for uClibc > > Which uClibc version are you using? > > Both uClibc and uclibc-ng has it [1] since 2011, version v0.9.32, in commit

Re: [LTP] [PATCH] cpuset: disable for UCLIBC

2019-03-18 Thread Vineet Gupta
On 3/14/19 3:01 AM, Petr Vorel wrote: > Hi Vineet, > >> libcpuset.c relies on FTS which is not enabled by default on uClibc. >> Instead of needing to reconfigure, rebuild uClibc lets disable this test >> for uClibc > Which uClibc version are you using? > Both uClibc and uclibc-ng has it [1] since