From 3965cdeb39298555274b2d3927a583ff50a3058c Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Wed, 29 Apr 2015 21:51:23 +0000 Subject: [PATCH] [UBSan] Disable vptr.cpp on Darwin again. llvm-svn: 236165 --- compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp index e31e4b3..d5313f2 100644 --- a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp +++ b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp @@ -24,6 +24,8 @@ // RUN: echo "vptr_check:S" > %t.loc-supp // RUN: UBSAN_OPTIONS="suppressions='%t.loc-supp'" not %run %t x- 2>&1 | FileCheck %s --check-prefix=CHECK-LOC-SUPPRESS +// FIXME: The test still fails on Darwin +// XFAIL: darwin // REQUIRES: stable-runtime #include #include @@ -163,4 +165,5 @@ int access_p(T *p, char type) { (void)static_cast(reinterpret_cast(p)); return 0; } + return 0; } -- 2.7.4