Searched defs:gtest_repeat (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp1002 int gtest_repeat; member in struct:IsolationTestOptions
1081 options.gtest_repeat = testing::GTEST_FLAG(repeat);
1120 } else if (strncmp(args[i], "--gtest_repeat=", strlen("--gtest_repeat=")) == 0) {
1121 // If the value of gtest_repeat is < 0, then it indicates the tests
1123 options.gtest_repeat = atoi(args[i] + strlen("--gtest_repeat="));
1124 // Remove --gtest_repeat=xx from arguments, so child process only run one iteration for a single test.
1207 options.gtest_repeat, options.job_count, options.gtest_output);

Completed in 33 milliseconds