Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ramosian-glider opened this issue Sep 1, 2015 · 6 comments
Closed

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

ramosian-glider opened this issue Sep 1, 2015 · 6 comments

Comments

@ramosian-glider
Copy link
Member

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

@ramosian-glider
Copy link
Member Author

Any updates on this?
What's the status of libc++ instrumentation?

Reported by dvyukov@google.com on 2014-04-24 12:20:03

  • Labels added: Type-Enhancement
  • Labels removed: Type-Defect

@ramosian-glider
Copy link
Member Author

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

Reported by dvyukov@google.com on 2014-04-24 15:19:45

@ramosian-glider
Copy link
Member Author

Alexey, ping.

Reported by dvyukov@google.com on 2014-05-07 08:58:36

@ramosian-glider
Copy link
Member Author

Ack. Hope to do it this week.

Reported by samsonov@google.com on 2014-05-07 23:51:07

@ramosian-glider
Copy link
Member Author

r208737

Reported by samsonov@google.com on 2014-05-13 22:37:47

  • Status changed: Fixed

@ramosian-glider
Copy link
Member Author

Adding Project:ThreadSanitizer as part of GitHub migration.

Reported by glider@google.com on 2015-07-30 09:21:31

  • Labels added: ProjectThreadSanitizer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant