summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/input.output/file.streams
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose failsPetr Hosek2019-07-221-0/+56
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3153-0/+75
* [libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi...Louis Dionne2019-03-207-0/+7
* Support tests in freestandingJF Bastien2019-02-0458-58/+174
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1958-232/+174
* Implement <filesystem>Eric Fiselier2018-07-277-0/+389
* [libcxx] [test] Remove non-portable assertions from filebuf testsBilly Robert O'Neal III2018-04-262-10/+18
* Move tests for libc++ configurations into libcxx/ test subdirectoryEric Fiselier2017-05-123-32/+0
* Fix Windows test failures caused by identical temp file names.Eric Fiselier2017-05-074-8/+89
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output libraryEric Fiselier2017-04-188-16/+16
* Fix libc++ test to pass in C++03 modeMehdi Amini2017-03-031-1/+1
* Fix warning caused by platforms providing a signed wint_tEric Fiselier2016-12-241-1/+2
* [libcxx] [test] Change ifstream constructor tests to handle read-only files.Stephan T. Lavavej2016-12-124-24/+36
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-111-1/+2
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-141-42/+44
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-041-1/+3
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-223-60/+0
* Fix warnings in tests.Eric Fiselier2016-06-142-2/+2
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-281-4/+1
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-0/+5
* Guard Clang and GCC specific pragmas. Patch from STL@microsoft.comEric Fiselier2016-04-281-0/+2
* [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.Daniel Sanders2016-01-212-0/+4
* Suppress some warnings in the tests that snuck in. That 'tmpnam' is deprecat...Marshall Clow2015-09-151-0/+1
* Make the presence of stdin and stdout optional.Ed Schouten2015-03-261-20/+25
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-125-0/+38
* Move test into test/std subdirectory.Eric Fiselier2014-12-2060-0/+3542
OpenPOWER on IntegriCloud