From d4c6657888d9ba46c3a945345e8c56b637178a3b Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Fri, 31 Jan 2025 13:40:08 -0800 Subject: [PATCH] Add additional tsan suppressions for races. These were found in https://github.com/jax-ml/jax/actions/runs/13072427817/job/36476819907 and reported in https://github.com/python/cpython/issues/129533 and https://github.com/python/cpython/issues/128714. --- .github/workflows/tsan-suppressions.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tsan-suppressions.txt b/.github/workflows/tsan-suppressions.txt index 8ff7996de5b5..836a990c2aad 100644 --- a/.github/workflows/tsan-suppressions.txt +++ b/.github/workflows/tsan-suppressions.txt @@ -34,6 +34,11 @@ race:py_digest_by_name # https://github.com/python/cpython/issues/128714 race:func_get_annotations +race:type_get_annotations + +# https://github.com/python/cpython/issues/129533 +race:PyGC_Disable +race:PyGC_Enable # Races because the LAPACK and BLAS in our scipy isn't TSAN instrumented. race:heevd_ffi