[libcxx] r304104 - XFAIL tests which trigger coroutine debug info crash in Clang
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Sun May 28 13:49:11 PDT 2017
Author: ericwf
Date: Sun May 28 15:49:11 2017
New Revision: 304104
URL: http://llvm.org/viewvc/llvm-project?rev=304104&view=rev
Log:
XFAIL tests which trigger coroutine debug info crash in Clang
Modified:
libcxx/trunk/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.sh.cpp
libcxx/trunk/test/std/experimental/language.support/support.coroutines/end.to.end/generator.sh.cpp
Modified: libcxx/trunk/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.sh.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.sh.cpp?rev=304104&r1=304103&r2=304104&view=diff
==============================================================================
--- libcxx/trunk/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.sh.cpp (original)
+++ libcxx/trunk/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.sh.cpp Sun May 28 15:49:11 2017
@@ -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
Modified: libcxx/trunk/test/std/experimental/language.support/support.coroutines/end.to.end/generator.sh.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/experimental/language.support/support.coroutines/end.to.end/generator.sh.cpp?rev=304104&r1=304103&r2=304104&view=diff
==============================================================================
--- libcxx/trunk/test/std/experimental/language.support/support.coroutines/end.to.end/generator.sh.cpp (original)
+++ libcxx/trunk/test/std/experimental/language.support/support.coroutines/end.to.end/generator.sh.cpp Sun May 28 15:49:11 2017
@@ -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
More information about the cfe-commits
mailing list