diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-05 10:07:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-05 12:28:40 +0200 |
commit | e3169a559505f911fb30580ed34ddfe0a36f2a17 (patch) | |
tree | 4f138e6e84b1ec79ee99ec2a6178e569c1733cf7 /tsan-suppress.txt | |
parent | c376b2428718a48ce4283fe002c0d493bfe1232e (diff) |
more TSAN suppressions
Change-Id: Ia6233812551211f837384751b043e3823cd29843
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120061
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'tsan-suppress.txt')
-rw-r--r-- | tsan-suppress.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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 |