HomeSort by relevance Sort by last modified time
    Searched refs:gtest_prog_name (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/testing/gtest/test/
gtest_xml_output_unittest.py 242 def _GetXmlOutput(self, gtest_prog_name, expected_exit_code):
244 Returns the xml output generated by running the program gtest_prog_name.
248 gtest_prog_name + 'out.xml')
249 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(gtest_prog_name)
255 '%s was killed by signal %d' % (gtest_prog_name, p.signal))
265 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code):
268 gtest_prog_name matches expected_xml, a string containing another
273 actual = self._GetXmlOutput(gtest_prog_name, expected_exit_code)
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 242 def _GetXmlOutput(self, gtest_prog_name, expected_exit_code):
244 Returns the xml output generated by running the program gtest_prog_name.
248 gtest_prog_name + 'out.xml')
249 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(gtest_prog_name)
255 '%s was killed by signal %d' % (gtest_prog_name, p.signal))
265 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code):
268 gtest_prog_name matches expected_xml, a string containing another
273 actual = self._GetXmlOutput(gtest_prog_name, expected_exit_code)
  /external/protobuf/gtest/test/
gtest_xml_output_unittest.py 178 "%s was killed by signal %d" % (gtest_prog_name, p.signal))
189 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code):
192 gtest_prog_name matches expected_xml, a string containing another
197 gtest_prog_name + "out.xml")
198 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(gtest_prog_name)
204 "%s was killed by signal %d" % (gtest_prog_name, p.signal))
  /external/chromium/testing/gtest/test/
gtest_xml_output_unittest.py 196 "%s was killed by signal %d" % (gtest_prog_name, p.signal))
207 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code):
210 gtest_prog_name matches expected_xml, a string containing another
215 gtest_prog_name + "out.xml")
216 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(gtest_prog_name)
222 "%s was killed by signal %d" % (gtest_prog_name, p.signal))
  /external/gtest/test/
gtest_xml_output_unittest.py 196 "%s was killed by signal %d" % (gtest_prog_name, p.signal))
207 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code):
210 gtest_prog_name matches expected_xml, a string containing another
215 gtest_prog_name + "out.xml")
216 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(gtest_prog_name)
222 "%s was killed by signal %d" % (gtest_prog_name, p.signal))

Completed in 491 milliseconds