diff --git a/libcxxabi/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s b/libcxxabi/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s index 2c9f720a4d8d..cd6f801d42fa 100644 --- a/libcxxabi/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s +++ b/libcxxabi/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/libcxxabi/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s b/libcxxabi/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s index bb362c42f878..d9a8163e18b2 100644 --- a/libcxxabi/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s +++ b/libcxxabi/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.