[Lldb-commits] [PATCH] D114444: [lldb] Deflake TestTsanBasic.py
Dmitry Vyukov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 23 08:54:40 PST 2021
dvyukov added a comment.
In D114444#3148963 <https://reviews.llvm.org/D114444#3148963>, @melver wrote:
> Would using `__tsan_testonly_barrier` be appropriate here? If it's not meant to use any tricks to achieve the race then I guess retrying a bunch of times is fine.
I did not want to leak this internal interface from tsan tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114444/new/
https://reviews.llvm.org/D114444
More information about the lldb-commits
mailing list