llvm-project/libcxx/test/std/input.output/file.streams/fstreams
Eric Fiselier ea9dc4ae60 Fix Windows test failures caused by identical temp file names.
This patch fixes test failures that occur on Windows because
the tests attempt to generate two distinct temp file names but
get the same name both time.

The fix for this is to create the first temp file before requesting
a second temporary file name. This ensures that the second name
will be unique.

llvm-svn: 302382
2017-05-07 21:41:58 +00:00
..
filebuf
filebuf.assign Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 2017-04-18 23:38:41 +00:00
filebuf.cons Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 2017-04-18 23:38:41 +00:00
filebuf.members
filebuf.virtuals Fix warning caused by platforms providing a signed wint_t 2016-12-24 01:43:54 +00:00
fstream
fstream.assign Fix Windows test failures caused by identical temp file names. 2017-05-07 21:41:58 +00:00
fstream.cons Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 2017-04-18 23:38:41 +00:00
fstream.members
ifstream
ifstream.assign Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 2017-04-18 23:38:41 +00:00
ifstream.cons Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 2017-04-18 23:38:41 +00:00
ifstream.members
ofstream
ofstream.assign Fix Windows test failures caused by identical temp file names. 2017-05-07 21:41:58 +00:00
ofstream.cons Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 2017-04-18 23:38:41 +00:00
ofstream.members
lit.local.cfg