cxx/test/std/thread
Jonathan Roelofs 33459617e7 Rename system_lib -> system_cxx_lib. NFC
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@226061 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-14 23:38:12 +00:00
..
futures Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
thread.condition Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
thread.general Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
thread.mutex Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
thread.req Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
thread.threads 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
macro.pass.cpp Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00