This revision was automatically updated to reflect the committed changes.
Closed by commit rL288165: Protect std::array tests under noexceptions
(authored by rogfer01).
Changed prior to commit:
https://reviews.llvm.org/D27095?vs=79589&id=79591#toc
Repository:
rL LLVM
https://reviews.llvm.or
rogfer01 updated this revision to Diff 79589.
rogfer01 added a comment.
Add missing assertions in the original test.
https://reviews.llvm.org/D27095
Files:
test/std/containers/sequences/array/at.pass.cpp
Index: test/std/containers/sequences/array/at.pass.cpp
mclow.lists accepted this revision.
mclow.lists added a comment.
This revision is now accepted and ready to land.
Other than the missing `assert`s, (which are not your fault, but I would
appreciate you fixing) this LGTM.
Comment at: test/std/containers/sequences/array/at.pass.
rogfer01 created this revision.
rogfer01 added reviewers: mclow.lists, EricWF, rmaprath.
rogfer01 added a subscriber: cfe-commits.
Skip tests that expect exceptions be thrown.
https://reviews.llvm.org/D27095
Files:
test/std/containers/sequences/array/at.pass.cpp
Index: test/std/containers/s