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

New commits:
commit e02349160012837dd2b8d330e474b2da7cec7dc9
Author:     Noel Grandin <[email protected]>
AuthorDate: Thu Jul 11 09:45:44 2024 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Thu Jul 11 13:04:30 2024 +0200

    update tsan suppressions
    
    Change-Id: Idf0a98869e46de08165aacb7f3836b0d6c3dffcf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170335
    Reviewed-by: Noel Grandin <[email protected]>
    Tested-by: Jenkins

diff --git a/tsan-suppress.txt b/tsan-suppress.txt
index 0f31634eb2c7..22bbfc355fc0 100644
--- a/tsan-suppress.txt
+++ b/tsan-suppress.txt
@@ -117,3 +117,7 @@ race:cppu::getTypeEntries
 # generated code
 race:typelib_typedescription_newEmpty
 race:typelib_typedescriptionreference_getByName
+
+# harmless race where two fields are sharing an address slot/word
+race:ScFormulaCell::GetMatrixFlag
+race:ScFormulaCell::InterpretTail

Reply via email to