summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/input.output/iostreams.base
Commit message (Expand)AuthorAgeFilesLines
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-222-2/+2
* [libc++] Mark iostreams test as XFAIL on older macOSesLouis Dionne2019-09-231-0/+12
* Only initialize the streams cout/wcout/cerr/wcerr etc once, rather than any t...Marshall Clow2019-09-131-0/+32
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3181-0/+157
* [libc++] Increase portability of xalloc testLouis Dionne2019-03-011-5/+3
* Support tests in freestandingJF Bastien2019-02-0492-92/+276
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1992-368/+276
* [libcxx] [test] Remove nonportable locale assumption in basic.ios.members/nar...Billy Robert O'Neal III2018-08-081-3/+3
* [libcxx] [test] Remove nonportable that errc::is_a_directory produces "Is a d...Billy Robert O'Neal III2018-04-252-2/+6
* More configuration changes for running the test suite against MSVC's STLEric Fiselier2017-01-182-0/+6
* Recommit r290750: Fix PR19460 - std::ios is convertible to int.Eric Fiselier2016-12-301-0/+9
* Revert r290750 - Fix PR19460 - std::ios is convertible to int.Eric Fiselier2016-12-301-9/+0
* Add missing include in test.Eric Fiselier2016-12-301-0/+2
* Fix PR19460 - std::ios is convertible to int.Eric Fiselier2016-12-301-0/+7
* Fix unused parameters and variablesEric Fiselier2016-12-231-3/+1
* Protect std::ios tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-145-5/+27
* Implement is_error_code_v and is_error_condition_v for c++17. Rework the test...Marshall Clow2016-09-241-0/+25
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Remove more names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-292-10/+10
* Rename a few tests that had typos in their names. No functional change. Thank...Marshall Clow2016-04-231-0/+0
* [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.Daniel Sanders2016-01-213-0/+6
* [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.Asiri Rathnayake2015-11-121-0/+1
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-104-0/+4
* Add a test for LWG#2462: std::ios_base::failure is overspecifiedMarshall Clow2015-10-251-0/+3
* Move test into test/std subdirectory.Eric Fiselier2014-12-2092-0/+3471
OpenPOWER on IntegriCloud