You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/input.output/file.streams/fstreams/fstream.assign
Eric Fiselier f9c9d254cf 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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302382 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
member_swap.pass.cpp Fix Windows test failures caused by identical temp file names. 8 years ago
move_assign.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 8 years ago
nonmember_swap.pass.cpp Fix Windows test failures caused by identical temp file names. 8 years ago