Home | History | Annotate | Download | only in test

Lines Matching defs:aborted

570 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
571 // aborted the function.
572 void ExpectDeathTestHelper(bool* aborted) {
573 *aborted = true;
575 *aborted = false;
580 bool aborted = true;
581 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
583 EXPECT_FALSE(aborted);
588 static bool aborted;
590 aborted = true;
592 aborted = false;
594 EXPECT_TRUE(aborted);
675 void ExpectDebugDeathHelper(bool* aborted) {
676 *aborted = true;
678 *aborted = false;
697 bool aborted = true;
698 EXPECT_NONFATAL_FAILURE(ExpectDebugDeathHelper(&aborted), "");
699 EXPECT_FALSE(aborted);
702 void AssertDebugDeathHelper(bool* aborted) {
703 *aborted = true;
705 *aborted = false;
711 static bool aborted;
712 aborted = false;
713 EXPECT_FATAL_FAILURE(AssertDebugDeathHelper(&aborted), "");
714 EXPECT_TRUE(aborted);
1031 // code, and is aborted with the correct AbortReason if it
1047 // Tests that the (simulated) child process is aborted with the