XFAIL tests which trigger coroutine debug info crash in Clang
authorEric Fiselier <eric@efcs.ca>
Sun, 28 May 2017 20:49:11 +0000 (20:49 +0000)
committerEric Fiselier <eric@efcs.ca>
Sun, 28 May 2017 20:49:11 +0000 (20:49 +0000)
llvm-svn: 304104

libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.sh.cpp
libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/generator.sh.cpp

index 1e5c106..06ceafa 100644 (file)
 // 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
 
index 922b3a0..f31b68a 100644 (file)
 // 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