[libcxx] r296724 - Revert "Fix Apple-specific XFAIL directive in libc++ test"

Mehdi Amini via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 1 17:57:40 PST 2017


Author: mehdi_amini
Date: Wed Mar  1 19:57:40 2017
New Revision: 296724

URL: http://llvm.org/viewvc/llvm-project?rev=296724&view=rev
Log:
Revert "Fix Apple-specific XFAIL directive in libc++ test"

This reverts commit r296712. It broke our bot.

It turns out that the test is passing with c++11 and c++14 but
not c++1z on this particular version of the compiler. Since one
job is defaulting to c++1z and the other is testing all config I'm
not sure how to fix this...

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=296724&r1=296723&r2=296724&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 Mar  1 19:57:40 2017
@@ -9,7 +9,7 @@
 
 // Usage of is_trivially_constructible is broken with these compilers.
 // See https://bugs.llvm.org/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