[compiler-rt] r225370 - XFAIL AArch64 UBsan test, just like ARM

Renato Golin renato.golin at linaro.org
Wed Jan 7 12:03:48 PST 2015


Author: rengolin
Date: Wed Jan  7 14:03:47 2015
New Revision: 225370

URL: http://llvm.org/viewvc/llvm-project?rev=225370&view=rev
Log:
XFAIL AArch64 UBsan test, just like ARM

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

Modified: compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp?rev=225370&r1=225369&r2=225370&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp Wed Jan  7 14:03:47 2015
@@ -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>





More information about the llvm-commits mailing list