Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
4.1.3
-
None
-
most
-
Usability
Description
The test suite should honor the TMP environment variable and, when defined to a valid value use it when creating temporary file names so that when the variable is defined to a value other than the default /tmp (e.g., because /tmp is full or doesn't have sufficient capacity) the test suite doesn't fail. See the helper function rw_tmpnam() defined in tests/src/file.cpp:
http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/tests/src/file.cpp
Attachments
Issue Links
- relates to
-
STDCXX-801 std::filebuf::open(0, ...) should honor TMPDIR
- Open