Chromium Code Reviews| Index: base/process/process_unittest.cc |
| diff --git a/base/process/process_unittest.cc b/base/process/process_unittest.cc |
| index 90bb95a0fe9b04964cedb716629bb42e3058741f..a90371be09c4f5de334fa67c15ddf8ad372e7305 100644 |
| --- a/base/process/process_unittest.cc |
| +++ b/base/process/process_unittest.cc |
| @@ -148,6 +148,11 @@ TEST_F(ProcessTest, Terminate) { |
| #endif |
| } |
| +MULTIPROCESS_TEST_MAIN(TerminateCurrentProcessImmediately) { |
|
Primiano Tucci (use gerrit)
2017/01/17 07:55:16
Well this is good but no sufficient.
You still ne
|
| + Process::TerminateCurrentProcessImmediately(0); |
| + return 0; |
| +} |
| + |
| MULTIPROCESS_TEST_MAIN(FastSleepyChildProcess) { |
| PlatformThread::Sleep(TestTimeouts::tiny_timeout() * 10); |
| return 0; |