summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/iterators/stream.iterators/istream.iterator
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-251-3/+0
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-251-0/+3
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-241-3/+0
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-316-0/+12
* Support tests in freestandingJF Bastien2019-02-0410-10/+30
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1910-40/+30
* [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-141-0/+2
* [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance should...Stephan T. Lavavej2017-05-051-0/+18
* 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
* 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
* 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
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-142-2/+6
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-012-2/+2
* Add test for r269789Eric Fiselier2016-05-171-0/+2
* Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traitsEric Fiselier2016-01-201-0/+3
* A few bits of N2994 didn't get fully implemented a long time ago. Thanks to S...Marshall Clow2015-04-163-3/+54
* Move test into test/std subdirectory.Eric Fiselier2014-12-209-0/+315
OpenPOWER on IntegriCloud