summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/Float
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-10-08 21:13:23 +0000
committerRenato Golin <renato.golin@linaro.org>2014-10-08 21:13:23 +0000
commit18436777b314f559aca7c545f734187fd300d00e (patch)
treea155cf62e4ff3c5f52c7e244abfabe8985669196 /test/ubsan/TestCases/Float
parentfa65ad287fe443fccb2e77f452a28d7ece679ab2 (diff)
Mark sanitizer tests XFAIL on ARMv7
ASAN, UBSAN and profile tests that don't work with arm-linux-gnueabi and android also don't work on armv7l-linux-gnueabihf. Some of the tests have known causes, others not yet. In order to get a green bot, I'm disabling those tests for now and will investigate when the priority rises. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@219343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ubsan/TestCases/Float')
-rw-r--r--test/ubsan/TestCases/Float/cast-overflow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ubsan/TestCases/Float/cast-overflow.cpp b/test/ubsan/TestCases/Float/cast-overflow.cpp
index abb65bfad..3f87e4086 100644
--- a/test/ubsan/TestCases/Float/cast-overflow.cpp
+++ b/test/ubsan/TestCases/Float/cast-overflow.cpp
@@ -13,6 +13,7 @@
// 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
#if defined(__APPLE__)
# include <machine/endian.h>