Skip to content

Commit

Permalink
ci/alpine.sh: Update list of incompatible tests
Browse files Browse the repository at this point in the history
rt_tgsigqueueinfo01.c has been ported in previous commit.

Link: https://lore.kernel.org/ltp/[email protected]/
Reviewed-by: Cyril Hrubis <[email protected]>
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Dec 3, 2024
1 parent 6e1c83e commit 6aa2115
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/alpine.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -eux
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (c) 2019-2022 Petr Vorel <[email protected]>
# Copyright (c) 2019-2024 Petr Vorel <[email protected]>

apk update

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6aa2115

Please sign in to comment.