[compiler-rt] r263311 - Disable a test that started failing recently; see PR26919.

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 16:23:33 PST 2016


Author: nico
Date: Fri Mar 11 18:23:33 2016
New Revision: 263311

URL: http://llvm.org/viewvc/llvm-project?rev=263311&view=rev
Log:
Disable a test that started failing recently; see PR26919.

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=263311&r1=263310&r2=263311&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp Fri Mar 11 18:23:33 2016
@@ -11,6 +11,9 @@
 // FIXME: not %run %t 8 2>&1 | FileCheck %s --check-prefix=CHECK-8
 // RUN: not %run %t 9 2>&1 | FileCheck %s --check-prefix=CHECK-9
 
+// FIXME: http://llvm.org/PR26919
+// XFAIL: win32
+
 // This test assumes float and double are IEEE-754 single- and double-precision.
 
 #if defined(__APPLE__)




More information about the llvm-commits mailing list