summaryrefslogtreecommitdiffstats
path: root/libcxx/test/input.output/iostream.format/input.streams
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2059-4252/+0
| | | | llvm-svn: 224658
* Fix assignments that should be comparisons x3Eric Fiselier2014-08-231-2/+2
| | | | llvm-svn: 216318
* Fix bug 19740; round-tripping a pointer through a stream doesn't workMarshall Clow2014-05-211-0/+18
| | | | llvm-svn: 209305
* 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
* Add more tests for std::ws as pointed out by bug #19497Marshall Clow2014-04-211-0/+20
| | | | llvm-svn: 206770
* 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
* Fix test bug.Howard Hinnant2011-05-141-1/+1
| | | | llvm-svn: 131328
* license changeHoward Hinnant2010-11-1658-116/+116
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-045-20/+20
| | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
* Fixing whitespace problemsHoward Hinnant2010-08-2215-25/+25
| | | | llvm-svn: 111758
* more :: to _Howard Hinnant2010-05-1811-0/+0
| | | | llvm-svn: 104006
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1158-58/+58
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1158-0/+4172
llvm-svn: 103490
OpenPOWER on IntegriCloud