[UBsan] disable few tests for FreeBSD

Reviewers: krytarowsky, vitalybuka

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D54103

llvm-svn: 346145
This commit is contained in:
David Carlier 2018-11-05 17:18:23 +00:00
parent 0675e87ec8
commit a7b4ae9d37
2 changed files with 4 additions and 0 deletions

View File

@ -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 {};

View File

@ -42,6 +42,8 @@
// UNSUPPORTED: android
// Compilation error
// UNSUPPORTED: openbsd
// Compilation error
// UNSUPPORTED: freebsd
#include <new>
#include <typeinfo>
#include <assert.h>