Workaround debug info bug in Clangs coroutine implementation
authorEric Fiselier <eric@efcs.ca>
Fri, 26 May 2017 04:09:38 +0000 (04:09 +0000)
committerEric Fiselier <eric@efcs.ca>
Fri, 26 May 2017 04:09:38 +0000 (04:09 +0000)
llvm-svn: 303966

libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp

index ebe447c..ad836af 100644 (file)
 
 // 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