[libc++abi] Disable _Unwind_ForcedUnwind + exception tests for ARM EHABI
authorFangrui Song <i@maskray.me>
Fri, 5 Feb 2021 22:12:27 +0000 (14:12 -0800)
committerFangrui Song <i@maskray.me>
Fri, 5 Feb 2021 22:12:27 +0000 (14:12 -0800)
commita4fa667dee6012e350bd405ee7a759a53738b279
treec691fd9a76c5059c45b0fc445327900bb5f43686
parent38a285885dd5f3634d7824da2a6aefe5e39782a7
[libc++abi] Disable _Unwind_ForcedUnwind + exception tests for ARM EHABI

libunwind ARM EHABI does not support _Unwind_ForcedUnwind yet.
In addition, ARM EHABI makes `_Unwind_Exception` a typedef so
`struct _Unwind_Exception*` cannot be used.
libcxxabi/test/forced_unwind1.pass.cpp
libcxxabi/test/forced_unwind2.pass.cpp