start testing tsan in c++11 mode with c++11 threading · Issue #455 · google/sanitizers (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
Originally reported on Google Code with ID 48
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