summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/input.output/iostream.format/input.streams
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3120-0/+40
* [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
* Support tests in freestandingJF Bastien2019-02-0459-59/+177
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1959-236/+177
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-182-0/+2
* [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] 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
* [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-113-12/+12
* [libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char'...Stephan T. Lavavej2017-07-191-1/+1
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-048-0/+26
* 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-171-1/+1
* 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-081-5/+5
* [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-082-2/+2
* [libcxx] [test] D27267: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-062-2/+2
* Implement LWG2328. Rvalue stream extraction should perfect forward.Eric Fiselier2016-07-241-6/+15
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-281-1/+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
* Move test into test/std subdirectory.Eric Fiselier2014-12-2059-0/+4252
OpenPOWER on IntegriCloud