Home | History | Annotate | Download | only in test

Lines Matching defs:aborted

513 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
514 // aborted the function.
515 void ExpectDeathTestHelper(bool* aborted) {
516 *aborted = true;
518 *aborted = false;
523 bool aborted = true;
524 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
526 EXPECT_FALSE(aborted);
531 static bool aborted;
533 aborted = true;
535 aborted = false;
537 EXPECT_TRUE(aborted);
622 void ExpectDebugDeathHelper(bool* aborted) {
623 *aborted = true;
625 *aborted = false;
644 bool aborted = true;
645 EXPECT_NONFATAL_FAILURE(ExpectDebugDeathHelper(&aborted), "");
646 EXPECT_FALSE(aborted);
649 void AssertDebugDeathHelper(bool* aborted) {
650 *aborted = true;
652 *aborted = false;
658 static bool aborted;
659 aborted = false;
660 EXPECT_FATAL_FAILURE(AssertDebugDeathHelper(&aborted), "");
661 EXPECT_TRUE(aborted);
977 // code, and is aborted with the correct AbortReason if it
993 // Tests that the (simulated) child process is aborted with the