From 3f19f77facd5f93d9fb97201a8f93fbd450f0c43 Mon Sep 17 00:00:00 2001 From: Asiri Rathnayake Date: Mon, 27 Feb 2017 15:31:34 +0000 Subject: 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 --- test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s | 1 + test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s | 1 + 2 files changed, 2 insertions(+) (limited to 'test') 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. -- cgit v1.2.3