summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/array/at.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
| | | | | | No functional change, no code review. llvm-svn: 292434
* Implement the missing constexpr stuff in <array>. Fixes PR#31645.Marshall Clow2017-01-161-0/+15
| | | | llvm-svn: 292091
* Protect std::array tests under noexceptionsRoger Ferrer Ibanez2016-11-291-3/+14
| | | | | | | | Skip tests that expect exceptions be thrown. Also add missing asserts. Differential Revision: https://reviews.llvm.org/D27095 llvm-svn: 288165
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
| | | | llvm-svn: 271435
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
| | | | | | | | | | | | Fixes a small omission in libcxx that prevents libcxx being built when -DLIBCXX_ENABLE_EXCEPTIONS=0 is specified. This patch adds XFAILS to all those tests that are currently failing on the new -fno-exceptions library variant. Follow-up patches will update the tests (progressively) to cope with the new library variant. Change-Id: I4b801bd8d8e4fe7193df9e55f39f1f393a8ba81a llvm-svn: 252598
* Suppress array initialization warnings in std::experimental::apply testsEric Fiselier2015-10-011-1/+3
| | | | llvm-svn: 248987
* Fix warnings in array and assoc containersEric Fiselier2015-07-181-2/+6
| | | | llvm-svn: 242629
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+67
llvm-svn: 224658
OpenPOWER on IntegriCloud