This website requires JavaScript.
Explore
Help
Sign In
LineageOS
/
android_external_libcxx
Watch
1
Star
0
Fork
0
You've already forked android_external_libcxx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
ee226c05af9e0187098f43fb71465a581487af9b
android_external_libcxx
/
test
/
std
/
thread
/
thread.threads
/
thread.thread.class
History
Dan Austin
ee226c05af
Revert "Revert "Update aosp/master libcxx rebase to r263688""
...
This reverts commit
1d4a1edbc7
. Change-Id: I2909937fe582f2c5552bc86e7f4d2d5cff0de0aa
2016-06-08 22:25:43 +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
Revert "Revert "Update aosp/master libcxx rebase to r263688""
2016-06-08 22:25:43 +00:00
thread.thread.destr
Revert "Revert "Update aosp/master libcxx rebase to r263688""
2016-06-08 22:25:43 +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
Revert "Revert "Update aosp/master libcxx rebase to r263688""
2016-06-08 22:25:43 +00:00
thread.thread.static
Move test into test/std subdirectory.
2014-12-20 01:40:03 +00:00
types.pass.cpp
Move test into test/std subdirectory.
2014-12-20 01:40:03 +00:00