[PATCH] D40677: [libcxx] Make std::basic_istream::get 0-terminate input array in case of error.

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 11 07:22:42 PST 2018


mclow.lists accepted this revision.
mclow.lists added a comment.
This revision is now accepted and ready to land.

Please make the formatting match the rest of the file.



================
Comment at: libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/get_pointer_size_chart.pass.cpp:16
+// XFAIL: with_system_cxx_lib=macosx10.8
+// XFAIL: with_system_cxx_lib=macosx10.7
+
----------------
mclow.lists wrote:
> Does this need to XFAIL for clang < 6 as well?
> 
I don't think that it does.  Never mind this.


https://reviews.llvm.org/D40677





More information about the cfe-commits mailing list