hanchenye-llvm-project/libcxx/test
Howard Hinnant c43826f003 Add overflow check to tanh(complex) and reduce to finite answer. Fixes http://llvm.org/bugs/show_bug.cgi?id=13874
llvm-svn: 164266
2012-09-19 23:51:47 +00:00
..
algorithms
atomics libc++: Add some missing #includes to atomics tests. libc++ doesn't need these 2012-04-19 00:50:47 +00:00
containers constexpr applied to <array>. 2012-07-20 19:20:49 +00:00
depr Fix a few testsuite bugs involving trailing null (or lack thereof) in strstream. 2012-06-01 20:02:59 +00:00
diagnostics
input.output Andrew Morrow: This patch fixes 2012-08-02 18:12:06 +00:00
iterators noexcept applied to <iterator>. 2012-07-20 19:36:34 +00:00
language.support Add noexcept test for offsetof macro per [support.types]/p4. 2012-07-06 18:39:01 +00:00
localization <algorithm> no longer needs to include <cstdlib>, but can get away with just <cstddef>. This was brought to my attention by Salvatore Benedetto in his port to a bare-metal coretex-m3. This exposed two test bugs where an explicit #include <cstdlib> was needed. 2012-07-26 17:09:09 +00:00
numerics Add overflow check to tanh(complex) and reduce to finite answer. Fixes http://llvm.org/bugs/show_bug.cgi?id=13874 2012-09-19 23:51:47 +00:00
re
strings
thread Loosen up the timing requirements on 4 more tests. 2012-08-04 00:47:42 +00:00
utilities Andrew Morrow: There are two tests under test/utilities/memory that heap allocate two 2012-08-02 18:39:48 +00:00
CMakeLists.txt
hexfloat.h
lit.cfg Andrew Morrow: The attached patch updates the lit.config for libc++ unit tests so 2012-08-02 18:36:47 +00:00
lit.site.cfg.in
nothing_to_do.pass.cpp
platform_support.h
testit libc++: Add some missing #includes to atomics tests. libc++ doesn't need these 2012-04-19 00:50:47 +00:00