summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/input.output/stream.buffers/streambuf
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3131-0/+56
* [libc++] Fix forgotten fclose() in unit testLouis Dionne2019-03-011-0/+1
* [libc++] Add a test for PR14074Louis Dionne2019-02-271-0/+62
* Support tests in freestandingJF Bastien2019-02-0438-38/+114
* [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-1938-152/+114
* Add a catch for std::length_error for the case where the string can't handle ...Marshall Clow2018-02-141-6/+7
* Fix most GCC test failures.Eric Fiselier2018-01-181-7/+6
* Mark test as a long-testRoger Ferrer Ibanez2017-10-121-0/+2
* Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow2017-09-121-0/+41
* Avoid C++17 guaranteed copy elision when testing for non-copyabilityEric Fiselier2016-12-081-2/+2
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-285-5/+5
* [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.Daniel Sanders2016-01-214-0/+8
* Don't hardcode the locale name string.Ed Schouten2015-03-161-1/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-2037-0/+1602
OpenPOWER on IntegriCloud