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/libcxx/input.output/file.streams/fstreams
Marshall Clow 11a8815e5a Set the buffer of an fstream to empty when the underlying file is closed. This 'fixes' PR#38052 - std::fstream still good after closing and updating content.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@350603 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
filebuf Add static_asserts to basic_ios and basic_stream_buf to ensure that that the traits match the character type. This is a requirement on the user - now we get consistent failures at compile time instead of incomprehensible error messages or runtime failures. This is also LWG#2994 - not yet adopted. 8 years ago
fstream.cons libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. 8 years ago
fstream.members libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. 8 years ago
ifstream.cons libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. 8 years ago
ifstream.members libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. 8 years ago
ofstream.cons libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. 8 years ago
ofstream.members libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. 8 years ago
fstream.close.pass.cpp Set the buffer of an fstream to empty when the underlying file is closed. This 'fixes' PR#38052 - std::fstream still good after closing and updating content. 7 years ago
traits_mismatch.fail.cpp Work around Clang bug introduced in r324062 8 years ago
version.pass.cpp Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago