diff options
| author | Alexey Samsonov <vonosmas@gmail.com> | 2015-04-29 21:51:23 +0000 |
|---|---|---|
| committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-04-29 21:51:23 +0000 |
| commit | 3965cdeb39298555274b2d3927a583ff50a3058c (patch) | |
| tree | 2beecc64397d5d3e403fc2a7486c50bb09dd1cce | |
| parent | 3e3ef2f28c80c6f548410822a05abb138cd64c0b (diff) | |
| download | bcm5719-llvm-3965cdeb39298555274b2d3927a583ff50a3058c.tar.gz bcm5719-llvm-3965cdeb39298555274b2d3927a583ff50a3058c.zip | |
[UBSan] Disable vptr.cpp on Darwin again.
llvm-svn: 236165
| -rw-r--r-- | compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp index e31e4b3090a..d5313f294e0 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 <new> #include <assert.h> @@ -163,4 +165,5 @@ int access_p(T *p, char type) { (void)static_cast<T*>(reinterpret_cast<S*>(p)); return 0; } + return 0; } |

