summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/input.output/iostream.format
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Make std::basic_istream::get 0-terminate input array in case of error.Volodymyr Sapsai2018-01-112-0/+124
* [libcxx][fixup] Mark std::basic_istream::getline tests as failing for previou...Volodymyr Sapsai2017-11-222-0/+16
* [libcxx] Make std::basic_istream::getline 0-terminate input array in case of ...Volodymyr Sapsai2017-11-222-0/+108
* [libcxx] [test] Rename __c to ch. NFCI.Stephan T. Lavavej2017-08-1137-148/+148
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-292-2/+2
* [libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char'...Stephan T. Lavavej2017-07-192-2/+2
* Ensure showbase does not overflow do_put buffersDimitry Andric2017-05-061-0/+97
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-049-0/+28
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output libraryEric Fiselier2017-04-186-24/+12
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-173-3/+3
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej2017-01-181-6/+11
* Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier2017-01-062-6/+57
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-082-6/+6
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-2/+2
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-0831-31/+31
* [libcxx] [test] D27267: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-0635-35/+35
* Protect std::ostream::sentry test under libcpp-no-exceptionsRoger Ferrer Ibanez2016-12-011-1/+4
* [libcxx] [test] D27019: Fix MSVC warning C4245 "conversion from 'X' to 'Y', s...Stephan T. Lavavej2016-11-231-1/+1
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-141-0/+1
* Implement LWG2328. Rvalue stream extraction should perfect forward.Eric Fiselier2016-07-241-6/+15
* Avoid narrowing conversions in quoted test. Patch from STL@microsoft.comEric Fiselier2016-06-261-6/+6
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-223-60/+0
* Fix warnings in tests.Eric Fiselier2016-06-142-4/+4
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-014-11/+11
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-1/+1
* Fix PR21428 for long. Buffer was one byte too small in octal formatting case....Eric Fiselier2016-04-291-9/+31
* Fix or move various non-standard tests.Eric Fiselier2016-04-291-0/+1
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-281-1/+1
* Minor updates to failing tests. NFCMarshall Clow2016-02-092-2/+10
* Clean up a test; get rid of hard-wired char/wchar_t code for template fns tha...Marshall Clow2016-02-081-95/+56
* [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.Daniel Sanders2016-01-212-0/+4
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* 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
* Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361Marshall Clow2015-06-222-0/+22
* Don't attempt to validate the output of %p.Ed Schouten2015-03-161-12/+21
* 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-20121-0/+8635
OpenPOWER on IntegriCloud