summaryrefslogtreecommitdiffstats
path: root/libcxx/test/input.output
Commit message (Expand)AuthorAgeFilesLines
* Add more REQUIRES: LOCALE.* to tests.Dan Albert2014-11-212-0/+4
* Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow2014-10-181-30/+30
* Fix a bug in the move-assigment operator for basic_stringbuf. Thanks to Johna...Marshall Clow2014-09-161-0/+36
* Fix assignments that should be comparisons x3Eric Fiselier2014-08-231-2/+2
* Change two tests to be less dependant on locales.Eric Fiselier2014-08-122-4/+5
* Add locales to available_features for tests.Dan Albert2014-08-044-0/+11
* Remove unused code in a libc++ test.Nico Weber2014-06-021-17/+0
* Fix bug 19740; round-tripping a pointer through a stream doesn't workMarshall Clow2014-05-211-0/+18
* Remove XFAIL from a number of tests that aren't expected to failJustin Bogner2014-05-155-15/+0
* Add more tests for std::ws as pointed out by bug #19497Marshall Clow2014-04-211-0/+20
* Implement LWG #2344: quoted()'s interaction with padding is unclear. I think ...Marshall Clow2014-03-071-4/+19
* Fix a test that I broke over the weekendMarshall Clow2013-11-191-10/+10
* Fixed bug in quoted strings implementation. Added test to be sure. Thanks to ...Marshall Clow2013-11-141-0/+12
* LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...Marshall Clow2013-10-312-2/+8
* Implement national body comment GB9: remove std::getsMarshall Clow2013-10-122-0/+25
* N3545: Quoted stringsMarshall Clow2013-09-053-0/+270
* XFAIL a few tests on darwin12Howard Hinnant2013-08-223-0/+3
* Add pointer format test for Windows.Howard Hinnant2013-07-161-1/+7
* War on tabs.Howard Hinnant2013-07-081-12/+12
* Silence -Wint-to-void-pointer-cast warning in test.Howard Hinnant2013-07-061-2/+3
* XFAIL this test on 10.7 and 10.8Howard Hinnant2013-07-011-0/+3
* In istream::ignore, check the delimeter as an int_type, not as a char_type, s...Howard Hinnant2013-07-011-0/+34
* The move / swap members were not correctly taking all of the possible states ...Howard Hinnant2013-04-031-0/+37
* Test cleanup with respect to use of deprecated tmpnam function. Also Windows...Howard Hinnant2013-03-2224-184/+184
* [tests] Mark some istream.unformatted expected failures (with system libc++).Daniel Dunbar2013-02-054-0/+9
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-0517-17/+17
* Test case for http://llvm.org/bugs/show_bug.cgi?id=14670.Howard Hinnant2012-12-201-0/+2
* Andrew Morrow: This patch fixesHoward Hinnant2012-08-021-1/+1
* noexcept and constexpr applied to <ios>.Howard Hinnant2012-07-211-0/+3
* Windows porting work by Ruben Van BoxemHoward Hinnant2011-10-0317-54/+88
* Remove undefines in cstdio test. Fix these properly rather than bodging the ...David Chisnall2011-09-211-24/+0
* More fixes to the tests. Add UTF-8 encoding to all locales that don't specif...David Chisnall2011-09-217-19/+43
* Fully-qualify some more locales in the tests...David Chisnall2011-09-215-11/+11
* More locale cleanups. Fully specify locales in iostream tests.David Chisnall2011-09-214-22/+22
* Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant2011-09-014-8/+8
* Correct test.Howard Hinnant2011-07-191-0/+1
* Make all fstream tests use tmpnam if creating files, rather thanAlexis Hunt2011-07-1824-156/+205
* Do a litmus test of using tmpnam to generate safe temporary file namesAlexis Hunt2011-07-181-4/+6
* Fix test bug.Howard Hinnant2011-05-141-1/+1
* Suppress some warings in the tests.Howard Hinnant2011-05-141-8/+8
* license changeHoward Hinnant2010-11-16357-714/+714
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-0422-60/+60
* Accidentally changed a data file during the whitespace cleanupHoward Hinnant2010-08-231-1/+1
* Fixing whitespace problemsHoward Hinnant2010-08-2280-124/+124
* UTF-8 data in this file somehow got garbledHoward Hinnant2010-05-281-1/+1
* more :: to _Howard Hinnant2010-05-1813-0/+0
* Got rid of more :: path namesHoward Hinnant2010-05-177-0/+0
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11358-358/+358
* libcxx initial importHoward Hinnant2010-05-11363-0/+19370
OpenPOWER on IntegriCloud