llvm-project/libcxx/test/std/input.output/iostream.format
Volodymyr Sapsai a051024cac [libcxx] Make std::basic_istream::get 0-terminate input array in case of error.
It covers the cases when the sentry object returns false and when an exception
was thrown. Corresponding standard paragraph is C++14 [istream.unformatted]p9:
  [...] In any case, if n is greater than zero it then stores a null
  character into the next successive location of the array.

rdar://problem/35566567

Reviewers: EricWF, mclow.lists

Reviewed By: mclow.lists

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D40677

llvm-svn: 322326
2018-01-11 23:23:49 +00:00
..
ext.manip [libcxx] [test] Rename __c to ch. NFCI. 2017-08-11 20:54:01 +00:00
input.streams [libcxx] Make std::basic_istream::get 0-terminate input array in case of error. 2018-01-11 23:23:49 +00:00
output.streams [libcxx] [test] Rename __c to ch. NFCI. 2017-08-11 20:54:01 +00:00
quoted.manip [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
std.manip Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
nothing_to_do.pass.cpp