forked from OSchip/llvm-project
Mark two coroutine tests as unsupported under ubsan
They appear to crash inside of SelectionDAG on some Linux bots, when ubsan is enabled. https://bugs.llvm.org/show_bug.cgi?id=33271 llvm-svn: 304462
This commit is contained in:
parent
41dfc4f1fa
commit
962aa247de
|
@ -10,6 +10,9 @@
|
|||
|
||||
// UNSUPPORTED: c++98, c++03, c++11
|
||||
|
||||
// See https://bugs.llvm.org/show_bug.cgi?id=33271
|
||||
// UNSUPPORTED: ubsan
|
||||
|
||||
#include <experimental/coroutine>
|
||||
#include <cassert>
|
||||
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
|
||||
// UNSUPPORTED: c++98, c++03, c++11
|
||||
|
||||
// See https://bugs.llvm.org/show_bug.cgi?id=33271
|
||||
// UNSUPPORTED: ubsan
|
||||
|
||||
#include <experimental/coroutine>
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
|
|
Loading…
Reference in New Issue