[compiler-rt] r236135 - Re-XFAIL UBSan vptr testcase on darwin.
Ahmed Bougacha
ahmed.bougacha at gmail.com
Wed Apr 29 10:49:05 PDT 2015
Author: ab
Date: Wed Apr 29 12:49:05 2015
New Revision: 236135
URL: http://llvm.org/viewvc/llvm-project?rev=236135&view=rev
Log:
Re-XFAIL UBSan vptr testcase on darwin.
Partial revert of r235961; the test still fails on Green Dragon bots.
Modified:
compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp
Modified: compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp?rev=236135&r1=236134&r2=236135&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp Wed Apr 29 12:49:05 2015
@@ -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 <new>
More information about the llvm-commits
mailing list