[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
|
// REQUIRES: cxxabi
|
||||||
// UNSUPPORTED: windows-msvc
|
// UNSUPPORTED: windows-msvc
|
||||||
|
// Nested crash reported
|
||||||
|
// UNSUPPORTED: freebsd
|
||||||
|
|
||||||
struct S { virtual int f() { return 0; } };
|
struct S { virtual int f() { return 0; } };
|
||||||
struct T : virtual S {};
|
struct T : virtual S {};
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,8 @@
|
||||||
// UNSUPPORTED: android
|
// UNSUPPORTED: android
|
||||||
// Compilation error
|
// Compilation error
|
||||||
// UNSUPPORTED: openbsd
|
// UNSUPPORTED: openbsd
|
||||||
|
// Compilation error
|
||||||
|
// UNSUPPORTED: freebsd
|
||||||
#include <new>
|
#include <new>
|
||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue