XFAIL AArch64 UBsan test, just like ARM
authorRenato Golin <renato.golin@linaro.org>
Wed, 7 Jan 2015 20:03:47 +0000 (20:03 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 7 Jan 2015 20:03:47 +0000 (20:03 +0000)
llvm-svn: 225370

compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp

index 22991e0..5268171 100644 (file)
@@ -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>