summaryrefslogtreecommitdiff
path: root/test/std/iterators/stream.iterators
AgeCommit message (Expand)Author
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-05[libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej
2018-04-26Move old test into test/libcxx, and implement new version of test for ostream...Marshall Clow
2018-04-12[libcxx] [test] Use TEST_COMPILER_C1XX.Stephan T. Lavavej
2017-12-11[libcxx] Define istream_iterator equality comparison operators out-of-lineRoger Ferrer Ibanez
2017-11-07Change test suite to support c++17 dialect flag instead of c++1z.Eric Fiselier
2017-10-14Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer
2017-05-23Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anyt...Marshall Clow
2017-05-05[libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance should...Stephan T. Lavavej
2017-03-02Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini
2017-03-02Revert "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini
2017-03-01Fix Apple-specific XFAIL directive in libc++ testMehdi Amini
2017-02-17Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier
2017-01-18[libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej
2016-12-23Fix unused parameters and variablesEric Fiselier
2016-12-15XFAIL test for more apple-clang versionsEric Fiselier
2016-12-14XFAIL test on apple-clang-7.0Eric Fiselier
2016-12-14Recommit r286884: P0503R0, adopted in Issaquah, rewords some requirements on ...Eric Fiselier
2016-12-08[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej
2016-11-15Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t ...Vedant Kumar
2016-11-14P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istr...Marshall Clow
2016-10-10Add tests for LWG2544. We already implement this; just adding tests to make s...Marshall Clow
2016-06-30Make instreambuf.iterator/types.pass.cpp more portable.Eric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-05-17Test hijacking ADL for operator& in the stream iterator constructors.Eric Fiselier
2016-05-17Add test for r269789Eric Fiselier
2016-04-23Rename a few tests that had typos in their names. No functional change. Thank...Marshall Clow
2016-01-20Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traitsEric Fiselier
2015-08-30Suppress clang warnings in some testsEric Fiselier
2015-04-16A few bits of N2994 didn't get fully implemented a long time ago. Thanks to S...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier