[libcxx] r304102 - Remove XFAIL's for recently fixed bug
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Sun May 28 13:25:41 PDT 2017
Author: ericwf
Date: Sun May 28 15:25:41 2017
New Revision: 304102
URL: http://llvm.org/viewvc/llvm-project?rev=304102&view=rev
Log:
Remove XFAIL's for recently fixed bug
Modified:
libcxx/trunk/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp
Modified: libcxx/trunk/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp?rev=304102&r1=304101&r2=304102&view=diff
==============================================================================
--- libcxx/trunk/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp (original)
+++ libcxx/trunk/test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp Sun May 28 15:25:41 2017
@@ -10,10 +10,6 @@
// 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