This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
thread
/
thread.threads
/
thread.thread.class
History
Eric Fiselier
99a47ef90e
Remove sanitizer XFAILs on a test.
...
llvm-svn: 243499
2015-07-28 23:27:03 +00:00
..
thread.thread.algorithm
Fix race conditions in test class used throughout the std::thread tests.
2015-04-02 21:12:17 +00:00
thread.thread.assign
Remove sanitizer XFAILs on a test.
2015-07-28 23:27:03 +00:00
thread.thread.constr
Fix race conditions in test class used throughout the std::thread tests.
2015-04-02 21:12:17 +00:00
thread.thread.destr
Fix race conditions in test class used throughout the std::thread tests.
2015-04-02 21:12:17 +00:00
thread.thread.id
libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library.
2015-01-07 21:53:23 +00:00
thread.thread.member
Fix race condition in thread test.
2015-05-19 23:41:04 +00:00
thread.thread.static
…
types.pass.cpp
…