summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/input.output/iostream.format/output.streams
Commit message (Expand)AuthorAgeFilesLines
* Implement LWG2221: 'Formatted output for nullptr_t' Reviewed as: https://revi...Marshall Clow2019-07-011-0/+7
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3145-0/+90
* Support tests in freestandingJF Bastien2019-02-0448-48/+142
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1948-192/+144
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-091-1/+1
* [libcxx] Add XFAIL for test on OS X 10.12 to 10.14Louis Dionne2018-11-221-0/+6
* Revert "Implement LWG 2221 - No formatted output operator for nullptr."Volodymyr Sapsai2018-09-191-80/+0
* Implement LWG 2221 - No formatted output operator for nullptr. Reviewed as ht...Marshall Clow2018-09-191-0/+80
* [libcxx] [test] Rename __c to ch. NFCI.Stephan T. Lavavej2017-08-1132-128/+128
* Ensure showbase does not overflow do_put buffersDimitry Andric2017-05-061-0/+97
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+2
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output libraryEric Fiselier2017-04-183-12/+6
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-172-2/+2
* [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej2017-01-181-6/+11
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-1/+1
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-0828-28/+28
* [libcxx] [test] D27267: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-0632-32/+32
* 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
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* 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
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* 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-2047-0/+3411
OpenPOWER on IntegriCloud