tsan-suppress.txt |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 3b560515604931039a903c87d8ac78d667d10712
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Tue Jul 9 15:49:14 2024 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Wed Jul 10 12:47:48 2024 +0200

    add more tsan suppression
    
    Change-Id: I8d937e098fb422c3bf12ef0fa51cb48337e0b0c0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170274
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>
    Tested-by: Jenkins

diff --git a/tsan-suppress.txt b/tsan-suppress.txt
index 852ab8ac14fc..0f31634eb2c7 100644
--- a/tsan-suppress.txt
+++ b/tsan-suppress.txt
@@ -111,3 +111,9 @@ race:LanguageTag::
 
 # harmless race on m_storedTypeRefs
 race:cppu::getTypeEntries
+
+# double-checked locking in our 
+#    inline ::css::uno::Type const & cppu_detail_getUnoType(css:uno:Foo const 
*)
+# generated code
+race:typelib_typedescription_newEmpty
+race:typelib_typedescriptionreference_getByName

Reply via email to