diff options
| author | Mehdi Amini <mehdi.amini@apple.com> | 2017-03-02 01:57:40 +0000 |
|---|---|---|
| committer | Mehdi Amini <mehdi.amini@apple.com> | 2017-03-02 01:57:40 +0000 |
| commit | cd0b56c5cf6ff24ef6e58512be26b65b04959ac5 (patch) | |
| tree | aca76f6a0c7dfaa088240e9fb4f087f34e32c76a /libcxx/test/std | |
| parent | 4368bdb2706cc77c132c1e8d020d9bd3adf3c8ac (diff) | |
| download | bcm5719-llvm-cd0b56c5cf6ff24ef6e58512be26b65b04959ac5.tar.gz bcm5719-llvm-cd0b56c5cf6ff24ef6e58512be26b65b04959ac5.zip | |
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...
llvm-svn: 296724
Diffstat (limited to 'libcxx/test/std')
| -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 3163d0bac5b..c5bae9a14bb 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.0 +// XFAIL: clang-3.7, apple-clang-7, apple-clang-7.0 // <iterator> |

