Searched defs:gtest_output (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 6 milliseconds