summaryrefslogtreecommitdiffstats
path: root/base/process/process_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Fix ProcessUtilTest.FDRemapping for 10.9 and later.shess@chromium.org2014-07-291-0/+73
* Clear environment variables for nacl_helperelijahtaylor@chromium.org2014-06-051-14/+43
* Fix test disabling for ProcessUtilTest.GetAppOutputRestrictedzea@chromium.org2014-05-211-1/+1
* Disable ProcessUtilTest.GetAppOutputRestricted on Androidzea@chromium.org2014-05-211-0/+6
* Re-enable ProcessUtilTest.GetTerminationStatusCrash on Win64 botsjschuh@chromium.org2014-04-151-3/+1
* Use SYZYASAN instead of ADDRESS_SANITIZER.chrisha@google.com2014-03-271-1/+2
* Get rid of multiprocess_test's debug_on_start arguments.viettrungluu@chromium.org2014-03-091-17/+15
* Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument.viettrungluu@chromium.org2014-03-061-2/+4
* Cleanup: Remove a reference to a heapchecker define that no longer exists.thestig@chromium.org2014-01-181-1/+1
* Make LaunchProcess able to inherit only specified handles on Vista+.viettrungluu@chromium.org2013-12-121-3/+53
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-8/+8
* Extract unit tests from the mixed bag process_util_unittest.cc into proper fi...maruel@chromium.org2013-12-021-122/+2
* Support use_glib==0 on Linux in basespang@chromium.org2013-11-201-1/+0
* Disable ProcessUtilTest.GetAppOutputRestrictedNoZombies under ASan on 64-bit ...glider@chromium.org2013-09-261-1/+10
* Clean up a few unused globals.thakis@chromium.org2013-09-251-7/+1
* Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...brettw@chromium.org2013-08-301-54/+11
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-251-1/+5
* Move the remaning base/process* files into base/process/.rsesek@chromium.org2013-07-191-0/+957