diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-09 15:49:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-10 12:47:48 +0200 |
commit | 3b560515604931039a903c87d8ac78d667d10712 (patch) | |
tree | 86ed763b2c47ff9ba5bfc7f2894074562fa66567 | |
parent | 875997c8962da7f6b72950b201186a19b3c20d3a (diff) |
add more tsan suppression
Change-Id: I8d937e098fb422c3bf12ef0fa51cb48337e0b0c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170274
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
-rw-r--r-- | tsan-suppress.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 |