From: Paul Floyd Date: Sun, 12 Oct 2025 11:29:45 +0000 (+0200) Subject: FreeBSD regtest: add a prereq for bug452274 X-Git-Tag: VALGRIND_3_26_0~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a5028313b6ff0462b77318b250ed31a2b069510;p=thirdparty%2Fvalgrind.git FreeBSD regtest: add a prereq for bug452274 This test tends to hang when running in a VM. The problem is that the test spams both syscalls (write) and signals (SIGVTALRM from setitimer). The test halts after 100 signals have been handled. Under VirtualBox the timer signals get starved by the syscalls and the limit of 100 doesn't get reached (at least not in any reasonable amount of time). --- diff --git a/none/tests/freebsd/bug452274.vgtest b/none/tests/freebsd/bug452274.vgtest index 30b1179a6..23092b138 100644 --- a/none/tests/freebsd/bug452274.vgtest +++ b/none/tests/freebsd/bug452274.vgtest @@ -1,3 +1,4 @@ +prereq: [ `sysctl -n kern.vm_guest` = "none" ] prog: bug452274 vgopts: -q stderr_filter: filter_452274