summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* Support tests in freestandingJF Bastien2019-02-044-4/+12
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* 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
* 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-182-2/+2
* 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-142-0/+35
* Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t ...Vedant Kumar2016-11-152-31/+0
* P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istr...Marshall Clow2016-11-142-0/+31
* 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
* A few bits of N2994 didn't get fully implemented a long time ago. Thanks to S...Marshall Clow2015-04-162-3/+40
* Move test into test/std subdirectory.Eric Fiselier2014-12-203-0/+89
OpenPOWER on IntegriCloud