XFAIL tests which trigger coroutine debug info crash in Clang

llvm-svn: 304104
This commit is contained in:
Eric Fiselier 2017-05-28 20:49:11 +00:00
parent 8f7952c190
commit f8b10f99c9
2 changed files with 8 additions and 0 deletions

View File

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

View File

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