[Lldb-commits] [PATCH] D114444: [lldb] Deflake TestTsanBasic.py

Marco Elver via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 23 08:13:25 PST 2021


melver accepted this revision.
melver added a comment.
This revision is now accepted and ready to land.

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.


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