[LTP] [PATCH 3/3] ci/alpine.sh: Update list of incompatible tests
Petr Vorel
petr.vorel@gmail.com
Fri Nov 15 00:48:38 CET 2024
rt_tgsigqueueinfo01.c has been ported in previous commit.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
ci/alpine.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ci/alpine.sh b/ci/alpine.sh
index d2495c3895..2803cf9ffc 100755
--- a/ci/alpine.sh
+++ b/ci/alpine.sh
@@ -1,6 +1,6 @@
#!/bin/sh -eux
# SPDX-License-Identifier: GPL-2.0-or-later
-# Copyright (c) 2019-2022 Petr Vorel <petr.vorel@gmail.com>
+# Copyright (c) 2019-2024 Petr Vorel <petr.vorel@gmail.com>
apk update
@@ -34,7 +34,6 @@ echo "WARNING: remove unsupported tests (until they're fixed)"
cd $(dirname $0)/..
rm -rfv \
testcases/kernel/syscalls/fmtmsg/fmtmsg01.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
--
2.45.2
More information about the ltp
mailing list