Home | History | Annotate | Download | only in test

Lines Matching defs:aborted

504 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
505 // aborted the function.
506 void ExpectDeathTestHelper(bool* aborted) {
507 *aborted = true;
509 *aborted = false;
514 bool aborted = true;
515 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
517 EXPECT_FALSE(aborted);
522 static bool aborted;
524 aborted = true;
526 aborted = false;
528 EXPECT_TRUE(aborted);
602 void ExpectDebugDeathHelper(bool* aborted) {
603 *aborted = true;
605 *aborted = false;
635 bool aborted = true;
636 EXPECT_NONFATAL_FAILURE(ExpectDebugDeathHelper(&aborted), "");
637 EXPECT_FALSE(aborted);
640 void AssertDebugDeathHelper(bool* aborted) {
641 *aborted = true;
643 *aborted = false;
649 static bool aborted;
650 aborted = false;
651 EXPECT_FATAL_FAILURE(AssertDebugDeathHelper(&aborted), "");
652 EXPECT_TRUE(aborted);
931 // code, and is aborted with the correct AbortReason if it
947 // Tests that the (simulated) child process is aborted with the