summaryrefslogtreecommitdiffstats
path: root/src/subprocess_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace `whoami` with a more generic commandRitesh Raj Sarraf2018-10-121-1/+1
* Only run SubprocessTest.SetWithLots on FreeBSD when ppoll() exists.Nico Weber2016-11-071-3/+1
* Use posix_spawn() instead of fork()/exec().Nico Weber2016-03-211-1/+2
* Revert #910.Nico Weber2016-03-051-26/+1
* Remove unnecessary `std::`Tetsuo Kiso2016-01-101-2/+2
* Cleanup build on SIGHUP.Nicolas Despres2015-09-201-0/+24
* Allow SIGTERM for interruption.Nicolas Despres2015-04-241-1/+25
* Merge pull request #917 from pinotree/rlimitNico Weber2015-03-091-2/+2
|\
| * subprocess_test: gracefully handle rlim.rlim_cur < kNumProcsPino Toscano2015-02-281-2/+2
* | POSIX: detach background subprocesses from terminal.Julien Tinnes2015-01-291-3/+28
|/
* fix warningNico Weber2014-09-181-1/+1
* Use a small, standalone testing framework instead of googletest.Nico Weber2014-09-181-4/+6
* Introduce the "console" poolPeter Collingbourne2014-02-031-0/+15
* Exclude Windows as wellDavid Hill2013-07-011-2/+2
* ugh, missing #David Hill2013-06-291-1/+1
* cleanup based on comments from martineDavid Hill2013-06-291-1/+1
* support BitrigDavid Hill2013-06-291-2/+2
* Add support for OpenBSD.Matthew Dempsky2013-05-011-2/+2
* wrap some overlong linesEvan Martin2012-12-291-1/+2
* correctly open /dev/null in subprocessesEvan Martin2012-12-211-0/+15
* Disable SubprocessTest.TestWithLots on OS X.Nico Weber2012-07-281-2/+4
* subprocess_test: make SetWithLots run on all non-Windows platformsEvan Martin2012-07-171-4/+6
* Add missing include of <sys/resouce.h>Oleksandr Usov2012-07-161-0/+5
* addressed pcc commentsAmi Fischman2012-03-041-2/+10
* pselect->ppoll on linux to raise the process limit roofAmi Fischman2012-03-041-1/+21
* Implement cleanup-on-interruptPeter Collingbourne2012-02-041-16/+40
* Add a test, NoSuchCommand.Qingning Huo2012-01-251-0/+18
* Fix for win32 long command lines:U-MATHLETE\John2011-06-261-4/+4
* mingw ninja_test links and passes. (as do linux and native VS2010)Philip Craig2011-05-291-20/+7
* windows: pass subprocess testsEvan Martin2011-05-081-28/+51
* windows: successfully link testsEvan Martin2011-05-061-5/+5
* fix tests broken by previous commitEvan Martin2011-05-061-6/+6
* refactor subprocess to make it easier for windows portEvan Martin2011-05-031-15/+11
* add copyrightsEvan Martin2011-02-061-0/+14
* move src into subdirEvan Martin2010-12-051-0/+82