From: Paul Floyd Date: Tue, 23 Dec 2025 18:01:27 +0000 (+0100) Subject: Darwin regtest: add prereq for massif/tests/pages_as_heap X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea251064d1a25a3be0bd3e8582520cf8d2ca5458;p=thirdparty%2Fvalgrind.git Darwin regtest: add prereq for massif/tests/pages_as_heap Darwin has brk() but all it does is return ENOMEM. --- diff --git a/massif/tests/pages_as_heap.vgtest b/massif/tests/pages_as_heap.vgtest index 480c6b6b5..56230ea9a 100644 --- a/massif/tests/pages_as_heap.vgtest +++ b/massif/tests/pages_as_heap.vgtest @@ -1,4 +1,4 @@ -prereq: test -e ./pages_as_heap +prereq: test -e ./pages_as_heap && ! ../../tests/os_test darwin prog: pages_as_heap vgopts: --stacks=no --time-unit=B --heap-admin=0 --pages-as-heap=yes --massif-out-file=massif.out --detailed-freq=3 vgopts: --ignore-fn=mmap