From 25c4dfcabca5619445d2574ca58622a48bd525ed Mon Sep 17 00:00:00 2001 From: Arkadiusz Bokowy Date: Tue, 8 Nov 2022 11:58:55 +0100 Subject: [PATCH] Temporary hack to suppress TSAN false positive warning --- scripts/tests/chiptest/tsan-linux-suppressions.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/tests/chiptest/tsan-linux-suppressions.txt b/scripts/tests/chiptest/tsan-linux-suppressions.txt index e5f8cec28d51ee..4229e9021cef1e 100644 --- a/scripts/tests/chiptest/tsan-linux-suppressions.txt +++ b/scripts/tests/chiptest/tsan-linux-suppressions.txt @@ -8,3 +8,7 @@ # See https://github.com/project-chip/connectedhomeip/issues/14710 for # addressing this. called_from_lib:libglib + +# NOTE: This change will allow PR #45045 to be merged. In the future this whole +# suppression file will be removed anyway (when PR #23529 will get merged). +race:g_main_context_dispatch