summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted
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-3129-0/+58
* Support tests in freestandingJF Bastien2019-02-0431-31/+91
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1931-124/+93
* [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-1127-108/+108
* Ensure showbase does not overflow do_put buffersDimitry Andric2017-05-061-0/+97
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+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-0823-23/+23
* [libcxx] [test] D27267: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-0627-27/+27
* [libcxx] [test] D27019: Fix MSVC warning C4245 "conversion from 'X' to 'Y', s...Stephan T. Lavavej2016-11-231-1/+1
* 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
* 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-2029-0/+2259
OpenPOWER on IntegriCloud