summaryrefslogtreecommitdiff
path: root/libcxx/test/input.output/iostream.format/input.streams
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-08-23Fix assignments that should be comparisons x3Eric Fiselier
2014-05-21Fix bug 19740; round-tripping a pointer through a stream doesn't workMarshall Clow
2014-05-15Remove XFAIL from a number of tests that aren't expected to failJustin Bogner
2014-04-21Add more tests for std::ws as pointed out by bug #19497Marshall Clow
2013-10-31LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...Marshall Clow
2013-08-22XFAIL a few tests on darwin12Howard Hinnant
2013-07-08War on tabs.Howard Hinnant
2013-07-01XFAIL this test on 10.7 and 10.8Howard Hinnant
2013-07-01In istream::ignore, check the delimeter as an int_type, not as a char_type, s...Howard Hinnant
2013-02-05[tests] Mark some istream.unformatted expected failures (with system libc++).Daniel Dunbar
2012-12-20Test case for http://llvm.org/bugs/show_bug.cgi?id=14670.Howard Hinnant
2011-09-01Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant
2011-05-14Fix test bug.Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-18more :: to _Howard Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant