From ea56f08b3f0dd93dd4071946d833c8bcff587838 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 7 Jan 2015 20:03:47 +0000 Subject: [PATCH] XFAIL AArch64 UBsan test, just like ARM llvm-svn: 225370 --- compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp b/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp index 22991e0a6c55..526817153d02 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