diff options
author | Renato Golin <renato.golin@linaro.org> | 2015-01-07 20:03:47 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2015-01-07 20:03:47 +0000 |
commit | ea56f08b3f0dd93dd4071946d833c8bcff587838 (patch) | |
tree | 6fd6dfdeb13a852a77a4e7ea52fd5b04063f910d | |
parent | ef3b864a07b998a449673cc8a46b5a418f775903 (diff) | |
download | bcm5719-llvm-ea56f08b3f0dd93dd4071946d833c8bcff587838.tar.gz bcm5719-llvm-ea56f08b3f0dd93dd4071946d833c8bcff587838.zip |
XFAIL AArch64 UBsan test, just like ARM
llvm-svn: 225370
-rw-r--r-- | compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp b/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp index 22991e0a6c5..526817153d0 100644 --- a/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp +++ b/compiler-rt/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> |