Home | History | Annotate | Download | only in bot

Lines Matching refs:OutputCapture

32 from webkitpy.common.system.outputcapture import OutputCapture
51 OutputCapture().assert_outputs(self, run, args=["hi"], expected_stderr=expected_stderr)
55 OutputCapture().assert_outputs(self, run, args=["help"], expected_stderr=expected_stderr)
59 OutputCapture().assert_outputs(self, run, args=["last-green-revision"], expected_stderr=expected_stderr)
63 OutputCapture().assert_outputs(self, run, args=["rollout 21654 This patch broke the world"], expected_stderr=expected_stderr)
67 OutputCapture().assert_outputs(self, run, args=["rollout 21654 21655 21656 This 21654 patch broke the world"], expected_stderr=expected_stderr)
71 OutputCapture().assert_outputs(self, run, args=["rollout r21654 This patch broke the world"], expected_stderr=expected_stderr)
75 OutputCapture().assert_outputs(self, run, args=["rollout r21654 21655 r21656 This r21654 patch broke the world"], expected_stderr=expected_stderr)
79 OutputCapture().assert_outputs(self, run, args=["rollout bananas"], expected_stderr=expected_stderr)
85 OutputCapture().assert_outputs(self, run,
96 OutputCapture().assert_outputs(self, run,
107 OutputCapture().assert_outputs(self, run,
114 OutputCapture().assert_outputs(self, run, args=["rollout 21654"], expected_stderr=expected_stderr)
118 OutputCapture().assert_outputs(self, run, args=["rollout 21654 21655 r21656"], expected_stderr=expected_stderr)