- d4fa038 Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric for the report by Marshall Clow · 7 years ago
- 00d8360 [libcxx] [test] Fix whitespace, NFC. by Stephan T. Lavavej · 7 years ago
- 57e7825 Move old test into test/libcxx, and implement new version of test for ostreambuf_iterator::failed. Fixes PR#37245. Thanks to Billy O'Neill for the bug report. by Marshall Clow · 7 years ago
- 9e5283f [libcxx] [test] Use TEST_COMPILER_C1XX. by Stephan T. Lavavej · 7 years ago
- aafb315 Add tests to make sure that <string_view> provides std::size/data/empty in C++17 mode. This is LWG#3009, coming up for a vote in JAX - but we already do it, just don't have tests by Marshall Clow · 8 years ago
- 6f56d3e [libcxx] Define istream_iterator equality comparison operators out-of-line by Roger Ferrer Ibanez · 8 years ago
- ba40b05 Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 by Billy Robert O'Neal III · 8 years ago
- 25a7ba4 More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big. by Marshall Clow · 8 years ago
- 5f8d84e Clean up the tests for free data(), size() and empty() by Marshall Clow · 8 years ago
- 8325276 Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033 by Billy Robert O'Neal III · 8 years ago
- 0a5ebdb Another test for LWG2952 by Marshall Clow · 8 years ago
- ffcfd92 Implement LWG2952: iterator_traits should work for pointers to cv T by Marshall Clow · 8 years ago
- 515e9db Change test suite to support c++17 dialect flag instead of c++1z. by Eric Fiselier · 8 years ago
- 346bd6a Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable by Benjamin Kramer · 8 years ago
- 709be5e [libcxx] [test] Rename _Up to U, etc. NFCI. by Stephan T. Lavavej · 8 years ago
- aae6356 [libcxx] [test] Rename _Tp to T. NFCI. by Stephan T. Lavavej · 8 years ago
- e71235b [libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC. by Stephan T. Lavavej · 8 years ago
- 9ea675e [libcxx] [test] Change comments to say C++ instead of c++. NFC. by Stephan T. Lavavej · 8 years ago
- 4159db7 [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 8 years ago
- 3e2ef40 Remove addtional parameters in function std::next() and std::prev() by Rachel Craik · 8 years ago
- 5984426 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 8 years ago
- c44a727 Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anything useful. by Marshall Clow · 8 years ago
- f51ee63 Make next/prev/advance/distance operations on iterators be constexpr. I missed this when I implemented the rest of P0031R0 by Marshall Clow · 8 years ago
- 40608ce [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance shouldn't be mandated". by Stephan T. Lavavej · 8 years ago
- 4f73dbf Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES by Eric Fiselier · 9 years ago
- 2f75ad4 Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test" by Mehdi Amini · 9 years ago
- cd0b56c Revert "Fix Apple-specific XFAIL directive in libc++ test" by Mehdi Amini · 9 years ago
- 48c4a82 Fix Apple-specific XFAIL directive in libc++ test by Mehdi Amini · 9 years ago
- 3c35491 Update all bug URL's to point to https://bugs.llvm.org/... by Eric Fiselier · 9 years ago
- a730ed3 [libcxx] [test] Fix comment typos, strip trailing whitespace. by Stephan T. Lavavej · 9 years ago
- 12195f1 [libcxx] [test] Strip trailing whitespace. NFC, no code review. by Stephan T. Lavavej · 9 years ago
- 020b623 Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access' for C++17 by Marshall Clow · 9 years ago
- a3f1411 Fix unused warning which only triggers in C++11 by Eric Fiselier · 9 years ago
- fd83822 Fix unused parameters and variables by Eric Fiselier · 9 years ago
- a0620a1 XFAIL test for more apple-clang versions by Eric Fiselier · 9 years ago
- a361aa3 XFAIL test on apple-clang-7.0 by Eric Fiselier · 9 years ago
- fec6be9 Recommit r286884: P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. by Eric Fiselier · 9 years ago
- f2e24f5 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 7/7. by Stephan T. Lavavej · 9 years ago
- 465bd0f Enable warnings by default for C++ >= 11 and fix -Wshadow occurances by Eric Fiselier · 9 years ago
- d72ece6 [libcxx] [test] D27027: Strip trailing whitespace. by Stephan T. Lavavej · 9 years ago
- 50d161c Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests." by Vedant Kumar · 9 years ago
- 48b520a P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests. by Marshall Clow · 9 years ago
- 0f901c7 [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. by Stephan T. Lavavej · 9 years ago
- 720ef47 Implement another part of P0031; adding constexpr to move_iterator by Marshall Clow · 9 years ago
- c1b73a1 Adding a missing constexpr test for reverse_iterator operator[]. by Marshall Clow · 9 years ago
- 1b8f260 Implement constexpr support for reverse_iterator. Reviewed as https://reviews.llvm.org/D25534 by Marshall Clow · 9 years ago
- 610ad3a Add tests for LWG2544. We already implement this; just adding tests to make sure that we keep doing it. by Marshall Clow · 9 years ago
- a619917 [libcxx] Add missing c++98 xfail. NFC. by Asiri Rathnayake · 9 years ago
- 2a837ea Mark test as XFAIL for C++03, rather than providing a dummy pass. by Marshall Clow · 9 years ago
- 7725546 std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927. by Marshall Clow · 9 years ago
- 8892b4e Fix ::reference typedef in insert iterators. by Eric Fiselier · 9 years ago
- cb1fd66 Make instreambuf.iterator/types.pass.cpp more portable. by Eric Fiselier · 9 years ago
- 56f23a3 Move remaining _LIBCPP_VERSION tests into test/libcxx by Eric Fiselier · 9 years ago
- f2f2a63 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 9 years ago
- d04c685 Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 9 years ago
- 6edc12c [libcxx] Improve tests to use the UNSUPPORTED lit directive by Asiri Rathnayake · 9 years ago
- 6a05b00 Test hijacking ADL for operator& in the stream iterator constructors. by Eric Fiselier · 9 years ago
- 7b65137 Add test for r269789 by Eric Fiselier · 9 years ago
- fb42f4c Void cast runtime-unused variables. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
- a64a8fc Rename a few tests that had typos in their names. No functional change. Thanks to STL for the catch by Marshall Clow · 9 years ago
- 906c508 Fix LWG issue #2106: move_iterators returning prvalues by Eric Fiselier · 9 years ago
- 05333fc Implement LWG#680, which was missed lo these many moons ago, and was reported as bug #27259. As a drive-by fix, replace the hand-rolled equivalent to addressof in __wrap_iter with the real thing. by Marshall Clow · 9 years ago
- 6469c3e Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits by Eric Fiselier · 10 years ago
- e5f1288 Implement LWG#2353: std::next is over-constrained by Marshall Clow · 10 years ago
- d49455e Suppress clang warnings in some tests by Eric Fiselier · 10 years ago
- 60d5e0e A few bits of N2994 didn't get fully implemented a long time ago. Thanks to STL@microsoft.com for the bug report by Marshall Clow · 10 years ago
- b1e72ec [libcxx] Make __wrap_iter work with gcc. by Nico Weber · 11 years ago
- eb9bfac Cleaning up the test suite; remove some includes of non-standard file <__config> by Marshall Clow · 11 years ago
- 612c2c7 One more #include request in the test suite from Walter Brown by Marshall Clow · 11 years ago
- 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago