summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/input.output/iostream.format
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-3176-0/+148
* [libc++] Add XFAILs for istream tests that were added in r357775Louis Dionne2019-04-0521-0/+143
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-0535-148/+1712
* Revert "[libc++] Fix error flags and exceptions propagated from input stream ...Louis Dionne2019-04-0235-1712/+148
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-0235-148/+1712
* [libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdefLouis Dionne2019-02-051-11/+3
* Support tests in freestandingJF Bastien2019-02-04121-123/+361
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19121-484/+363
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-091-1/+1
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-1812-0/+17
* [libcxx] Mark some tests as failing on macosx 10.14Louis Dionne2018-12-064-0/+4
* [libcxx] Don't depend on availability markup to provide the streams in the dylibLouis Dionne2018-12-0611-25/+8
* [libcxx] Add XFAIL for test on OS X 10.12 to 10.14Louis Dionne2018-11-221-0/+6
* [libcxx] Remove incorrect XFAIL on macos 10.12Louis Dionne2018-11-221-1/+0
* [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)Zhihao Yuan2018-11-213-0/+77
* 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] Allow a standard library that implements LWG 1203 in istream....Billy Robert O'Neal III2018-08-081-1/+1
* [libcxx] [test] Fix MSVC x64 truncation warning.Stephan T. Lavavej2018-05-051-1/+1
* [libcxx] [test] Use the correct type from strlen. Include correct header.Billy Robert O'Neal III2018-04-101-1/+1
* [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
OpenPOWER on IntegriCloud