Home
last modified time | relevance | path

Searched refs:_output_json_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
Dperftestsrunner_integrationtest.py200 json_content = runner._host.filesystem.read_text_file(runner._output_json_path())
359 self.assertTrue(filesystem.isfile(runner._output_json_path()))
360 … self.assertTrue(filesystem.isfile(filesystem.splitext(runner._output_json_path())[0] + '.html'))
389 output_json_path = runner._output_json_path()
407 output_json_path = runner._output_json_path()
421 output_json_path = runner._output_json_path()
444 self.assertEqual(runner._output_json_path(), '/mock-checkout/output.json')
448 … '<script>%s</script>END' % port.host.filesystem.read_text_file(runner._output_json_path()))
452 self.assertEqual(runner._output_json_path(), '/mock-checkout/output.json')
456 … '<script>%s</script>END' % port.host.filesystem.read_text_file(runner._output_json_path()))
Dperftestsrunner.py219 … if test_results_server and not self._upload_json(test_results_server, self._output_json_path()):
227 def _output_json_path(self): member in PerfTestsRunner
234 return self._host.filesystem.splitext(self._output_json_path())[0] + '.html'
238 output_json_path = self._output_json_path()