From a317745593f95e1e72aa06d836ead19c9c6b53d4 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 26 May 2017 04:09:38 +0000 Subject: [PATCH] Workaround debug info bug in Clangs coroutine implementation git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@303966 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../support.coroutines/dialect_support.sh.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp b/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp index ebe447c6c..ad836af74 100644 --- a/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp +++ b/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp @@ -10,6 +10,10 @@ // 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