Home
last modified time | relevance | path

Searched refs:run_and_throw_if_fail (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Druntests.py51 self._tool.executive.run_and_throw_if_fail(self._tool.port().run_python_unittests_command())
53 self._tool.executive.run_and_throw_if_fail(self._tool.port().run_perl_unittests_command())
58 self._tool.executive.run_and_throw_if_fail(javascriptcore_tests_command, quiet=True)
70 self._tool.executive.run_and_throw_if_fail(args)
Dpreparechangelogfordepsroll.py37 self._tool.executive.run_and_throw_if_fail(self._tool.port().prepare_changelog_command())
Dupdate.py46 …self._tool.executive.run_and_throw_if_fail(self._tool.port().update_webkit_command(), quiet=self._…
Dbuild.py44 …self._tool.executive.run_and_throw_if_fail(self._tool.port().build_webkit_command(build_style=buil…
Dpreparechangelogforrevert.py53 self._tool.executive.run_and_throw_if_fail(self._tool.port().prepare_changelog_command())
Dcheckstyle.py59 … self._tool.executive.run_and_throw_if_fail(self._tool.port().check_webkit_style_command() + args)
Dpreparechangelog.py77 self._tool.executive.run_and_throw_if_fail(args, self._options.quiet)
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dexecutive_unittest.py141 …output = executive.run_and_throw_if_fail(echo.command_arguments("-n", unicode_tor_input), quiet=Tr…
144 …output = executive.run_and_throw_if_fail(echo.command_arguments("-n", unicode_tor_input), quiet=Tr…
Dexecutive.py142 def run_and_throw_if_fail(self, args, quiet=False, decode_output=True): member in Executive
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dqueues_unittest.py76 tool.executive.run_and_throw_if_fail.assert_called_with(expected_run_args)
Dqueues.py98 return self._tool.executive.run_and_throw_if_fail(webkit_patch_args)
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py658 def run_and_throw_if_fail(self, args, quiet=False): member in MockExecutive
/external/webkit/Tools/
DChangeLog-2010-05-2424258 Step 5: Kill run_and_throw_if_fail.
28537 …- Update run_and_throw_if_fail to use teed output so that it can report the "output" as part of Sc…
31088 Make run_and_throw_if_fail silence STDERR as well as STDIN.
31089 …I also changed run_and_throw_if_fail to use the /dev/null trick instead of .communicate() to avoid…
31168 Make run_and_throw_if_fail silence STDERR as well as STDIN.
31169 …I also changed run_and_throw_if_fail to use the /dev/null trick instead of .communicate() to avoid…
DChangeLog2507 Replace deprecated _run_script with _tool.executive.run_and_throw_if_fail.
DChangeLog-2011-02-1611582 (Executive.run_and_throw_if_fail): Use child_process_encoding to decode