[PATCH] D54103: [UBsan] disable few tests for FreeBSD
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 5 09:20:58 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL346145: [UBsan] disable few tests for FreeBSD (authored by devnexen, committed by ).
Herald added a subscriber: delcypher.
Changed prior to commit:
https://reviews.llvm.org/D54103?vs=172581&id=172604#toc
Repository:
rL LLVM
https://reviews.llvm.org/D54103
Files:
compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr-virtual-base.cpp
compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp
Index: compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp
===================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp
+++ compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp
@@ -42,6 +42,8 @@
// UNSUPPORTED: android
// Compilation error
// UNSUPPORTED: openbsd
+// Compilation error
+// UNSUPPORTED: freebsd
#include <new>
#include <typeinfo>
#include <assert.h>
Index: compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr-virtual-base.cpp
===================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr-virtual-base.cpp
+++ compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr-virtual-base.cpp
@@ -3,6 +3,8 @@
// REQUIRES: cxxabi
// UNSUPPORTED: windows-msvc
+// Nested crash reported
+// UNSUPPORTED: freebsd
struct S { virtual int f() { return 0; } };
struct T : virtual S {};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54103.172604.patch
Type: text/x-patch
Size: 941 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181105/e8bafe1c/attachment.bin>
More information about the llvm-commits
mailing list