Home | History | Annotate | Download | only in build.webkit.org-config

Lines Matching full:shell

11 from buildbot.steps import master, shell, source, transfer, trigger
51 class InstallWin32Dependencies(shell.Compile):
57 class InstallChromiumDependencies(shell.ShellCommand):
70 class CompileWebKit(shell.Compile):
85 return shell.Compile.start(self)
88 class ArchiveBuiltProduct(shell.ShellCommand):
97 class ExtractBuiltProduct(shell.ShellCommand):
124 class RunJavaScriptCoreTests(shell.Test):
133 shell.Test.__init__(self, *args, **kwargs)
140 return shell.Test.start(self)
143 shell.Test.commandComplete(self, cmd)
171 class RunWebKitTests(shell.Test):
181 shell.Test.__init__(self, *args, **kwargs)
188 return shell.Test.start(self)
191 shell.Test.commandComplete(self, cmd)
239 class ArchiveTestResults(shell.ShellCommand):