Home | History | Annotate | Download | only in src

Lines Matching refs:forever

247     "for repeating forever.  Useful for shaking out flaky tests.");
4144 // Repeats forever if the repeat count is negative.
4145 const bool forever = repeat < 0;
4146 for (int i = 0; forever || i != repeat; i++) {
4662 " Run the tests repeatedly; use a negative count to repeat forever.\n"