summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-12-31Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of.Howard Hinnant
2012-12-20Test case for http://llvm.org/bugs/show_bug.cgi?id=14670.Howard Hinnant
2012-12-18Added static_assert to std::get<N>(std::array) calls to catch "out of bounds"...Marshall Clow
2012-12-12Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant
2012-12-09Modify testit to use the local headers and lib. Thanks go to Jeffrey Yasskin.Howard Hinnant
2012-11-27tests/lit: Change test default parameters to assume local build.Daniel Dunbar
2012-09-19Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...Howard Hinnant
2012-08-04Loosen up the timing requirements on 4 more tests.Howard Hinnant
2012-08-02Andrew Morrow: There are two tests under test/utilities/memory that heap allo...Howard Hinnant
2012-08-02Andrew Morrow: The attached patch updates the lit.config for libc++ unit test...Howard Hinnant
2012-08-02Andrew Morrow: This patch fixesHoward Hinnant
2012-07-30Implement [util.smartptr.shared.atomic]. This is the last unimplementedHoward Hinnant
2012-07-26<algorithm> no longer needs to include <cstdlib>, but can get away with just ...Howard Hinnant
2012-07-21noexcept and constexpr applied to <mutex>.Howard Hinnant
2012-07-21noexcept and constexpr applied to <ios>.Howard Hinnant
2012-07-20constexpr applied to <complex>.Howard Hinnant
2012-07-20Relax the tolerances on some timing tests.Howard Hinnant
2012-07-20noexcept applied to <iterator>.Howard Hinnant
2012-07-20constexpr applied to <array>.Howard Hinnant
2012-07-16Relax the complete-type checks that are happening under __invokable<Fp, Args....Howard Hinnant
2012-07-13Applied constexpr to <chrono>.Howard Hinnant
2012-07-12Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jona...Howard Hinnant
2012-07-09Add test for self-referencing emplace test.Howard Hinnant
2012-07-07Apply constexpr to <bitset>.Howard Hinnant
2012-07-06Give tuple a constexpr default constructor.Howard Hinnant
2012-07-06Add noexcept test for offsetof macro per [support.types]/p4.Howard Hinnant
2012-07-06This commit establishes a new bucket_count policy in the unordered containers...Howard Hinnant
2012-06-01Fix a few testsuite bugs involving trailing null (or lack thereof) in strstream.Howard Hinnant
2012-05-25The rules for emplace in map, multimap, unordered_map and unordered_multimap ...Howard Hinnant
2012-04-19libc++: Add some missing #includes to atomics tests. libc++ doesn't need theseRichard Smith
2012-04-05Fix the remaining atomic tests, all of which were wrong for the case where aDavid Chisnall
2012-04-05Fix test cases that were trying to make atomic things that are not trivially ...David Chisnall
2012-04-02Update <random> with constexpr support. Patch contributed by Jonathan Sauer.Howard Hinnant
2012-04-02Fix test for default constructor of discrete_distribution. This partially ad...Howard Hinnant
2012-04-01I believe tuple is still under development in the standard. Daniel Krugler i...Howard Hinnant
2012-03-19Allow libc++ to be built with CMake from within the LLVM tree. The libc++ par...Howard Hinnant
2012-03-14Don't refer to a function that doesn't exist in the quick_exit test.David Chisnall
2012-03-10Fix moneypunct_byname algorithm to more accurately represent C locales in C++.Jeffrey Yasskin
2012-02-29Make the failure reporting in testit a bit more useful.David Chisnall
2012-02-25update test for explicit bool operator.Howard Hinnant
2012-02-25Silence some warnings in a test.Howard Hinnant
2012-02-24Hook up to the new clang __is_trivially_constructible and __is_trivially_assi...Howard Hinnant
2012-02-22Use Xcode relative compilers when possibleDave Zarzycki
2012-02-21Modernize relational operators for shared_ptr and unique_ptr. This includes ...Howard Hinnant
2012-02-19Relax pointer output test to accept glibc's output. Patch supplied by Jeffre...Howard Hinnant
2012-02-18Exercise rvalue arguements to make_shared for C++11 mode.Howard Hinnant
2012-02-15tuple was accidentally lacking a valid copy assignment operator. It went und...Howard Hinnant
2012-02-15Do not parse sign if a sign is not the next legal character when parsing floa...Howard Hinnant
2011-12-15Remove quotes from locale name identifier. Credit Edward Meewis.Howard Hinnant
2011-12-05Starting using murmur2 when combining multiple size_t's into a single hash, a...Howard Hinnant