tsan-suppress.txt | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit 6c0f772aedf505460812b76403583bcde6b9a903
Author: Noel Grandin <[email protected]>
AuthorDate: Mon Aug 28 11:23:39 2023 +0200
Commit: Noel Grandin <[email protected]>
CommitDate: Mon Aug 28 14:33:10 2023 +0200
fix duplicate I introduced to tsan-suppress
Change-Id: I24f6c9667bbe66c510fbed7a0dd60e9490cb93b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156187
Tested-by: Jenkins
Reviewed-by: Noel Grandin <[email protected]>
diff --git a/tsan-suppress.txt b/tsan-suppress.txt
index 2d1c1e3b7c8a..e1eb43c0a772 100644
--- a/tsan-suppress.txt
+++ b/tsan-suppress.txt
@@ -77,11 +77,6 @@ race:malloc
race:free
race:close
-# Not interested in deadlock issues when they involve the shutdown path
-# - the shutdown path is special, so if we see a lock-ordering here that
conflicts with
-# a "normal" lock-ordering path, that is highly unlikely to result in a real
issue.
-deadlock:DeInitVCL
-
# There is a lock-cycle here, together with the mutexes acquired in
# SvtSysLocaleOptions::SvtSysLocaleOptions
# SvtSysLocale::SvtSysLocale