summaryrefslogtreecommitdiffstats
path: root/base/process_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Patch for an inconsistency on the calls to Heap(Query/Set)Information.sebmarchand@chromium.org2012-12-101-5/+23
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Move EnableInProcessStackDumping to base/debugphajdan.jr@chromium.org2012-11-011-1/+2
* Increase the test timeout for ProcessUtilTest.FDRemapping under compiler-base...glider@chromium.org2012-09-271-0/+5
* unchecked_malloc() for Skia on OSX.shess@chromium.org2012-09-191-58/+33
* Fixed ProcessUtilTest.GetTerminationStatusCrash for android. Increased the ti...qghc36@motorola.com2012-09-051-0/+5
* roll clang 159409:160967thakis@chromium.org2012-07-311-0/+1
* Switch to TimeDelta interface for process waiting functions in base.tedvessenes@gmail.com2012-07-111-5/+5
* Fix ProcessUtilTests for android.nileshagrawal@chromium.org2012-06-121-16/+38
* Do not run ProcessUtilTest.MacMallocFailureDoesNotTerminate under ASan.glider@chromium.org2012-04-061-2/+6
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-3/+3
* In CrMallocErrorBreak, do not kill the process if errno is ENOMEM.rsesek@chromium.org2012-04-041-5/+29
* Add preliminary OOM support for Mountain Lion.avi@chromium.org2012-03-141-1/+1
* Use cmd.exe instead of python.exe for unit test.maruel@chromium.org2012-03-081-14/+13
* Revert 125441 - In CrMallocErrorBreak, do not kill the process if errno is EN...viettrungluu@chromium.org2012-03-071-23/+5
* In CrMallocErrorBreak, do not kill the process if errno is ENOMEM.rsesek@chromium.org2012-03-071-5/+23
* Fix the regexp for ProcessUtilTest.MacTerminateOnHeapCorruptionglider@chromium.org2012-03-061-1/+1
* Fix ProcessUtilTest.MacTerminateOnHeapCorruption to pass under ASan on Mac.glider@chromium.org2012-03-061-0/+7
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-241-8/+8
* Flakiness cleanup: disable flaky tests under base/evan@chromium.org2012-02-141-7/+1
* Cleanup in ProcessSingleton. These originated as candidate fixes for issue 1...joi@chromium.org2012-02-101-0/+19
* Adding GetProcId unittestcpu@chromium.org2012-01-261-1/+15
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-311-6/+6
* Remove the nested #ifdef ADDRESS_SANITIZERglider@chromium.org2011-12-201-15/+10
* Do not run OutOfMemoryDeathTest.* under AddressSanitizer.glider@chromium.org2011-12-191-0/+7
* Move the ProcessWatcher methods out of content/common/process_watcher into ba...jam@chromium.org2011-11-231-0/+45
* disable GetAppOutputRestrictedSIGPIPE and enable ::vswprintf on OpenBSDrobert.nagy@gmail.com2011-11-121-1/+1
* OpenBSD patches for base / split from CR #8275005mark@chromium.org2011-10-181-1/+2
* OpenBSD and FreeBSD fixes for base.mark@chromium.org2011-10-131-2/+0
* Fix Clang-built ProcessUtilTest.GetTerminationStatusCrash.hans@chromium.org2011-10-111-1/+1
* 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