Home | History | Annotate | Download | only in src

Lines Matching refs:failure

179 // The text used in failure messages to indicate the start of the
262 "printing test failure stack traces.");
611 // failure of the given type and that the failure message contains the
620 "1 fatal failure" :
621 "1 non-fatal failure");
650 // test part results, what type of failure we expect, and what
651 // substring the failure message should contain.
661 // TestPartResultArray contains exactly one failure that has the given
663 // non-fatal failure will be generated.
980 // Makes a failed assertion result with the given failure message.
1259 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
1306 // Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
2114 // Adds a failure if the key is a reserved attribute of the element named
2154 // Returns true iff the test has a non-fatal failure.
2227 // yes, it returns true; otherwise it generates a Google Test failure and
2292 // Adds an "exception thrown" fatal failure to the current test. This
2311 // Adds an "exception thrown" fatal failure to the current test.
2329 const TestPartResult& failure)
2330 failure).c_str()) {}
2382 // // Report the exception as failure.
2446 // Returns true iff the current test has a fatal failure.
2451 // Returns true iff the current test has a non-fatal failure.
2606 // constructor didn't generate a fatal failure.
2782 Failure", as the user usually doesn't care about the difference
2794 return "Failure\n";
3068 // Called after an assertion failure.
3075 // Print failure message from the assertion (e.g. expected this and got that).
3170 printf("\n"); // Add a spacer if no FAILURE banner is displayed.
3392 // TODO(wan): report the reason of the failure.
3491 // <failure message="...">...</failure>
3492 // <failure message="...">...</failure>
3493 // <failure message="...">...</failure>
3600 *stream << " <failure message=\""
3605 *stream << "</failure>\n";
3701 // arbitrarily long test failure message and stack trace.
4100 // when a failure happens and both the --gtest_break_on_failure and
4194 // failure via stderr.
4586 // Runs the tests only if there was no fatal failure during global
4613 // allows the user to quickly repro a failure that happens in the
4990 // true. On failure, returns false without changing *value.
5007 // true. On failure, returns false without changing *value.
5024 // true. On failure, returns false without changing *value.