Home | History | Annotate | Download | only in test

Lines Matching refs:aborted

568 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
569 // aborted the function.
570 void ExpectDeathTestHelper(bool* aborted) {
571 *aborted = true;
573 *aborted = false;
578 bool aborted = true;
579 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
581 EXPECT_FALSE(aborted);
586 static bool aborted;
588 aborted = true;
590 aborted = false;
592 EXPECT_TRUE(aborted);
673 void ExpectDebugDeathHelper(bool* aborted) {
674 *aborted = true;
676 *aborted = false;
695 bool aborted = true;
696 EXPECT_NONFATAL_FAILURE(ExpectDebugDeathHelper(&aborted), "");
697 EXPECT_FALSE(aborted);
700 void AssertDebugDeathHelper(bool* aborted) {
701 *aborted = true;
703 *aborted = false;
709 static bool aborted;
710 aborted = false;
711 EXPECT_FATAL_FAILURE(AssertDebugDeathHelper(&aborted), "");
712 EXPECT_TRUE(aborted);
1029 // code, and is aborted with the correct AbortReason if it
1045 // Tests that the (simulated) child process is aborted with the