History log of /external/libcxxabi/test/unwind_04.pass.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
279d648944d5d8f04ccab7f9670d338630923adb 24-Jan-2017 Eric Fiselier <eric@efcs.ca> Remove all usages of REQUIRES-ANY in the test suite.

Pending LIT changes are about to remove the REQUIRES-ANY keyword
in place of supporting boolean && and || within "REQUIRES". This
patch prepares libc++ for that change so that when applied
the bots don't lose their mind.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@292906 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/test/unwind_04.pass.cpp
7769ea25e4dc05094a74cb77cf83b9e5dc90491a 16-Jan-2017 Marshall Clow <mclow.lists@gmail.com> Mark the dynamic-exception tests as unsupported under C++17, since it has no dynamic-exception specs. Also, remove a FIXME workaround from the config that allowed these tests to work under C++17. This addresses PR#31621.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@292135 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/test/unwind_04.pass.cpp
a3f4893c54ebd8662b1a8f079fa31beabeb54b90 24-Dec-2016 Eric Fiselier <eric@efcs.ca> Suppress unreachable code warning in unwind tests

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@290487 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/test/unwind_04.pass.cpp
4174e8b402ba05e3b3e003b1066f1eae6fbeb24b 31-May-2016 Asiri Rathnayake <asiri.rathnayake@arm.com> [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant

Currently there is only support for a -fno-exceptions libc++ build. This is
problematic for functions such as std::terminate() which are defined in
libc++abi and using any of those functions throws away most of the benefits
of using -fno-exceptions (code-size). This patch introduces a -fno-exceptions
libc++abi build to address this issue.

This new variant of libc++abi cannot be linked against any with-exceptions
code as some symbols necessary for handling exceptions are missing in this
library.

Differential revision: http://reviews.llvm.org/D20677

Reviewers: EricWF, mclow.lists, bcraig

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@271267 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/test/unwind_04.pass.cpp
b87715955373dd59a2130ded2439032c466dae43 24-Apr-2015 Saleem Abdulrasool <compnerd@compnerd.org> libc++abi: move tests back

These are apparently related to libc++'s unwind personality handler and not
unwind core. Move them back to the correct location.


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@235765 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/test/unwind_04.pass.cpp
ee8031b773ba5a69dd7f317088c99cc42ffcaf56 24-Apr-2015 Saleem Abdulrasool <compnerd@compnerd.org> libc++abi: remove the duplicated unwind content

The unwinder has been moved into its own project setup at
http://svn.llvm.org/projects/libunwind/trunk. This simply removes the now
duplicated content. This move was previously discussed on llvmdev at [1].

[1] http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-January/081507.html


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@235759 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/test/unwind_04.pass.cpp
c0b48088747387dd36c652afc37f854d5bba3c24 21-Jan-2015 Jonathan Roelofs <jonathan@codesourcery.com> Rename all of the tests in preparation for merging lit configs with libcxx

http://reviews.llvm.org/D7101


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@226691 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/test/unwind_04.pass.cpp