[PATCH] D22921: [asan] Reduce flakiness of heavy recovery mode tests.

Yury Gribov via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 09:39:24 PDT 2016


ygribov added a comment.

> Ideally, this race in ScopedInErrorReport should be eliminated


I tried to do this once but failed. Note that race only happens when recoverable mode is enabled and two threads try to print error message at the same time. In that case the race may happen but won't cause any error - it'll just terminate execution with informative message.


Repository:
  rL LLVM

https://reviews.llvm.org/D22921





More information about the llvm-commits mailing list