aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2015-01-07 20:03:47 +0000
committerRenato Golin <renato.golin@linaro.org>2015-01-07 20:03:47 +0000
commitbdb332ec69a9c4f4599e6558fb3f3d2c9efc869e (patch)
treec63e355c3c3ef3fa14c6b23639711b980872cc41
parentc26d26c3f3cde1121cb8f081c991fca8973d28bc (diff)
downloadcompiler-rt-bdb332ec69a9c4f4599e6558fb3f3d2c9efc869e.tar.gz
XFAIL AArch64 UBsan test, just like ARM
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@225370 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/ubsan/TestCases/Float/cast-overflow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ubsan/TestCases/Float/cast-overflow.cpp b/test/ubsan/TestCases/Float/cast-overflow.cpp
index 22991e0a6..526817153 100644
--- a/test/ubsan/TestCases/Float/cast-overflow.cpp
+++ b/test/ubsan/TestCases/Float/cast-overflow.cpp
@@ -14,6 +14,7 @@
// This test assumes float and double are IEEE-754 single- and double-precision.
// XFAIL: armv7l-unknown-linux-gnueabihf
+// XFAIL: aarch64
#if defined(__APPLE__)
# include <machine/endian.h>