From: Ahmed Bougacha Date: Wed, 29 Apr 2015 17:49:05 +0000 (+0000) Subject: Re-XFAIL UBSan vptr testcase on darwin. X-Git-Tag: llvmorg-3.7.0-rc1~5719 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69b5f93cb5a8c3e6cf76e63fe96bcef6663b58d1;p=platform%2Fupstream%2Fllvm.git Re-XFAIL UBSan vptr testcase on darwin. Partial revert of r235961; the test still fails on Green Dragon bots. llvm-svn: 236135 --- diff --git a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp index 38ecf7556cc3..bb2c64902248 100644 --- a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp +++ b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp @@ -23,6 +23,8 @@ // RUN: echo "vptr_check:S" > %t.loc-supp // RUN: UBSAN_OPTIONS="suppressions='%t.loc-supp':halt_on_error=1" not %run %t x- 2>&1 | FileCheck %s --check-prefix=CHECK-LOC-SUPPRESS +// FIXME: This test doesn't pass on Darwin yet. +// XFAIL: darwin // REQUIRES: stable-runtime #include