diff mbox series

[1/1] ltp: Update list of tests not buildable on musl

Message ID 20220902223112.972210-1-pevik@seznam.cz
State Accepted, archived
Commit 0f645327f6df8c86fe3d6e25f7c88c5b5ccd55e5
Headers show
Series [1/1] ltp: Update list of tests not buildable on musl | expand

Commit Message

Petr Vorel Sept. 2, 2022, 10:31 p.m. UTC
From: Petr Vorel <petr.vorel@gmail.com>

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>
---
 meta/recipes-extended/ltp/ltp_20220527.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Khem Raj Sept. 3, 2022, 12:11 a.m. UTC | #1
On Fri, Sep 2, 2022 at 3:31 PM Petr Vorel <pevik@seznam.cz> wrote:
>
> From: Petr Vorel <petr.vorel@gmail.com>
>
> 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)
>


lgtm

> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> ---
>  meta/recipes-extended/ltp/ltp_20220527.bb | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/meta/recipes-extended/ltp/ltp_20220527.bb b/meta/recipes-extended/ltp/ltp_20220527.bb
> index 00ff906ded..b657a6adb1 100644
> --- a/meta/recipes-extended/ltp/ltp_20220527.bb
> +++ b/meta/recipes-extended/ltp/ltp_20220527.bb
> @@ -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"
>
> --
> 2.37.2
>
diff mbox series

Patch

diff --git a/meta/recipes-extended/ltp/ltp_20220527.bb b/meta/recipes-extended/ltp/ltp_20220527.bb
index 00ff906ded..b657a6adb1 100644
--- a/meta/recipes-extended/ltp/ltp_20220527.bb
+++ b/meta/recipes-extended/ltp/ltp_20220527.bb
@@ -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"