Sign in
chromium
/
chromium
/
src.git
/
a60782ed491bffc791f429699a3822b9ac382cdc
/
base
/
process
/
process_util_unittest.cc
e5f4378
Support base::LaunchOptions.current_directory when using posix_spawn on Mac.
by Robert Sesek
· 7 years ago
187a05d
Remove support for base::LaunchOptions.pre_exec_delegate on Mac.
by Robert Sesek
· 7 years ago
c7a145a4
Correct some OS_POSIX || OS_FUCHSIA conditionals in ProcessUtilTests.
by Wez
· 7 years ago
62c71555
Filter out all remaining base tests on Fuchsia.
by Fabrice de Gans-Riberi
· 7 years ago
ad910ae2
Fuchsia: Enable mounting handles as dirs on child processess.
by Kevin Marshall
· 7 years ago
40dc4360
Fuchsia: Roll Fuchsia SDK from 2ddc73f to ad481e2.
by Kevin Marshall
· 7 years ago
2c2caae
Remove ECHILD error handling from WaitForExit*().
by Wez
· 7 years ago
5c3c6f15
[Fuchsia] Fix FDIO includes in Chromium to match their new location.
by Wez
· 7 years ago
0629d40
Reimplement base::LaunchProcess using the fdio_spawn_etc() API.
by Wez
· 7 years ago
65421f6
Reland "Fuchsia: Stop setting OS_POSIX"
by Fabrice de Gans-Riberi
· 7 years ago
ec64321f
Fuchsia: Add DIR_APP_DATA path key for user data, set to /tmp for now.
by Kevin Marshall
· 7 years ago
bd1301f
Revert "Fuchsia: Stop setting OS_POSIX"
by Fabrice de Gans-Riberi
· 7 years ago
90f86c1
Fuchsia: Stop setting OS_POSIX
by Fabrice de Gans-Riberi
· 7 years ago
306871de
Fuchsia: Prepare for OS_POSIX removal in base/
by Fabrice de Gans-Riberi
· 7 years ago
c948f0f
Fuchsia: Allow individual files to be cloned by launch_fuchsia.cc
by Kevin Marshall
· 7 years ago
4c89d16
[Fuchsia] Enable ProcessUtilTests tests.
by Sergey Ulanov
· 7 years ago
7e0542f
[Fuchsia] fix fdio_transfer_fd() result handling in base::LaunchProcess
by Sergey Ulanov
· 7 years ago
bce3e02
Enable ProcessUtilTest.LaunchWithHandleTransfer on Fuchsia
by Sergey Ulanov
· 7 years ago
be22fa3
Fuchsia: Delete package-probing conditionals from codebase.
by Kevin Marshall
· 7 years ago
5b3d5a3
Use Chromium-built "test_child_process" for GetAppOutput tests instead of "sh".
by Kevin Marshall
· 7 years ago
9ea3e3c
Disable or filter some more tests which often flake under Fuchsia.
by Wez
· 7 years ago
c18a57c
Simplify EnsureProcessTerminated() implementations.
by Wez
· 7 years ago
69d0bcd
Remove Syzygy/SyzyASAN build configuration and related code.
by Sigurdur Asgeirsson
· 7 years ago
193277b
Roll Fuchsia SDK to 739d1fd10565f97bacae8215903403b2677d8f48.
by Wez
· 7 years ago
148618c
Remove some POSIX API calls that are unsupported under Fuchsia.
by Wez
· 7 years ago
2bd0455
Fuchsia: Add selective path cloning to launch options, for sandboxing.
by Kevin Marshall
· 7 years ago
6915579f
Fix PreExecHook test to actually verify that the hook is run.
by Wez
· 7 years ago
2490b28c
Switch LaunchWithHandleTransfer test to use action_timeout().
by Wez
· 8 years ago
3d199b1
Convert base::UInt64ToString to base::NumberToString
by Daniel Cheng
· 8 years ago
d0ecd6a
remove valgrind checks from //base
by Mostyn Bramley-Moore
· 8 years ago
bb7211c
Run clang-tidy modernize-use-equals-{delete,default} on //base
by Chris Watkins
· 8 years ago
a16212a5
Convert NULL and 0 to nullptr in base using clang-tidy.
by Ivan Kotenkov
· 8 years ago
fe0e9f46
fuchsia: Magenta -> Zircon
by Scott Graham
· 8 years ago
fdd81dd
Add missing HANDLE_EINTR macro around dup() calls.
by Dale Curtis
· 8 years ago
4a44260b
Revert "Changing multiprocess test SpawnChild to return a struct instead of a"
by Jay Civelli
· 8 years ago
1d433a4
Reland "Replace push_back() and make_pair() with emplace_back() calls."
by Wez
· 8 years ago
0bea1008
Revert "Replace push_back() and make_pair() with emplace_back() calls."
by Scott Graham
· 8 years ago
8884ace7d
Replace push_back() and make_pair() with emplace_back() calls.
by Wez
· 8 years ago
1603c32
Support passing native platform handles via LaunchProcess.
by Wez
· 8 years ago
ec2506f
Fix LaunchProcess to clone stdio descriptors even with fds_to_map.
by Wez
· 8 years ago
6744c44f
fuchsia: make ProcessUtilTest.LaunchProcess work
by Scott Graham
· 8 years ago
bf086248
fuchsia: Make ProcessUtilTest.GetAppOutput work
by Scott Graham
· 8 years ago
3c98c7d3
Improve process launch handle sharing API.
by brettw
· 8 years ago
ab240ec
Remove useless references to unsupported windows versions (5)
by Patrick Monette
· 8 years ago
5a0405f
fuchsia: Use new, qualified error names, disable old names.
by Nico Weber
· 8 years ago
19168b8
fuchsia: fix ProcessUtilTest.DelayedTermination
by Scott Graham
· 8 years ago
e160c7f
fuchsia: stub unavailable functions
by Scott Graham
· 8 years ago
297cc93
fuchsia: Implement Process class
by scottmg
· 8 years ago
87c322b
Changing multiprocess test SpawnChild to return a struct instead of a
by jcivelli
· 8 years ago
f4462a35
Reland of new multiprocess test client process launcher.
by jcivelli
· 8 years ago
8f2c6708
Revert of Multiprocess test client: Android child process launcher rework. (patchset #21 id:400001 of https://codereview.chromium.org/2549363004/ )
by jcivelli
· 8 years ago
5513e46
Multiprocess test client: Android child process launcher rework.
by jcivelli
· 8 years ago
dd7e82fd
mac: Remove IsOSMavericksOrLater()
by mark
· 9 years ago
52162de7
Remove unused function from base/process
by benwells
· 9 years ago
0a978dfa
Fix ProcessUtilTest.GetParentProcessId to use correct call.
by wfh
· 9 years ago
50a5784
Check for system function errors in ProcessUtilTest
by xyzzyz
· 9 years ago
78205516
Set current directory when launching Native Messaging processes.
by sergeyu
· 9 years ago
093de9b
Convert //base to use std::unique_ptr
by dcheng
· 9 years ago
beced7c
Switch to standard integer types in base/process/.
by avi
· 9 years ago
9230c1d
clang/win: Let some chromium_code targets build with -Wextra.
by thakis
· 10 years ago
3d4f558
Reland: Fix ProcessUtilTest.GetTerminationStatusCrash on Android L+
by cullinan
· 10 years ago
69ce035
use sh instead of bash in ProcessUtilTest on linux
by mostynb
· 10 years ago
92f94f20
Revert of Fix ProcessUtilTest.GetTerminationStatusCrash on Android L+ (patchset #2 id:20001 of https://codereview.chromium.org/1241333002/)
by michaelbai
· 10 years ago
31510fe
Fix ProcessUtilTest.GetTerminationStatusCrash on Android L+
by cullinan
· 10 years ago
88867d3
Fixed all unused-variable Clang warnings on Windows.
by mgiuca
· 10 years ago
3cf743a
ifdef out ProcessUtilTest.CloneFlags on linux with old kernel headers
by mostynb
· 10 years ago
62022572
Added separate UMA stats for processes that were killed by SIGKILL, whichs is very strong signal that they were killed by oom killer.
by oshima
· 10 years ago
f063a7e
xp: copy dbghelp.dll to output dir and have base.isolate use it there
by scottmg
· 10 years ago
9b8a0877
Revert of xp: copy dbghelp.dll to output dir and have base.isolate use it there (patchset #6 id:100001 of https://codereview.chromium.org/951083003/)
by scottmg
· 10 years ago
09acc50
xp: copy dbghelp.dll to output dir and have base.isolate use it there
by scottmg
· 10 years ago
941e4f2
Temporarily disable stack trace tests, pending investigation on XP bots
by Scott Graham
· 10 years ago
2f70a15
Remove base::WaitForSingleProcess
by rvargas
· 10 years ago
3371bf5
Add the ability to change directories before execing.
by rickyz
· 10 years ago
960db88
Rename base::Process::pid() to Pid()
by rvargas
· 10 years ago
a2f6d74
Move ForkWithFlags from process* to launch*.
by rickyz
· 10 years ago
682daa3
Remove deprecated versions of LaunchProcess.
by rvargas
· 10 years ago
f1eb9cc
Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.
by rickyz
· 10 years ago
07b589c
MultiProcessTest: Update SpawnChild* to return a Process.
by rvargas
· 10 years ago
3e31085
Revert of Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess. (patchset #2 id:20001 of https://codereview.chromium.org/831373002/)
by mek
· 10 years ago
e12d665
Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.
by rickyz
· 10 years ago
6181277
Upgrade the windows specific version of LaunchProcess to avoid raw handles.
by rvargas
· 11 years ago
44b0c75
Revert of Upgrade the windows specific version of LaunchProcess to avoid raw handles. (patchset #3 id:40001 of https://codereview.chromium.org/759903002/)
by rfevang
· 11 years ago
6b687a5e
Upgrade the windows specific version of LaunchProcess to avoid raw handles.
by rvargas
· 11 years ago
c40cfc6
Define a new version of LaunchProcess that returns a Process.
by rvargas
· 11 years ago
421dddb
Prefix CommandLine usege with base namespace (Part 1: base/)
by pgal.u-szeged
· 11 years ago
94ed6c4e
WaitableEvent: Receive ScopedHandle at construction and remove Release method.
by rvargas
· 11 years ago
079d184
Enforce handle ownership in base::Process.
by rvargas
· 11 years ago
fcbaf8c
Remove large test timeout. It's large and only used at one place.
by
[email protected]
· 11 years ago
61110048
[Mac] Fix ProcessUtilTest.FDRemapping for 10.9 and later.
by
[email protected]
· 11 years ago
6f38c134
Clear environment variables for nacl_helper
by
[email protected]
· 11 years ago
c4820c1
Fix test disabling for ProcessUtilTest.GetAppOutputRestricted
by
[email protected]
· 11 years ago
6407b23
Disable ProcessUtilTest.GetAppOutputRestricted on Android
by
[email protected]
· 11 years ago
8061960
Re-enable ProcessUtilTest.GetTerminationStatusCrash on Win64 bots
by
[email protected]
· 11 years ago
aee2f33
Use SYZYASAN instead of ADDRESS_SANITIZER.
by
[email protected]
· 11 years ago
963a91b
Get rid of multiprocess_test's debug_on_start arguments.
by
[email protected]
· 11 years ago
a715b60
Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument.
by
[email protected]
· 11 years ago
d3ee6a9
Cleanup: Remove a reference to a heapchecker define that no longer exists.
by
[email protected]
· 11 years ago
991bd8a
Make LaunchProcess able to inherit only specified handles on Vista+.
by
[email protected]
· 12 years ago
d89eec8
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
by
[email protected]
· 12 years ago
cf46e375
Extract unit tests from the mixed bag process_util_unittest.cc into proper files.
by
[email protected]
· 12 years ago
Next »