You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test
Marshall Clow d5549ccac1 Fix bug #20335 - memory leak when move-constructing a string with unequal allocator. Thanks to Thomas Koeppe for the report
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@213269 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
algorithms Add checking for the complexity guarantees in the standard 12 years ago
atomics Stephan Tolksdorf: fixes the issue in the <atomic> header and adds corresponding tests. I've used macros to fall back to a user-provided default constructor if _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS (though I suspect that there won't be many users defining that macro). 13 years ago
containers Fix some failing tests for the standard containers. The tests were failing in 32-bit mode because they assumed that std::size_type and make_unsigned<ptrdiff_t>::type were always the same type. No change to libc++, just the tests. 11 years ago
depr Fix a couple of -Wabsolute-value warnings in the libc++ tests 12 years ago
diagnostics Linux: Correctly identify valid error codes 12 years ago
experimental [libcxx] Add <experimental/utility> header for LFTS. 11 years ago
extensions Do not derive __gnu_cxx::hash<T> from std::hash<T>. 12 years ago
input.output Remove unused code in a libc++ test. 12 years ago
iterators Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note that this is a (small) behavior change in the library. Reverse iterators whose base iterators' operator* return references to 'within themselves' have been sacrificed to the greater goal of avoiding data races. 12 years ago
language.support [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t 12 years ago
localization Fix warning in test - missing exception specifier for overload of operator new 11 years ago
numerics [libc++] Don't return uninitialized data from random_device::operator() 12 years ago
re Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*' 12 years ago
strings Fix bug #20335 - memory leak when move-constructing a string with unequal allocator. Thanks to Thomas Koeppe for the report 11 years ago
support Add a reset method to the counting predicates in the test suite 11 years ago
thread Handle partial nanosleeps in this_thread::sleep_for 12 years ago
utilities Correctly implement LWG 2049; std::is_destructible. 11 years ago
CMakeLists.txt Make it possible to run the test suite when built as part of LLVM. 12 years ago
lit.cfg lit.site.cfg:cxx_under_test should take precedence over 'which clang++' 12 years ago
lit.site.cfg.in Make it possible to link against libstdc++ as well as libsupc++ with CMake. 12 years ago
nothing_to_do.pass.cpp Test commit: Reverting whitespace changes 11 years ago
testit Apply patch for Albert Wong: 'Modify testit to allow filtering tests by prefixes'. 12 years ago