forked from OSchip/llvm-project
XFAIL tests which trigger coroutine debug info crash in Clang
llvm-svn: 304104
This commit is contained in:
parent
8f7952c190
commit
f8b10f99c9
|
|
@ -11,6 +11,10 @@
|
|||
// UNSUPPORTED: c++98, c++03, c++11
|
||||
// REQUIRES: fcoroutines-ts
|
||||
|
||||
// These configurations run the tests with '-g', which hits a bug in Clangs
|
||||
// coroutine implementation.
|
||||
// XFAIL: asan, msan, ubsan, tsan
|
||||
|
||||
// RUN: %build -fcoroutines-ts
|
||||
// RUN: %run
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,10 @@
|
|||
// UNSUPPORTED: c++98, c++03, c++11
|
||||
// REQUIRES: fcoroutines-ts
|
||||
|
||||
// These configurations run the tests with '-g', which hits a bug in Clangs
|
||||
// coroutine implementation.
|
||||
// XFAIL: asan, msan, ubsan, tsan
|
||||
|
||||
// RUN: %build -fcoroutines-ts
|
||||
// RUN: %run
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue