summaryrefslogtreecommitdiffstats
path: root/libcxx/test/input.output/file.streams/fstreams/ofstream.members/open_pointer.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-58/+0
| | | | llvm-svn: 224658
* Test cleanup with respect to use of deprecated tmpnam function. Also ↵Howard Hinnant2013-03-221-8/+8
| | | | | | Windows port for these tests to use _tempnam. The bulk of this patch was donated anonymously. I've tested it on OS X and accept responsibility for it. If I've broken anyone's platform by switching from tmpnam to mktemp for the generation of temporary file names, just let me know. Should be easy to fix in test/support/platform_support.h llvm-svn: 177755
* Make all fstream tests use tmpnam if creating files, rather thanAlexis Hunt2011-07-181-6/+8
| | | | | | hard-coded names. llvm-svn: 135444
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+56
llvm-svn: 103490
OpenPOWER on IntegriCloud