Home | History | Annotate | Download | only in googletest

Lines Matching refs:forever

246     "for repeating forever.  Useful for shaking out flaky tests.");
4172 // Repeats forever if the repeat count is negative.
4173 const bool forever = repeat < 0;
4174 for (int i = 0; forever || i != repeat; i++) {
4690 " Run the tests repeatedly; use a negative count to repeat forever.\n"