Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f44db24e1fd948c75c87aea017646f16553d3361
/
llvm
/
unittests
/
Support
/
ProgramTest.cpp
85ca294
Fix unit tests on Windows: handle env vars with non-ASCII chars.
by Pawel Bylica
· 10 years ago
c38deee
More long path name support on Windows, this time in program execution.
by Paul Robinson
· 11 years ago
9c35966
Add writeFileWithSystemEncoding to LibLLVMSuppor.
by Rafael Espindola
· 11 years ago
66f09ad
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
ec1aaca
Fix the behavior of ExecuteAndWait with a non-zero timeout.
by Peter Collingbourne
· 11 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
d88b983
Add non-blocking Wait() for launched processes
by Tareq A. Siraj
· 12 years ago
bf40e95
Fixed typo in CreateProcessTrailingSlash test
by Tareq A. Siraj
· 12 years ago
479a9bd
Remove unused includes.
by Rafael Espindola
· 12 years ago
e03dfd9
Port GetMainExecutable over to PathV2.
by Rafael Espindola
· 12 years ago
7c1023a
Avoid using PathV1.h in Program.h.
by Rafael Espindola
· 12 years ago
cb2eca0
Remove the program class.
by Rafael Espindola
· 12 years ago
95012aa
Try to fix ProgramTest on FreeBSD
by Reid Kleckner
· 12 years ago
206ddd0
Don't forward declare environ on Windows
by Reid Kleckner
· 12 years ago
de0c260
Un-revert the environ copy in ProgramTest after fixing it on OS X
by Reid Kleckner
· 12 years ago
6718a3b
Revert "Add a missing reference on a std::vector<> out param"
by Michael Gottesman
· 12 years ago
7ff21d9
Add a missing reference on a std::vector<> out param
by Reid Kleckner
· 12 years ago
21a8c2f
[Support] Propagate the environment into the test child process
by Reid Kleckner
· 12 years ago
74679a9
[Support] Fix argv string escape bug on Windows
by Reid Kleckner
· 12 years ago