summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-03-12 00:23:33 +0000
committerNico Weber <nicolasweber@gmx.de>2016-03-12 00:23:33 +0000
commit4b4e75886ccfd5bc607926eddae5d7139cc28122 (patch)
tree930b444bfa1a8271cda1a937d8cffd5e6182185b
parent1bc0e399ee553a912b2c679c1efad289d5dd5d4b (diff)
downloadbcm5719-llvm-4b4e75886ccfd5bc607926eddae5d7139cc28122.tar.gz
bcm5719-llvm-4b4e75886ccfd5bc607926eddae5d7139cc28122.zip
Disable a test that started failing recently; see PR26919.
llvm-svn: 263311
-rw-r--r--compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp b/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp
index 5f51553f4e4..e833d9fc948 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__)
OpenPOWER on IntegriCloud