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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/input.output/file.streams/fstreams
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
9 years ago
..
filebuf Move test into test/std subdirectory. 11 years ago
filebuf.assign Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 9 years ago
filebuf.cons Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 9 years ago
filebuf.members Move test into test/std subdirectory. 11 years ago
filebuf.virtuals Fix warning caused by platforms providing a signed wint_t 9 years ago
fstream Move test into test/std subdirectory. 11 years ago
fstream.assign Fix Windows test failures caused by identical temp file names. 9 years ago
fstream.cons Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 9 years ago
fstream.members Move test into test/std subdirectory. 11 years ago
ifstream Move test into test/std subdirectory. 11 years ago
ifstream.assign Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 9 years ago
ifstream.cons Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 9 years ago
ifstream.members Move test into test/std subdirectory. 11 years ago
ofstream Move test into test/std subdirectory. 11 years ago
ofstream.assign Fix Windows test failures caused by identical temp file names. 9 years ago
ofstream.cons Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 9 years ago
ofstream.members Move test into test/std subdirectory. 11 years ago
lit.local.cfg Add option to disable access to the global filesystem namespace. 11 years ago