Howard Hinnant
|
7c5b88b134
|
Test cleanup with respect to use of deprecated tmpnam function. Also 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
|
2013-03-22 20:05:40 +00:00 |
Marshall Clow
|
91907cbe82
|
Removed raw references to _WIN32; now just check to see if it is defined.
llvm-svn: 177291
|
2013-03-18 17:04:29 +00:00 |
Howard Hinnant
|
3778f27b23
|
Michael van der Westhuizen: Improve support for testing on Linux. Fixes http://llvm.org/bugs/show_bug.cgi?id=14892.
llvm-svn: 172436
|
2013-01-14 17:12:54 +00:00 |
Marshall Clow
|
4476100a2f
|
Made test output iterators have value_type of 'void'; matches ones in library
llvm-svn: 171980
|
2013-01-09 17:20:02 +00:00 |
Marshall Clow
|
322270842c
|
Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files
llvm-svn: 171594
|
2013-01-05 03:21:01 +00:00 |