diff options
Diffstat (limited to 'libcxx')
2 files changed, 8 insertions, 0 deletions
diff --git a/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.sh.cpp b/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.sh.cpp index 1e5c106a018..06ceafa9352 100644 --- a/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.sh.cpp +++ b/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.sh.cpp @@ -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 diff --git a/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/generator.sh.cpp b/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/generator.sh.cpp index 922b3a001e0..f31b68ae7eb 100644 --- a/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/generator.sh.cpp +++ b/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/generator.sh.cpp @@ -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 |

