https://bugs.kde.org/show_bug.cgi?id=502679
--- Comment #12 from Mark Wielaard <m...@klomp.org> --- (In reply to Mark Wielaard from comment #11) > Currently there are 1472 test binaries and running them all (serially) > takes more than three hours and detects various missing or incomplete > syscall handlers in valgrind, plus various crashers. commit ca5a8e303b8bef7baccfc28ff8b46b65ceb50708 Author: Mark Wielaard <m...@klomp.org> Date: Fri Apr 18 12:22:29 2025 +0200 Add auxprogs/ltp-excludes.txt There are a couple of ltp testcases that take a very long time to run (under valgrind). Add a file auxprogs/ltp-excludes.txt that is used to exclude them from a make ltpchecks run, containing 10 tests: bind06 epoll-ltp inotify09 msgstress01 sendmsg03 setsockopt06 setsockopt07 signal05 signal06 timerfd_settime02 Excluding these 10 tests brings the execution time of make ltpchecks down to ~45 minutes. -- You are receiving this mail because: You are watching all bug changes.