summaryrefslogtreecommitdiffstats
path: root/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/readsome.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-85/+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
* [tests] Mark some istream.unformatted expected failures (with system libc++).Daniel Dunbar2013-02-051-0/+3
| | | | 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-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
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+83
llvm-svn: 103490
OpenPOWER on IntegriCloud