forked from OSchip/llvm-project
[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:
parent
0675e87ec8
commit
a7b4ae9d37
|
@ -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 {};
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
// UNSUPPORTED: android
|
||||
// Compilation error
|
||||
// UNSUPPORTED: openbsd
|
||||
// Compilation error
|
||||
// UNSUPPORTED: freebsd
|
||||
#include <new>
|
||||
#include <typeinfo>
|
||||
#include <assert.h>
|
||||
|
|
Loading…
Reference in New Issue