From: Paul Floyd Date: Sun, 24 Aug 2025 16:34:04 +0000 (+0200) Subject: Darwin regtest: turn off ada mangling test X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;p=thirdparty%2Fvalgrind.git Darwin regtest: turn off ada mangling test On Darwin clang adds an underscore to mangle C functions which interferes with this testcase which tries to fake ada mangling in C. --- diff --git a/memcheck/tests/bug445235_ada_demangle.vgtest b/memcheck/tests/bug445235_ada_demangle.vgtest index d8d263351..09f77b78b 100644 --- a/memcheck/tests/bug445235_ada_demangle.vgtest +++ b/memcheck/tests/bug445235_ada_demangle.vgtest @@ -1,2 +1,5 @@ +# on macOS the C compiler adds more manging which fouls up +# this test which relies on faking ada mangling in a C binary +prereq: ! ../../tests/os_test darwin prog: bug445235_ada_demangle vgopts: -q