summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/iterators/stream.iterators
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-252-6/+0
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-252-0/+6
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-242-6/+0
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3133-0/+66
* Support tests in freestandingJF Bastien2019-02-0443-43/+129
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1943-172/+129
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-05-051-8/+8
* Move old test into test/libcxx, and implement new version of test for ostream...Marshall Clow2018-04-261-2/+15
* [libcxx] [test] Use TEST_COMPILER_C1XX.Stephan T. Lavavej2018-04-121-2/+4
* [libcxx] Define istream_iterator equality comparison operators out-of-lineRoger Ferrer Ibanez2017-12-111-0/+3
* Change test suite to support c++17 dialect flag instead of c++1z.Eric Fiselier2017-11-071-1/+1
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-142-0/+4
* Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anyt...Marshall Clow2017-05-231-28/+0
* [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance should...Stephan T. Lavavej2017-05-053-0/+54
* Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini2017-03-021-1/+1
* Revert "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini2017-03-021-1/+1
* Fix Apple-specific XFAIL directive in libc++ testMehdi Amini2017-03-011-1/+1
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-171-1/+1
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-183-5/+5
* Fix unused parameters and variablesEric Fiselier2016-12-231-0/+1
* XFAIL test for more apple-clang versionsEric Fiselier2016-12-151-1/+1
* XFAIL test on apple-clang-7.0Eric Fiselier2016-12-141-1/+1
* Recommit r286884: P0503R0, adopted in Issaquah, rewords some requirements on ...Eric Fiselier2016-12-143-3/+47
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-0/+4
* Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t ...Vedant Kumar2016-11-153-43/+3
* P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istr...Marshall Clow2016-11-143-3/+43
* Add tests for LWG2544. We already implement this; just adding tests to make s...Marshall Clow2016-10-103-0/+66
* Make instreambuf.iterator/types.pass.cpp more portable.Eric Fiselier2016-06-301-6/+12
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-143-4/+10
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-014-4/+4
* Test hijacking ADL for operator& in the stream iterator constructors.Eric Fiselier2016-05-172-3/+30
* Add test for r269789Eric Fiselier2016-05-171-0/+2
* Rename a few tests that had typos in their names. No functional change. Thank...Marshall Clow2016-04-231-0/+0
* Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traitsEric Fiselier2016-01-202-0/+6
* Suppress clang warnings in some testsEric Fiselier2015-08-301-0/+4
* A few bits of N2994 didn't get fully implemented a long time ago. Thanks to S...Marshall Clow2015-04-165-8/+79
* Move test into test/std subdirectory.Eric Fiselier2014-12-2043-0/+1579
OpenPOWER on IntegriCloud