summaryrefslogtreecommitdiff
path: root/unittests/Support/ProgramTest.cpp
Commit message (Expand)AuthorAge
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-01
* Fixed typo in CreateProcessTrailingSlash testTareq A. Siraj2013-09-20
* Remove unused includes.Rafael Espindola2013-06-26
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-26
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* Try to fix ProgramTest on FreeBSDReid Kleckner2013-04-30
* Don't forward declare environ on WindowsReid Kleckner2013-04-24
* Un-revert the environ copy in ProgramTest after fixing it on OS XReid Kleckner2013-04-23
* Revert "Add a missing reference on a std::vector<> out param"Michael Gottesman2013-04-22
* Add a missing reference on a std::vector<> out paramReid Kleckner2013-04-22
* [Support] Propagate the environment into the test child processReid Kleckner2013-04-22
* [Support] Fix argv string escape bug on WindowsReid Kleckner2013-04-22