odyaka341 / thread-sanitizer

Automatically exported from code.google.com/p/thread-sanitizer
0 stars 0 forks source link

start testing tsan in c++11 mode with c++11 threading #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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)

Original issue reported on code.google.com by konstant...@gmail.com on 18 Feb 2014 at 8:42

GoogleCodeExporter commented 9 years ago
Any updates on this?
What's the status of libc++ instrumentation?

Original comment by dvyu...@google.com on 24 Apr 2014 at 12:20

GoogleCodeExporter commented 9 years ago
Here is another similar bug (and test case):
http://llvm.org/bugs/show_bug.cgi?id=18611

Original comment by dvyu...@google.com on 24 Apr 2014 at 3:19

GoogleCodeExporter commented 9 years ago
Alexey, ping.

Original comment by dvyu...@google.com on 7 May 2014 at 8:58

GoogleCodeExporter commented 9 years ago
Ack. Hope to do it this week.

Original comment by samso...@google.com on 7 May 2014 at 11:51

GoogleCodeExporter commented 9 years ago
r208737

Original comment by samso...@google.com on 13 May 2014 at 10:37