Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 19 | -1526/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Fix assignments that should be comparisons x3 | Eric Fiselier | 2014-08-23 | 1 | -2/+2 |
| | | | | llvm-svn: 216318 | ||||
* | Remove XFAIL from a number of tests that aren't expected to fail | Justin Bogner | 2014-05-15 | 5 | -15/+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 | ||||
* | LWG issue 2341; Make the two variants of basic_ostream::seekp and ↵ | Marshall Clow | 2013-10-31 | 1 | -1/+7 |
| | | | | | | basic_istream::seekg behave consistently; update tests to make sure llvm-svn: 193814 | ||||
* | XFAIL a few tests on darwin12 | Howard Hinnant | 2013-08-22 | 3 | -0/+3 |
| | | | | llvm-svn: 189043 | ||||
* | War on tabs. | Howard Hinnant | 2013-07-08 | 1 | -12/+12 |
| | | | | llvm-svn: 185865 | ||||
* | XFAIL this test on 10.7 and 10.8 | Howard Hinnant | 2013-07-01 | 1 | -0/+3 |
| | | | | llvm-svn: 185391 | ||||
* | In istream::ignore, check the delimeter as an int_type, not as a char_type, ↵ | Howard Hinnant | 2013-07-01 | 1 | -0/+34 |
| | | | | | | so as to correctly handle EOF. This fixes http://llvm.org/bugs/show_bug.cgi?id=16427 llvm-svn: 185298 | ||||
* | [tests] Mark some istream.unformatted expected failures (with system libc++). | Daniel Dunbar | 2013-02-05 | 4 | -0/+9 |
| | | | | llvm-svn: 174444 | ||||
* | Test case for http://llvm.org/bugs/show_bug.cgi?id=14670. | Howard Hinnant | 2012-12-20 | 1 | -0/+2 |
| | | | | llvm-svn: 170706 | ||||
* | Reimplemented much of <istream> such that single character extractions do ↵ | Howard Hinnant | 2011-09-01 | 4 | -8/+8 |
| | | | | | | 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 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 18 | -36/+36 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 3 | -4/+4 |
| | | | | llvm-svn: 111758 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 18 | -18/+18 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 18 | -0/+1484 |
llvm-svn: 103490 |