summaryrefslogtreecommitdiffstats
path: root/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2019-1526/+0
| | | | llvm-svn: 224658
* Fix assignments that should be comparisons x3Eric Fiselier2014-08-231-2/+2
| | | | llvm-svn: 216318
* Remove XFAIL from a number of tests that aren't expected to failJustin Bogner2014-05-155-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 Clow2013-10-311-1/+7
| | | | | | basic_istream::seekg behave consistently; update tests to make sure llvm-svn: 193814
* XFAIL a few tests on darwin12Howard Hinnant2013-08-223-0/+3
| | | | llvm-svn: 189043
* War on tabs.Howard Hinnant2013-07-081-12/+12
| | | | llvm-svn: 185865
* XFAIL this test on 10.7 and 10.8Howard Hinnant2013-07-011-0/+3
| | | | llvm-svn: 185391
* In istream::ignore, check the delimeter as an int_type, not as a char_type, ↵Howard Hinnant2013-07-011-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 Dunbar2013-02-054-0/+9
| | | | llvm-svn: 174444
* Test case for http://llvm.org/bugs/show_bug.cgi?id=14670.Howard Hinnant2012-12-201-0/+2
| | | | llvm-svn: 170706
* Reimplemented much of <istream> such that single character extractions do ↵Howard Hinnant2011-09-014-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 changeHoward Hinnant2010-11-1618-36/+36
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-223-4/+4
| | | | llvm-svn: 111758
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1118-18/+18
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1118-0/+1484
llvm-svn: 103490
OpenPOWER on IntegriCloud