Disable a test that started failing recently; see PR26919.
authorNico Weber <nicolasweber@gmx.de>
Sat, 12 Mar 2016 00:23:33 +0000 (00:23 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 12 Mar 2016 00:23:33 +0000 (00:23 +0000)
llvm-svn: 263311

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

index 5f51553..e833d9f 100644 (file)
@@ -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__)