more suppressions for TSAN
Change-Id: I96072bdacb805135f0c267a878181035c4b0d810 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119890 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
0cff1aa484
commit
8ed2207983
1 changed files with 12 additions and 0 deletions
|
@ -35,3 +35,15 @@ race:XBufferedThreadedStream::getNextBlock
|
|||
|
||||
# not introduced in stuff the embedded JVM does
|
||||
race:libjvm.so
|
||||
|
||||
# I think this is OK, because at this point we are doing
|
||||
# if (nRefCount > 1)
|
||||
# and we know from our callers that the refcount must be at least one
|
||||
# so there is no failure mode
|
||||
race:ireallocSequence
|
||||
|
||||
# TODO There appears to be a race here, initialisng the
|
||||
# ::com::sun::star::uno::Sequence< T >::s_pType
|
||||
# field. But no idea at all how to fix it.
|
||||
race:cppu::getTypeFavourUnsigned
|
||||
|
||||
|
|
Loading…
Reference in a new issue