summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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.