Home
last modified time | relevance | path

Searched refs:test_child_process (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/mac/
Dmach_port_broker_unittest.cc98 base::Process test_child_process = base::SpawnMultiProcessTestChild( in TEST_F() local
100 broker_.AddPlaceholderForPid(test_child_process.Handle()); in TEST_F()
104 EXPECT_EQ(test_child_process.Handle(), received_process_); in TEST_F()
107 ASSERT_TRUE(test_child_process.WaitForExitWithTimeout( in TEST_F()
112 broker_.TaskForPid(test_child_process.Handle())); in TEST_F()
120 base::Process test_child_process = base::SpawnMultiProcessTestChild( in TEST_F() local
125 ASSERT_TRUE(test_child_process.WaitForExitWithTimeout( in TEST_F()
130 broker_.TaskForPid(test_child_process.Handle())); in TEST_F()