summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/TypeCheck/vptr.cpp
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-10-14 21:00:22 +0000
committerRenato Golin <renato.golin@linaro.org>2014-10-14 21:00:22 +0000
commit0fbdab297ccb51aa322aa9a4acb69254224e388e (patch)
tree85e885d872b5a5cef8c4b4b94c060d850825e124 /test/ubsan/TestCases/TypeCheck/vptr.cpp
parentb9a6798ba1185fcafa1809cdb9dea59edaae8782 (diff)
Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to pass
When compiling with -mfpu=vfpv3, those tests began to pass, like the others with "Illegal Instruction" error, so removing the XFAIL from them should get the bot green (and have more tests!). git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@219721 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ubsan/TestCases/TypeCheck/vptr.cpp')
-rw-r--r--test/ubsan/TestCases/TypeCheck/vptr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ubsan/TestCases/TypeCheck/vptr.cpp b/test/ubsan/TestCases/TypeCheck/vptr.cpp
index bdb808ad8..6d6838781 100644
--- a/test/ubsan/TestCases/TypeCheck/vptr.cpp
+++ b/test/ubsan/TestCases/TypeCheck/vptr.cpp
@@ -25,7 +25,6 @@
// FIXME: This test produces linker errors on Darwin.
// XFAIL: darwin
-// XFAIL: armv7l-unknown-linux-gnueabihf
extern "C" {
const char *__ubsan_default_options() {