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

/bionic/tests/
H A Dgtest_main.cpp536 // Output xml file when --gtest_output is used, write this function as we can't reuse
1003 std::string gtest_output; member in struct:IsolationTestOptions
1082 options.gtest_output = testing::GTEST_FLAG(output);
1127 } else if (strncmp(args[i], "--gtest_output=", strlen("--gtest_output=")) == 0) {
1128 std::string output = args[i] + strlen("--gtest_output=");
1152 options.gtest_output = output;
1154 fprintf(stderr, "invalid gtest_output file: %s\n", args[i]);
1158 // Remove --gtest_output=xxx from arguments, so child process will not write xml file.
1207 options.gtest_repeat, options.job_count, options.gtest_output);
[all...]

Completed in 50 milliseconds