Home | History | Annotate | Download | only in src

Lines Matching refs:forever

234     "for repeating forever.  Useful for shaking out flaky tests.");
3996 // Repeats forever if the repeat count is negative.
3997 const bool forever = repeat < 0;
3998 for (int i = 0; forever || i != repeat; i++) {
4537 " Run the tests repeatedly; use a negative count to repeat forever.\n"