summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/array/iterators.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-110/+0
| | | | llvm-svn: 224658
* Added tests to the sequence containers for for LWG Issue #2263. Comparing ↵Marshall Clow2014-03-101-3/+16
| | | | | | iterators and allocator pointers with different const-character. No changes to libc++ llvm-svn: 203479
* Fix for PRPR17934; based on a fix suggested by Peter SommerladMarshall Clow2013-12-021-10/+28
| | | | llvm-svn: 196058
* N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for ↵Marshall Clow2013-08-081-1/+1
| | | | | | __tree_const_iterator constructor. Fix comment typos in other tests llvm-svn: 188019
* Implement tests for NULL iterators for <array> re: N3644Marshall Clow2013-08-061-0/+79
llvm-svn: 187809
OpenPOWER on IntegriCloud