|
Ninja
|

Go to the source code of this file.
Classes | |
| struct | DepfileParserTest |
| TEST_F | ( | DepfileParserTest | , |
| Basic | |||
| ) |
Definition at line 33 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| EarlyNewlineAndWhitespace | |||
| ) |
Definition at line 44 of file depfile_parser_test.cc.
References ASSERT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| Continuation | |||
| ) |
Definition at line 53 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| CarriageReturnContinuation | |||
| ) |
Definition at line 65 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| BackSlashes | |||
| ) |
Definition at line 77 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| Spaces | |||
| ) |
Definition at line 93 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| MultipleBackslashes | |||
| ) |
Definition at line 111 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| Escapes | |||
| ) |
Definition at line 133 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| EscapedColons | |||
| ) |
Definition at line 147 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| EscapedTargetColon | |||
| ) |
Definition at line 165 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| SpecialChars | |||
| ) |
Definition at line 182 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| UnifyMultipleOutputs | |||
| ) |
Definition at line 210 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| MultipleDifferentOutputs | |||
| ) |
Definition at line 222 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| MultipleEmptyRules | |||
| ) |
Definition at line 235 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| UnifyMultipleRulesLF | |||
| ) |
Definition at line 246 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| UnifyMultipleRulesCRLF | |||
| ) |
Definition at line 260 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| UnifyMixedRulesLF | |||
| ) |
Definition at line 274 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| UnifyMixedRulesCRLF | |||
| ) |
Definition at line 288 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| IndentedRulesLF | |||
| ) |
Definition at line 302 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| IndentedRulesCRLF | |||
| ) |
Definition at line 315 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| TolerateMP | |||
| ) |
Definition at line 328 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| MultipleRulesTolerateMP | |||
| ) |
Definition at line 342 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| MultipleRulesDifferentOutputs | |||
| ) |
Definition at line 358 of file depfile_parser_test.cc.
References ASSERT_EQ, EXPECT_EQ, and EXPECT_TRUE.
| TEST_F | ( | DepfileParserTest | , |
| BuggyMP | |||
| ) |
Definition at line 373 of file depfile_parser_test.cc.
References ASSERT_EQ, and EXPECT_FALSE.
1.8.14