Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace __cplusplus comparisons and dialect __has_feature checks with ↵ | Eric Fiselier | 2016-06-14 | 1 | -0/+1 |
| | | | | | | | | | TEST_STD_VER. This is a huge cleanup that helps make the libc++ test suite more portable. Patch from STL@microsoft.com. Thanks STL! llvm-svn: 272716 | ||||
* | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 1 | -1/+1 |
| | | | | llvm-svn: 271435 | ||||
* | Tolerate incorrect return type for 'isinf' and 'isnan' in tests. | Eric Fiselier | 2016-05-27 | 1 | -3/+48 |
| | | | | | | | | | | | | | | | | | | Summary: GLIBC recently removed the incorrect `int isinf(double)` and `int isnan(double)` overloads in C++11 and greater. This causes previously `XFAIL: linux` tests to start passing. Since there is no longer a way to 'XFAIL' the tests I choose to simply tolerate this bug. See https://sourceware.org/bugzilla/show_bug.cgi?id=19439 Reviewers: rsmith, mclow.lists, EricWF Subscribers: jroelofs, cfe-commits Differential Revision: http://reviews.llvm.org/D19835 llvm-svn: 271060 | ||||
* | Implement P0030R1: Introduce a 3-Argument Overload to std::hypot | Marshall Clow | 2016-05-17 | 1 | -0/+23 |
| | | | | llvm-svn: 269772 | ||||
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -0/+1485 |
llvm-svn: 224658 |