[Libreoffice-commits] core.git: tsan-suppress.txt

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 5 10:29:16 UTC 2021


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

New commits:
commit e3169a559505f911fb30580ed34ddfe0a36f2a17
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Thu Aug 5 10:07:38 2021 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Aug 5 12:28:40 2021 +0200

    more TSAN suppressions
    
    Change-Id: Ia6233812551211f837384751b043e3823cd29843
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120061
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/tsan-suppress.txt b/tsan-suppress.txt
index 82252cdf212f..66153afa6894 100644
--- a/tsan-suppress.txt
+++ b/tsan-suppress.txt
@@ -47,3 +47,10 @@ race:ireallocSequence
 # field. But no idea at all how to fix it.
 race:cppu::getTypeFavourUnsigned
 
+
+# This is all inside GIO/Glib, no idea what it is doing
+#
+race:slab_allocator_alloc_chunk
+race:g_source_destroy_internal
+race:g_source_unref_internal
+race:g_task_finalize


More information about the Libreoffice-commits mailing list