summaryrefslogtreecommitdiffstats
path: root/libcxx
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-05-28 20:49:11 +0000
committerEric Fiselier <eric@efcs.ca>2017-05-28 20:49:11 +0000
commitf8b10f99c9466d341beeea657dd8e8283bef13b2 (patch)
treed62d95fdfdbe87372f49bcbd2dff4aff16c35172 /libcxx
parent8f7952c19022b591740451d56c5c3621b450317a (diff)
downloadbcm5719-llvm-f8b10f99c9466d341beeea657dd8e8283bef13b2.tar.gz
bcm5719-llvm-f8b10f99c9466d341beeea657dd8e8283bef13b2.zip
XFAIL tests which trigger coroutine debug info crash in Clang
llvm-svn: 304104
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.sh.cpp4
-rw-r--r--libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/generator.sh.cpp4
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
OpenPOWER on IntegriCloud