aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/input.output
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Merging r195143:Bill Wendling1-10/+10
2013-11-14Fixed bug in quoted strings implementation. Added test to be sure. Thanks to ...Marshall Clow1-0/+12
2013-10-31LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...Marshall Clow2-2/+8
2013-10-12Implement national body comment GB9: remove std::getsMarshall Clow2-0/+25
2013-09-05N3545: Quoted stringsMarshall Clow3-0/+270
2013-08-22XFAIL a few tests on darwin12Howard Hinnant3-0/+3
2013-07-16Add pointer format test for Windows.Howard Hinnant1-1/+7
2013-07-08War on tabs.Howard Hinnant1-12/+12
2013-07-06Silence -Wint-to-void-pointer-cast warning in test.Howard Hinnant1-2/+3
2013-07-01XFAIL this test on 10.7 and 10.8Howard Hinnant1-0/+3
2013-07-01In istream::ignore, check the delimeter as an int_type, not as a char_type, s...Howard Hinnant1-0/+34
2013-04-03The move / swap members were not correctly taking all of the possible states ...Howard Hinnant1-0/+37
2013-03-22Test cleanup with respect to use of deprecated tmpnam function. Also Windows...Howard Hinnant24-184/+184
2013-02-05[tests] Mark some istream.unformatted expected failures (with system libc++).Daniel Dunbar4-0/+9
2013-01-05Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow17-17/+17
2012-12-20Test case for http://llvm.org/bugs/show_bug.cgi?id=14670.Howard Hinnant1-0/+2
2012-08-02Andrew Morrow: This patch fixesHoward Hinnant1-1/+1
2012-07-21noexcept and constexpr applied to <ios>.Howard Hinnant1-0/+3
2011-10-03Windows porting work by Ruben Van BoxemHoward Hinnant17-54/+88
2011-09-21Remove undefines in cstdio test. Fix these properly rather than bodging the ...David Chisnall1-24/+0
2011-09-21More fixes to the tests. Add UTF-8 encoding to all locales that don't specif...David Chisnall7-19/+43
2011-09-21Fully-qualify some more locales in the tests...David Chisnall5-11/+11
2011-09-21More locale cleanups. Fully specify locales in iostream tests.David Chisnall4-22/+22
2011-09-01Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant4-8/+8
2011-07-19Correct test.Howard Hinnant1-0/+1
2011-07-18Make all fstream tests use tmpnam if creating files, rather thanAlexis Hunt24-156/+205
2011-07-18Do a litmus test of using tmpnam to generate safe temporary file namesAlexis Hunt1-4/+6
2011-05-14Fix test bug.Howard Hinnant1-1/+1
2011-05-14Suppress some warings in the tests.Howard Hinnant1-8/+8
2010-11-16license changeHoward Hinnant357-714/+714
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant22-60/+60
2010-08-23Accidentally changed a data file during the whitespace cleanupHoward Hinnant1-1/+1
2010-08-22Fixing whitespace problemsHoward Hinnant80-124/+124
2010-05-28UTF-8 data in this file somehow got garbledHoward Hinnant1-1/+1
2010-05-18more :: to _Howard Hinnant13-0/+0
2010-05-17Got rid of more :: path namesHoward Hinnant7-0/+0
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant358-358/+358
2010-05-11libcxx initial importHoward Hinnant363-0/+19370