|
From: Paul F. <pa...@so...> - 2023-05-06 05:30:54
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=c324a6b1396e9e3827e4625616fc75c6d926a772 commit c324a6b1396e9e3827e4625616fc75c6d926a772 Author: Paul Floyd <pj...@wa...> Date: Sat May 6 07:28:51 2023 +0200 FreeBSD: deactivate helgrind/tests/tls_threads No libc tunable, and I haven't seen any way to hack the libc internals via debuginfo as was previously done on Linux. Diff: --- helgrind/tests/tls_threads.vgtest | 1 + 1 file changed, 1 insertion(+) diff --git a/helgrind/tests/tls_threads.vgtest b/helgrind/tests/tls_threads.vgtest index 5fb4587372..aea30e565a 100644 --- a/helgrind/tests/tls_threads.vgtest +++ b/helgrind/tests/tls_threads.vgtest @@ -1,2 +1,3 @@ +prereq: ! ../../tests/os_test freebsd prog: tls_threads vgopts: -q --sim-hints=no-nptl-pthread-stackcache |