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:
Vedant Kumar 2017-06-01 20:00:40 +00:00
parent 41dfc4f1fa
commit 962aa247de
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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>