You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tsan currently produces false positives in c++11 mode if the c++ library is not instrumented.
One such case is discussed here:
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2014-February/035408.html
We need:
1. Start building instrumented libcxx as part of the tsan build
2. Add lit tests that use c++11 threading (like the one above)
Reported by konstantin.s.serebryany on 2014-02-18 08:42:59