diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-12-06 14:24:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-12-06 20:27:49 +0100 |
commit | c574def363c96aa38e8db4e8a03fa9ebcc41da7b (patch) | |
tree | 68e7ea35606ab9e7e44041b8292555b107490c35 /tsan-suppress.txt | |
parent | de9667d419bae2c03adf9a9c08b20cd519137cba (diff) |
update tsan suppressions
Change-Id: Ib91f900e93c10225769ba92f4d0819a4084f5847
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160390
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'tsan-suppress.txt')
-rw-r--r-- | tsan-suppress.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tsan-suppress.txt b/tsan-suppress.txt index 2c431f4da22d..e72f33ba5d13 100644 --- a/tsan-suppress.txt +++ b/tsan-suppress.txt @@ -17,6 +17,9 @@ deadlock:AffineBridge::v_callInto_v # Ignore stuff in external DBUS library. # Some kind of dbus lock issue when we call it from psp::CUPSManager. deadlock:_dbus_lock +race:g_dbus_connection_signal_unsubscribe +race:g_path_get_basename +race:g_date_time_format_iso8601 # inside an assert so I don't care. race:cppu::OWeakConnectionPoint::acquire |