diff options
author | Mehdi Amini <mehdi.amini@apple.com> | 2017-03-02 02:01:11 +0000 |
---|---|---|
committer | Mehdi Amini <mehdi.amini@apple.com> | 2017-03-02 02:01:11 +0000 |
commit | 2f75ad4e519091d16f3f4d373f5b64d263c9b149 (patch) | |
tree | f2362165af6e86ac0cc5111945f12fb01ee2c67d /libcxx/test/std/iterators | |
parent | cd0b56c5cf6ff24ef6e58512be26b65b04959ac5 (diff) | |
download | bcm5719-llvm-2f75ad4e519091d16f3f4d373f5b64d263c9b149.tar.gz bcm5719-llvm-2f75ad4e519091d16f3f4d373f5b64d263c9b149.zip |
Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test"
The test is passing with c++11 and c++14 but not c++1z on this
particular version of the compiler. Try to use lit boolean condition
to satisfy this constaint.
llvm-svn: 296725
Diffstat (limited to 'libcxx/test/std/iterators')
-rw-r--r-- | libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp b/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp index c5bae9a14bb..22f2967f328 100644 --- a/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp +++ b/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp @@ -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, apple-clang-7.0 +// XFAIL: clang-3.7, apple-clang-7 && c++1z // <iterator> |