Home | History | Annotate | Download | only in tests

Lines Matching full:gtest_repeat

947   int gtest_repeat;
1025 options.gtest_repeat = testing::GTEST_FLAG(repeat);
1064 } else if (strncmp(args[i], "--gtest_repeat=", strlen("--gtest_repeat=")) == 0) {
1065 // If the value of gtest_repeat is < 0, then it indicates the tests
1067 options.gtest_repeat = atoi(args[i] + strlen("--gtest_repeat="));
1068 // Remove --gtest_repeat=xx from arguments, so child process only run one iteration for a single test.
1151 options.gtest_repeat, options.job_count, options.gtest_output);