Lines Matching +full:timestamp +full:- +full:names
16 # * Neither the name of Google Inc. nor the names of its
43 EXPECTED_XML_1 = """<?xml version="1.0" encoding="UTF-8"?>
44 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests">
45 …me="PropertyOne" tests="1" failures="0" skipped="0" disabled="0" errors="0" time="*" timestamp="*">
46 …l_outfile1_test_.cc" line="41" status="run" result="completed" time="*" timestamp="*" classname="P…
57 EXPECTED_XML_2 = """<?xml version="1.0" encoding="UTF-8"?>
58 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests">
59 …me="PropertyTwo" tests="1" failures="0" skipped="0" disabled="0" errors="0" time="*" timestamp="*">
60 …l_outfile2_test_.cc" line="43" status="run" result="completed" time="*" timestamp="*" classname="P…
118 command = [gtest_prog_path, "--gtest_output=xml:%s" % self.output_dir_]
127 output_file_name2 = "lt-" + output_file_name1