summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/input.output
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-225-5/+5
* [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
* libcxx: Rename last two .hpp files in libcxx to .hNico Weber2019-08-215-6/+6
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-21127-332/+332
* [libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose failsPetr Hosek2019-07-221-0/+56
* 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-31303-0/+560
* [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
* Allow disabling of filesystem library.Eric Fiselier2019-03-211-0/+3
* [libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi...Louis Dionne2019-03-208-0/+10
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-191-3/+0
* Revert "[libc++] Build <filesystem> support as part of the dylib"Louis Dionne2019-03-19147-0/+14173
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-19147-14173/+0
* [libc++] Fix forgotten fclose() in unit testLouis Dionne2019-03-011-0/+1
* [libc++] Increase portability of xalloc testLouis Dionne2019-03-011-5/+3
* [libc++] Add a test for PR14074Louis Dionne2019-02-271-0/+62
* [libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdefLouis Dionne2019-02-051-11/+3
* Support tests in freestandingJF Bastien2019-02-04426-428/+1270
* add a test and a couple minor bug fixes for the implicit-signed-integer-trunc...Marshall Clow2019-02-011-0/+5
* [libcxx] Include <cstring> in tests that use strcmpLouis Dionne2019-01-222-2/+4
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19498-1992/+1494
* Filesystem tests: fix fs.op.relativeJF Bastien2019-01-101-43/+83
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-091-1/+1
* Fix flaky symlink access time test.Eric Fiselier2019-01-051-5/+7
* Fix test case breakages caused by lexically_relative changeEric Fiselier2018-12-211-3/+3
* Implement LWG 3096: path::lexically_relative is confused by trailing slashesEric Fiselier2018-12-211-2/+2
* Implement LWG 3065: Make path operators friends.Eric Fiselier2018-12-213-1/+63
* Implement LWG 2936: Path comparison is defined in terms of the generic formatEric Fiselier2018-12-211-1/+54
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-1812-0/+17
* [test] [filesystems] NetBSD can do symlink permissions tooMichal Gorny2018-12-121-1/+1
* [test] [filesystems] Extend FreeBSD tv_sec==-1 workaround to NetBSDMichal Gorny2018-12-121-1/+1
* [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
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-155-11/+0
* 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] Remove nonportable locale assumption in basic.ios.members/nar...Billy Robert O'Neal III2018-08-081-3/+3
* Implement <filesystem>Eric Fiselier2018-07-27152-0/+14432
* [libcxx] [test] Fix MSVC x64 truncation warning.Stephan T. Lavavej2018-05-051-1/+1
* [libcxx] [test] Remove non-portable assertions from filebuf testsBilly Robert O'Neal III2018-04-262-10/+18
OpenPOWER on IntegriCloud