From 4b4e75886ccfd5bc607926eddae5d7139cc28122 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Sat, 12 Mar 2016 00:23:33 +0000 Subject: [PATCH] Disable a test that started failing recently; see PR26919. llvm-svn: 263311 --- compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp b/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp index 5f51553..e833d9f 100644 --- a/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp +++ b/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp @@ -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__) -- 2.7.4