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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 109 res, buildbot_output, regular_output = run_and_capture(port_obj, options,
111 return (res, buildbot_output, regular_output, user)
118 buildbot_output = array_stream.ArrayStream()
121 buildbot_output=buildbot_output,
125 return (res, buildbot_output, regular_output)
259 res, buildbot_output, regular_output, user = logging_run(['--clobber-old-results'], record_results=True, filesystem=fs)
260 res, buildbot_output, regular_output, user = logging_run(
263 self.assertEqual(buildbot_output.get(), [])
388 res, buildbot_output, regular_output, user = logging_run(
    [all...]
run_webkit_tests.py 54 buildbot_output=sys.stdout):
63 buildbot_output: a stream-like object that we can write all output that
72 printer = printing.Printer(port, options, regular_output, buildbot_output,
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing.py 211 def __init__(self, port, options, regular_output, buildbot_output,
219 buildbot_output stream to which output intended to be read by
233 self._buildbot_stream = buildbot_output
printing_unittest.py 127 buildbot_output = array_stream.ArrayStream()
129 buildbot_output, single_threaded,
131 return printer, regular_output, buildbot_output

Completed in 646 milliseconds