Disable TSAN for rb_gc_mark_machine_context

Previously this was listed as a suppression, but we actually want this
permanently unsanitized. This should be faster and more reliable since
TASN won't have to match against symbolicated backtraces.
This commit is contained in:
John Hawthorn 2025-07-18 16:06:17 -07:00
parent 3ad2019259
commit 7f25b8f5fb
3 changed files with 11 additions and 4 deletions

View file

@ -1372,6 +1372,7 @@ AC_CHECK_HEADERS(process.h)
AC_CHECK_HEADERS(pwd.h)
AC_CHECK_HEADERS(sanitizer/asan_interface.h)
AC_CHECK_HEADERS(sanitizer/msan_interface.h)
AC_CHECK_HEADERS(sanitizer/tsan_interface.h)
AC_CHECK_HEADERS(setjmpex.h)
AC_CHECK_HEADERS(stdalign.h)
AC_CHECK_HEADERS(stdio.h)