|
Ninja
|
#include "subprocess.h"#include "exit_status.h"#include "test.h"#include <stdio.h>#include <sys/time.h>#include <sys/resource.h>#include <unistd.h>
Go to the source code of this file.
Functions | |
| TEST_F (SubprocessTest, BadCommandStderr) | |
| TEST_F (SubprocessTest, Console) | |
| TEST_F (SubprocessTest, InterruptChild) | |
| TEST_F (SubprocessTest, InterruptChildWithSigHup) | |
| TEST_F (SubprocessTest, InterruptChildWithSigTerm) | |
| TEST_F (SubprocessTest, InterruptParent) | |
| TEST_F (SubprocessTest, InterruptParentWithSigHup) | |
| TEST_F (SubprocessTest, InterruptParentWithSigTerm) | |
| TEST_F (SubprocessTest, NoSuchCommand) | |
| TEST_F (SubprocessTest, ReadStdin) | |
| TEST_F (SubprocessTest, SetWithMulti) | |
| TEST_F (SubprocessTest, SetWithSingle) | |
| TEST_F | ( | SubprocessTest | , |
| BadCommandStderr | |||
| ) |
Definition at line 45 of file subprocess_test.cc.
References Subprocess::Done(), ExitSuccess, Subprocess::Finish(), and Subprocess::GetOutput().
| TEST_F | ( | SubprocessTest | , |
| Console | |||
| ) |
Definition at line 152 of file subprocess_test.cc.
References Subprocess::Done(), ExitSuccess, and Subprocess::Finish().
| TEST_F | ( | SubprocessTest | , |
| InterruptChild | |||
| ) |
Definition at line 80 of file subprocess_test.cc.
References Subprocess::Done(), ExitInterrupted, and Subprocess::Finish().
| TEST_F | ( | SubprocessTest | , |
| InterruptChildWithSigHup | |||
| ) |
Definition at line 128 of file subprocess_test.cc.
References Subprocess::Done(), ExitInterrupted, and Subprocess::Finish().
| TEST_F | ( | SubprocessTest | , |
| InterruptChildWithSigTerm | |||
| ) |
Definition at line 104 of file subprocess_test.cc.
References Subprocess::Done(), ExitInterrupted, and Subprocess::Finish().
| TEST_F | ( | SubprocessTest | , |
| InterruptParent | |||
| ) |
Definition at line 91 of file subprocess_test.cc.
References Subprocess::Done().
| TEST_F | ( | SubprocessTest | , |
| InterruptParentWithSigHup | |||
| ) |
Definition at line 139 of file subprocess_test.cc.
References Subprocess::Done().
| TEST_F | ( | SubprocessTest | , |
| InterruptParentWithSigTerm | |||
| ) |
Definition at line 115 of file subprocess_test.cc.
References Subprocess::Done().
| TEST_F | ( | SubprocessTest | , |
| NoSuchCommand | |||
| ) |
Definition at line 60 of file subprocess_test.cc.
References Subprocess::Done(), ExitSuccess, Subprocess::Finish(), and Subprocess::GetOutput().
| TEST_F | ( | SubprocessTest | , |
| ReadStdin | |||
| ) |
Definition at line 258 of file subprocess_test.cc.
References Subprocess::Done(), ExitSuccess, and Subprocess::Finish().
| TEST_F | ( | SubprocessTest | , |
| SetWithMulti | |||
| ) |
Definition at line 182 of file subprocess_test.cc.
References ExitSuccess.
| TEST_F | ( | SubprocessTest | , |
| SetWithSingle | |||
| ) |
Definition at line 169 of file subprocess_test.cc.
References Subprocess::Done(), ExitSuccess, Subprocess::Finish(), and Subprocess::GetOutput().