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>
This commit is contained in:
parent
de9667d419
commit
c574def363
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue