summaryrefslogtreecommitdiff
path: root/libcxx/test/input.output
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-11-21Add more REQUIRES: LOCALE.* to tests.Dan Albert
2014-10-18Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow
2014-09-16Fix a bug in the move-assigment operator for basic_stringbuf. Thanks to Johna...Marshall Clow
2014-08-23Fix assignments that should be comparisons x3Eric Fiselier
2014-08-12Change two tests to be less dependant on locales.Eric Fiselier
2014-08-04Add locales to available_features for tests.Dan Albert
2014-06-02Remove unused code in a libc++ test.Nico Weber
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
2014-03-07Implement LWG #2344: quoted()'s interaction with padding is unclear. I think ...Marshall Clow
2013-11-19Fix a test that I broke over the weekendMarshall Clow
2013-11-14Fixed bug in quoted strings implementation. Added test to be sure. Thanks to ...Marshall Clow
2013-10-31LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...Marshall Clow
2013-10-12Implement national body comment GB9: remove std::getsMarshall Clow
2013-09-05N3545: Quoted stringsMarshall Clow
2013-08-22XFAIL a few tests on darwin12Howard Hinnant
2013-07-16Add pointer format test for Windows.Howard Hinnant
2013-07-08War on tabs.Howard Hinnant
2013-07-06Silence -Wint-to-void-pointer-cast warning in test.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-04-03The move / swap members were not correctly taking all of the possible states ...Howard Hinnant
2013-03-22Test cleanup with respect to use of deprecated tmpnam function. Also Windows...Howard Hinnant
2013-02-05[tests] Mark some istream.unformatted expected failures (with system libc++).Daniel Dunbar
2013-01-05Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow
2012-12-20Test case for http://llvm.org/bugs/show_bug.cgi?id=14670.Howard Hinnant
2012-08-02Andrew Morrow: This patch fixesHoward Hinnant
2012-07-21noexcept and constexpr applied to <ios>.Howard Hinnant
2011-10-03Windows porting work by Ruben Van BoxemHoward Hinnant
2011-09-21Remove undefines in cstdio test. Fix these properly rather than bodging the ...David Chisnall
2011-09-21More fixes to the tests. Add UTF-8 encoding to all locales that don't specif...David Chisnall
2011-09-21Fully-qualify some more locales in the tests...David Chisnall
2011-09-21More locale cleanups. Fully specify locales in iostream tests.David Chisnall
2011-09-01Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant
2011-07-19Correct test.Howard Hinnant
2011-07-18Make all fstream tests use tmpnam if creating files, rather thanAlexis Hunt
2011-07-18Do a litmus test of using tmpnam to generate safe temporary file namesAlexis Hunt
2011-05-14Fix test bug.Howard Hinnant
2011-05-14Suppress some warings in the tests.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-23Accidentally changed a data file during the whitespace cleanupHoward Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-28UTF-8 data in this file somehow got garbledHoward Hinnant
2010-05-18more :: to _Howard Hinnant
2010-05-17Got rid of more :: path namesHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant