Lines Matching full:self
44 def run(self, state):
45 if not self._options.build:
47 if not self._options.test:
52 self._tool.executive.run_and_throw_if_fail(self.port().run_python_unittests_command())
54 self._tool.executive.run_and_throw_if_fail(self.port().run_perl_unittests_command())
56 self._tool.executive.run_and_throw_if_fail(self.port().run_javascriptcore_tests_command(), quiet=True)
59 args = self.port().run_webkit_tests_command()
60 if self._options.non_interactive:
63 if self._options.quiet:
65 self._tool.executive.run_and_throw_if_fail(args)