Lines Matching full:forever
230 "for repeating forever. Useful for shaking out flaky tests.");3965 // Repeats forever if the repeat count is negative.3966 const bool forever = repeat < 0;3967 for (int i = 0; forever || i != repeat; i++) {4479 " Run the tests repeatedly; use a negative count to repeat forever.\n"