mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
This update adds following ppc64le and s390x syswraps: - sys_msgctl - sys_semctl - sys_semtimedop - sys_sethostname - sys_shmctl - sys_sigpending - sys_stime This update adds following ppc64le syswraps: - sys_setns This update adds following s390x syswraps: - sys_bpf Blacklist the shmctl05, as it is a long running one. It does pass on all architectures afaics, but needs a relatively high LTP_TIMEOUT_MUL setting. So, let's skip that one. https://bugs.kde.org/show_bug.cgi?id=509642 https://bugs.kde.org/show_bug.cgi?id=509643
41 lines
938 B
Plaintext
41 lines
938 B
Plaintext
# Exclude the following syscall tests because they are too slow:
|
|
bind06
|
|
epoll-ltp
|
|
fork13
|
|
fork14
|
|
futex_cmp_requeue01
|
|
futex_cmp_requeue02
|
|
inotify09
|
|
msgstress01
|
|
pidfd_send_signal01
|
|
pidfd_send_signal02
|
|
pidfd_send_signal03
|
|
sendmsg03
|
|
setsockopt06
|
|
setsockopt07
|
|
signal05
|
|
signal06
|
|
timerfd_settime02
|
|
# The following fcntl syscall tests time out, need at least
|
|
# LTP_TIMEOUT_MUL=5 when run under memcheck
|
|
fcntl14
|
|
fcntl14_64
|
|
fcntl34
|
|
fcntl34_64
|
|
fcntl36
|
|
fcntl36_64
|
|
# Tests fail because valgrind only supports a limited number
|
|
# of clone flags.
|
|
clone08
|
|
close_range02
|
|
kcmp03
|
|
# Test fails because it tests something valgrind doesn't support:
|
|
# We don't have fastbins so smblks & fsmblks are always 0. Also we
|
|
# don't have a separate mmap allocator so set hblks & hblkhd to 0.
|
|
mallinfo02
|
|
mallinfo2_01
|
|
# The shmctl05 testcase is a long running one. It does pass with
|
|
# LTP_TIMEOUT_MUL set to some relatively high value. Let's just
|
|
# skip it here.
|
|
shmctl05
|