hanchenye-llvm-project/libcxx/test
Alp Toker 281dfe85d3 Fix typo 'fourty' in tests
llvm-svn: 208870
2014-05-15 11:33:29 +00:00
..
algorithms Added some tests for equal elements in min_element and max_element. Bug #19547 was invalid, but we weren't testing that case 2014-04-25 15:50:54 +00:00
atomics
containers Fix typo 'fourty' in tests 2014-05-15 11:33:29 +00:00
depr Fix a couple of -Wabsolute-value warnings in the libc++ tests 2014-03-06 16:27:17 +00:00
diagnostics
extensions Do not derive __gnu_cxx::hash<T> from std::hash<T>. 2014-03-06 04:11:10 +00:00
input.output Remove XFAIL from a number of tests that aren't expected to fail 2014-05-15 00:55:44 +00:00
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. 2014-03-11 17:16:17 +00:00
language.support [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t 2014-03-26 19:45:52 +00:00
localization Fix typos 2014-05-15 11:27:39 +00:00
numerics Remove XFAIL from a number of tests that aren't expected to fail 2014-05-15 00:55:44 +00:00
re LWG Issue #2271: regex_traits::lookup_classname specification unclear. libc++ already does the right thing; just update the tests. 2014-03-04 22:44:34 +00:00
strings Implement LWG #2268: Setting a default argument in the declaration of a member function assign of std::basic_string. 2014-03-04 19:17:19 +00:00
support Add Address Sanitizer support to std::vector 2014-05-08 14:14:06 +00:00
thread Work around ABI differences due to LWG 2056 in tests 2014-05-15 01:57:42 +00:00
utilities Fix bug #18350. Add tests for tuples of all the smart pointers (except auto_ptr) 2014-04-26 05:19:48 +00:00
CMakeLists.txt
lit.cfg lit.site.cfg:cxx_under_test should take precedence over 'which clang++' 2014-01-29 01:54:52 +00:00
lit.site.cfg.in
nothing_to_do.pass.cpp
testit Apply patch for Albert Wong: 'Modify testit to allow filtering tests by prefixes'. 2014-01-15 16:28:42 +00:00