[libcxx] r289767 - XFAIL test for more apple-clang versions

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 14 21:41:07 PST 2016


Author: ericwf
Date: Wed Dec 14 23:41:07 2016
New Revision: 289767

URL: http://llvm.org/viewvc/llvm-project?rev=289767&view=rev
Log:
XFAIL test for more apple-clang versions

Modified:
    libcxx/trunk/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp

Modified: libcxx/trunk/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp?rev=289767&r1=289766&r2=289767&view=diff
==============================================================================
--- libcxx/trunk/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp (original)
+++ libcxx/trunk/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp Wed Dec 14 23:41:07 2016
@@ -9,7 +9,7 @@
 
 // Usage of is_trivially_constructible is broken with these compilers.
 // See https://llvm.org/bugs/show_bug.cgi?id=31016
-// XFAIL: clang-3.7, apple-clang-7.0
+// XFAIL: clang-3.7, apple-clang-7, apple-clang-7.0
 
 // <iterator>
 




More information about the cfe-commits mailing list