Revert "Mark two coroutine tests as unsupported under ubsan"
This reverts commit r304462, thereby re-enabling two tests under ubsan. We expect these tests to pass now that PR33271 is fixed. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@304580 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -10,9 +10,6 @@
|
|||||||
|
|
||||||
// UNSUPPORTED: c++98, c++03, c++11
|
// UNSUPPORTED: c++98, c++03, c++11
|
||||||
|
|
||||||
// See https://bugs.llvm.org/show_bug.cgi?id=33271
|
|
||||||
// UNSUPPORTED: ubsan
|
|
||||||
|
|
||||||
#include <experimental/coroutine>
|
#include <experimental/coroutine>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
|
|||||||
@@ -10,9 +10,6 @@
|
|||||||
|
|
||||||
// UNSUPPORTED: c++98, c++03, c++11
|
// UNSUPPORTED: c++98, c++03, c++11
|
||||||
|
|
||||||
// See https://bugs.llvm.org/show_bug.cgi?id=33271
|
|
||||||
// UNSUPPORTED: ubsan
|
|
||||||
|
|
||||||
#include <experimental/coroutine>
|
#include <experimental/coroutine>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|||||||
Reference in New Issue
Block a user