Re: [PATCH 11/15] Add tests/thread-safety-subr.sh

2025-01-24 Thread Mark Wielaard
Hi Aaron, On Sun, 2025-01-19 at 22:20 -0500, Aaron Merey wrote: > thread-safety-subr.sh contains subroutine check_thread_safety_enabled > which skips further testing when either USE_LOCKS is false or when > attempting to use valgrind with address or memory sanitizer enabled. > > * tests/Mak

[PATCH 11/15] Add tests/thread-safety-subr.sh

2025-01-19 Thread Aaron Merey
thread-safety-subr.sh contains subroutine check_thread_safety_enabled which skips further testing when either USE_LOCKS is false or when attempting to use valgrind with address or memory sanitizer enabled. * tests/Makefile.am (EXTRA_DIST): Add thread-safety-subr.sh. * tests/thread-