summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/input.output
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.Asiri Rathnayake2015-11-121-0/+1
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-105-0/+5
* Add a test for LWG#2462: std::ios_base::failure is overspecifiedMarshall Clow2015-10-251-0/+3
* Fix LWG#2244: basic_istream::seekgMarshall Clow2015-10-251-0/+9
* While researching LWG#2244, I noticed we weren't testing that eofbit was bein...Marshall Clow2015-10-071-0/+9
* Suppress some warnings in the tests that snuck in. That 'tmpnam' is deprecat...Marshall Clow2015-09-151-0/+1
* Fix up typos in a couple of tests; due to agressive short-circuiting, they ne...Marshall Clow2015-07-182-2/+10
* Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361Marshall Clow2015-06-222-0/+22
* Make the presence of stdin and stdout optional.Ed Schouten2015-03-267-20/+49
* Don't attempt to validate the output of %p.Ed Schouten2015-03-161-12/+21
* Don't hardcode the locale name string.Ed Schouten2015-03-161-1/+2
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-125-0/+38
* Fix PR21428. Buffer was one byte too small in octal formatting case. Add testMarshall Clow2015-01-261-0/+84
* Move test into test/std subdirectory.Eric Fiselier2014-12-20369-0/+19940
OpenPOWER on IntegriCloud