]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ltp: Update list of tests not buildable on musl
authorPetr Vorel <petr.vorel@gmail.com>
Fri, 2 Sep 2022 22:31:12 +0000 (00:31 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Sep 2022 07:53:20 +0000 (08:53 +0100)
These tests are working on musl, thus not deleted:

* getcontext01.c
fixed for musl during conversion to the new API in 20220527
(commit 0f519d0da)

* ebizzy-0.3
fixed in 20200930 (commit 967612c45)

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/ltp/ltp_20220527.bb

index 00ff906dedd255f344b63f00747f1c3ec00471a4..b657a6adb104f681ef27427891397a57ef83e7d3 100644 (file)
@@ -150,13 +150,11 @@ remove_broken_musl_sources() {
        # sync with upstream
        # https://github.com/linux-test-project/ltp/blob/master/ci/alpine.sh#L33
        rm -rfv \
-               testcases/kernel/syscalls/confstr/confstr01.c \
                testcases/kernel/syscalls/fmtmsg/fmtmsg01.c \
                testcases/kernel/syscalls/getcontext/getcontext01.c \
                testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c \
                testcases/kernel/syscalls/timer_create/timer_create01.c \
-               testcases/kernel/syscalls/timer_create/timer_create03.c \
-               utils/benchmark/ebizzy-0.3
+               testcases/kernel/syscalls/timer_create/timer_create03.c
 }
 do_patch[postfuncs] += "remove_broken_musl_sources"