Chandler Carruth
|
7c3769df62
Update more file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Peter Collingbourne
|
f493c2fed6
libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows.
|
7 years ago |
Stephan T. Lavavej
|
6f13bfd436
[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
|
8 years ago |
Stephan T. Lavavej
|
76836caa7d
[libcxx] [test] Update locale names for Windows.
|
8 years ago |
Stephan T. Lavavej
|
16e2ba19df
[libcxx] [test] Fix comment typos, strip trailing whitespace.
|
8 years ago |
Eric Fiselier
|
7aa3806b8c
Fix possible test breakage for MinGW
|
9 years ago |
Eric Fiselier
|
59f8126f68
Fix get_temp_file_name() to compile on Windows. Patch from STL@microsoft.com
|
9 years ago |
Eric Fiselier
|
375e2f669c
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
|
9 years ago |
Eric Fiselier
|
5ccbc48774
Fix some non-standard parts of our test suite. Reported by STL
|
9 years ago |
Ed Schouten
|
b33ae5ba7d
Add option to disable access to the global filesystem namespace.
|
10 years ago |
Ed Schouten
|
2020d8ac89
Add CloudABI locale names to platform_support.h.
|
10 years ago |
Dan Albert
|
1bd299a58e
Fix error checking in get_temp_file_name().
|
10 years ago |
Jonathan Roelofs
|
2f2daa1436
Fix platform_support.h's get_temp_file_name() on Newlib under __STRICT_ANSI__
|
10 years ago |
Eric Fiselier
|
682132b4cc
fix missing include for ::close in platform_support.h
|
11 years ago |
Jonathan Roelofs
|
6f10d47bbc
Give libcxx tests temporary filenames that are actually unique.
|
11 years ago |
Howard Hinnant
|
ae2b90b86d
G M: 1. It changes the temp file handling to use the template and the current directory for windows, matching how it works on other platforms.
|
12 years ago |
Howard Hinnant
|
e9df0a5c6c
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
12 years ago |
Howard Hinnant
|
a5f0e6c5c1
İsmail Dönmez: Change to mktemp template to make it compatible with Linux.
|
12 years ago |
Howard Hinnant
|
06d8bf6ce2
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
|
12 years ago |
Marshall Clow
|
a22d2addb1
Removed raw references to _WIN32; now just check to see if it is defined.
|
12 years ago |
Howard Hinnant
|
b4ebb0e415
Michael van der Westhuizen: Improve support for testing on Linux. Fixes http://llvm.org/bugs/show_bug.cgi?id=14892.
|
12 years ago |
Marshall Clow
|
83e2c4d877
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
|
12 years ago |