summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAsiri Rathnayake <asiri.rathnayake@arm.com>2017-02-27 15:31:34 +0000
committerAsiri Rathnayake <asiri.rathnayake@arm.com>2017-02-27 15:31:34 +0000
commit3f19f77facd5f93d9fb97201a8f93fbd450f0c43 (patch)
treef2b5f22a67561e7106480ed31b5458a854791072 /test
parentfbe5bc107aa8aef83a28a04c04e6d80394ec4f0b (diff)
Attempt to fix arm-native libcxxabi tests for the no-exceptions variant
These tests embed calls to exceptions-related symbols from the abi library, which are absent in the no-exceptions variant. The tests need to be marked as unsupported for the no-exceptions configuration. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@296344 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s1
-rw-r--r--test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s b/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s
index 2c9f720..cd6f801 100644
--- a/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s
+++ b/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s
@@ -1,5 +1,6 @@
@ RUN: %cxx %flags %link_flags %s -o %t.exe
@ RUN: %exec %t.exe
+@ UNSUPPORTED: libcxxabi-no-exceptions
@ PURPOSE: Check that 0x00 is a valid value for ttype encoding. LLVM and
@ GCC 4.6 are generating 0x00 as ttype encoding. libc++abi should provide
diff --git a/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s b/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s
index bb362c4..d9a8163 100644
--- a/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s
+++ b/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s
@@ -1,5 +1,6 @@
@ RUN: %cxx %flags %link_flags %s -o %t.exe
@ RUN: %exec %t.exe
+@ UNSUPPORTED: libcxxabi-no-exceptions
@ PURPOSE: Check that 0x90 is a valid value for ttype encoding.