[compiler-rt] r233827 - Remove XFAILs from cast-overflow.cpp

Bill Seurer seurer at linux.vnet.ibm.com
Wed Apr 1 10:50:39 PDT 2015


Author: seurer
Date: Wed Apr  1 12:50:39 2015
New Revision: 233827

URL: http://llvm.org/viewvc/llvm-project?rev=233827&view=rev
Log:
Remove XFAILs from cast-overflow.cpp

My fix for power also fixed armv7l-unknown-linux-gnueabihf and aarch64


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=233827&r1=233826&r2=233827&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp Wed Apr  1 12:50:39 2015
@@ -13,8 +13,6 @@
 // RUN: not %run %t 9 2>&1 | FileCheck %s --check-prefix=CHECK-9
 
 // 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