Re-XFAIL UBSan vptr testcase on darwin.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 29 Apr 2015 17:49:05 +0000 (17:49 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 29 Apr 2015 17:49:05 +0000 (17:49 +0000)
Partial revert of r235961; the test still fails on Green Dragon bots.

llvm-svn: 236135

compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp

index 38ecf7556cc3b7603c07a59e04bf022946dc3795..bb2c64902248d28a51f66f18c6b0d5ae80fa11b6 100644 (file)
@@ -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>