]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
FreeBSD regtest: add a prereq for bug452274
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 12 Oct 2025 11:29:45 +0000 (13:29 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 12 Oct 2025 11:29:45 +0000 (13:29 +0200)
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).

none/tests/freebsd/bug452274.vgtest

index 30b1179a61611ed981bb48f7bf4c314932085b86..23092b138121edcb658a45920490559c7618720d 100644 (file)
@@ -1,3 +1,4 @@
+prereq: [ `sysctl -n kern.vm_guest` = "none" ]
 prog: bug452274
 vgopts: -q
 stderr_filter: filter_452274