summaryrefslogtreecommitdiffstats
path: root/base/process_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Upstream ProcessUtilTest, and make a few other files compile on Android.jingzhao@chromium.org2011-09-291-14/+57
* Disable ProcessUtilTest.GetTerminationStatusCrash under AddressSanitizer.glider@chromium.org2011-09-201-1/+8
* Disable GetTerminationStatusExit on Windows.thakis@chromium.org2011-09-191-2/+2
* ProcessUtilTest.GetTerminationStatusExit is flaky at best...mad@chromium.org2011-09-141-2/+2
* Synchronize the parent and child processes during launch, ensuring that themark@chromium.org2011-09-011-0/+4
* Disable failed test GetTerminationStatusExit on Linux.dyu@chromium.org2011-09-011-1/+8
* [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...rsesek@chromium.org2011-08-181-0/+15
* Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overridi...rsesek@chromium.org2011-08-181-15/+0
* Change the expectation for ProcessUtilTest.MacTerminateOnHeapCorruption to wo...rsesek@chromium.org2011-08-181-1/+2
* [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...rsesek@chromium.org2011-08-181-0/+14
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1
* Remove LaunchAppAsUser().evan@chromium.org2011-07-191-1/+3
* Disable process_util unit test that uses clone() on valgrind bots.bradchen@google.com2011-07-191-2/+6
* Add a "clone" option to base/process_util.h:LaunchProcess(). Useful inside Li...bradchen@google.com2011-07-151-7/+17
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-1/+1
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-121-11/+13
* Added ability to run a command, getting output and exit status on POSIX.benwells@chromium.org2011-07-061-0/+38
* GTTF: Initialize TestTimeouts in out-of-process test runner.phajdan.jr@chromium.org2011-06-091-6/+5
* Fix one more time the linux tests, in other words giving up on improving the ...cpu@chromium.org2011-04-291-10/+14
* fix failing linux tests.cpu@chromium.org2011-04-291-0/+4
* Add a more comprehensive background mode for a process.cpu@chromium.org2011-04-281-2/+19
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-2/+2
* Fix file descriptor leak in base_unittests ProcessUtilTest.LaunchApp. Themark@chromium.org2011-01-101-2/+5
* Remove base/debug_util. Move the debug UI related functions to base/debug/deb...brettw@google.com2011-01-011-1/+0
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-3/+3
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-141-17/+155
* Reconstructing 67000.bradnelson@google.com2010-11-231-1/+1
* Reverting 67000.bradnelson@google.com2010-11-221-1/+1
* Switching chrome to use python26 in place of python24.bradnelson@google.com2010-11-221-1/+1
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-191-158/+17
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-191-17/+158
* FBTF: Move some heavy, repeatedly emitted symbols to implementation files.erg@google.com2010-08-301-0/+1
* Fix gtest warnings when running the process_util_unittest.levin@chromium.org2010-08-231-48/+109
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-171-6/+7
* CommandLine: eliminate wstring-accepting AppendLooseValueevan@chromium.org2010-08-131-6/+4
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-091-7/+6
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-091-6/+7
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-1/+2
* Add an AppendSwitchASCII to CommandLine, and convert a test to it.evan@chromium.org2010-07-301-6/+6
* Revert 53903 - Revert 52613 - Revert 52608 - Add and alternative GetAppOutput...viettrungluu@chromium.org2010-07-281-74/+8
* Revert 52613 - Revert 52608 - Add and alternative GetAppOutput() to process_u...viettrungluu@chromium.org2010-07-281-8/+74
* Revert 52608 - Add and alternative GetAppOutput() to process_util that takes ...viettrungluu@chromium.org2010-07-161-74/+8
* Add and alternative GetAppOutput() to process_util that takes a timeout.viettrungluu@chromium.org2010-07-161-8/+74
* Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-0/+43
* Revert 51371 - Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-43/+0
* Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-0/+43
* Minor cleanups of usage of process_util code.maruel@chromium.org2010-06-111-14/+21
* Changed the position of the output->swap() call. This way, even if the comma...maruel@chromium.org2010-06-101-4/+3
* Patch out posix_memalign in the out-of-memory killer.avi@chromium.org2010-05-191-7/+19