summaryrefslogtreecommitdiffstats
path: root/libcxx/test/numerics/complex.number
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2090-5867/+0
| | | | llvm-svn: 224658
* Remove XFAIL from a number of tests that aren't expected to failJustin Bogner2014-05-151-3/+0
| | | | | | | | These tests haven't been failing on darwin11 or 12 since r189610 when pr17027 was fixed, but they've been keeping the libc++ bot red by XPASSing since then. llvm-svn: 208831
* Fix a couple of -Wabsolute-value warnings in the libc++ testsMarshall Clow2014-03-061-1/+1
| | | | llvm-svn: 203126
* Implement literal suffixes for compledMarshall Clow2013-10-054-0/+157
| | | | llvm-svn: 192048
* XFAIL a few tests on darwin12Howard Hinnant2013-08-221-0/+1
| | | | llvm-svn: 189043
* War on tabsHoward Hinnant2013-08-073-10/+10
| | | | llvm-svn: 187906
* Implement constexpr (n3302) and fix operator *= and /=Marshall Clow2013-07-3113-55/+280
| | | | llvm-svn: 187529
* [tests] Mark another stream input expected failure (with system libc++).Daniel Dunbar2013-02-051-0/+2
| | | | llvm-svn: 174452
* Add overflow check to tanh(complex) and reduce to finite answer. Fixes ↵Howard Hinnant2012-09-191-0/+1
| | | | | | http://llvm.org/bugs/show_bug.cgi?id=13874 llvm-svn: 164266
* constexpr applied to <complex>.Howard Hinnant2012-07-2010-1/+113
| | | | llvm-svn: 160585
* Reimplemented much of <istream> such that single character extractions do ↵Howard Hinnant2011-09-011-2/+2
| | | | | | not check to see if this is the last character in the stream and thus never set eofbit. This fixes http://llvm.org/bugs/show_bug.cgi?id=10817 . This fix requires a recompiled libc++.dylib to be fully implemented. The recompiled libc++.dylib is ABI compatible with that shipped on Lion. llvm-svn: 138961
* LWG 1522Howard Hinnant2010-11-182-14/+14
| | | | llvm-svn: 119710
* license changeHoward Hinnant2010-11-1686-172/+172
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-2234-63/+53
| | | | llvm-svn: 111762
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1186-86/+86
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1186-0/+5382
llvm-svn: 103490
OpenPOWER on IntegriCloud