summaryrefslogtreecommitdiffstats
path: root/libcxx/test/language.support/support.limits/limits/numeric.limits.members
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2032-1910/+0
| | | | llvm-svn: 224658
* libc++: integral types trap on PNaClJF Bastien2014-11-261-1/+1
| | | | | | | | | | Reviewers: dschuff, danalbert Subscribers: jfb, cfe-commits Differential Revision: http://reviews.llvm.org/D6411 llvm-svn: 222842
* Fix numeric_limits<XXX>::is_modulo for signed arithmetic types. We were ↵Marshall Clow2014-07-311-8/+8
| | | | | | reporting true, for all arithmetic types, which is incorrect. Fix the tests which were wrong, too. This fixes PR#20158. llvm-svn: 214371
* [libc++] Teach is_integral, is_[un]signed and make_[un]signed about ↵Stephan Tolksdorf2014-03-2632-0/+138
| | | | | | | | | | __[u]int128_t This commit also adds tests for std::numeric_limits<__[u]int128_t>. Reviewed in http://llvm-reviews.chandlerc.com/D2917 llvm-svn: 204849
* Fix numeric.limits.members/traps.pass.cpp to pass on non-x86 architectures. ↵Marshall Clow2014-02-031-14/+20
| | | | | | Fixes bug #18468 llvm-svn: 200724
* Removed extra line that I left in when committing 199694. Thanks to Jared ↵Marshall Clow2014-01-261-1/+0
| | | | | | Grubb for the catch. llvm-svn: 200108
* Removed extra space; thanks to thakis_'s eagle eyeMarshall Clow2014-01-211-1/+1
| | | | llvm-svn: 199695
* Fixed test failure in is_iec559.pass.cpp on darwin-ppc32. Thanks to David ↵Marshall Clow2014-01-201-0/+5
| | | | | | Fang for the report (and suggested fix) llvm-svn: 199694
* Remove executable permissions on a text fileSylvestre Ledru2013-12-011-0/+0
| | | | llvm-svn: 196041
* A few fixes to tests for Windows port.Howard Hinnant2013-07-152-2/+2
| | | | llvm-svn: 186334
* Zhang Xiongpang: Add definitions for const data members. Fixes ↵Howard Hinnant2012-12-121-0/+185
| | | | | | http://llvm.org/bugs/show_bug.cgi?id=14585. llvm-svn: 170026
* license changeHoward Hinnant2010-11-1631-62/+62
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-2231-31/+31
| | | | llvm-svn: 111760
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1131-31/+31
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1131-0/+1577
llvm-svn: 103490
OpenPOWER on IntegriCloud