HomeSort by relevance Sort by last modified time
    Searched full:assert_execute_outputs (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
upload_unittest.py 41 self.assert_execute_outputs(CommitMessageForCurrentDiff(), [], expected_stdout=expected_stdout, tool=tool)
44 self.assert_execute_outputs(CleanPendingCommit(), [])
49 self.assert_execute_outputs(AssignToCommitter(), [], expected_stderr=expected_stderr, tool=tool)
54 self.assert_execute_outputs(ObsoleteAttachments(), [42], expected_stderr=expected_stderr)
58 self.assert_execute_outputs(Post(), [42], expected_stderr=expected_stderr)
62 self.assert_execute_outputs(LandSafely(), [42], expected_stderr=expected_stderr)
65 self.assert_execute_outputs(Prepare(), [42])
68 self.assert_execute_outputs(Prepare(), [])
72 self.assert_execute_outputs(Upload(), [42], expected_stderr=expected_stderr)
84 self.assert_execute_outputs(MarkBugFixed(), [], expected_stderr=expected_stderr, tool=tool, options=options
    [all...]
download_unittest.py 50 self.assert_execute_outputs(Build(), [], options=self._default_options(), expected_stderr=expected_stderr)
54 self.assert_execute_outputs(BuildAndTest(), [], options=self._default_options(), expected_stderr=expected_stderr)
61 self.assert_execute_outputs(ApplyAttachment(), [197], options=options, expected_stderr=expected_stderr)
68 self.assert_execute_outputs(ApplyFromBug(), [42], options=options, expected_stderr=expected_stderr)
72 self.assert_execute_outputs(Land(), [42], options=self._default_options(), expected_stderr=expected_stderr)
76 self.assert_execute_outputs(CheckStyle(), [197], options=self._default_options(), expected_stderr=expected_stderr)
80 self.assert_execute_outputs(BuildAttachment(), [197], options=self._default_options(), expected_stderr=expected_stderr)
94 self.assert_execute_outputs(LandAttachment(), [197], options=self._default_options(), expected_stderr=expected_stderr)
117 self.assert_execute_outputs(LandFromBug(), [42], options=self._default_options(), expected_stderr=expected_stderr)
121 self.assert_execute_outputs(Rollout(), [852, "Reason"], options=self._default_options(), expected_stderr=expected_stderr
    [all...]
queries_unittest.py 38 self.assert_execute_outputs(BugsToCommit(), None, "42\n77\n", expected_stderr)
43 self.assert_execute_outputs(PatchesInCommitQueue(), None, expected_stdout, expected_stderr)
50 self.assert_execute_outputs(PatchesToCommitQueue(), None, expected_stdout, expected_stderr, options=options)
54 self.assert_execute_outputs(PatchesToCommitQueue(), None, expected_stdout, expected_stderr, options=options)
59 self.assert_execute_outputs(PatchesToReview(), None, expected_stdout, expected_stderr)
63 self.assert_execute_outputs(TreeStatus(), None, expected_stdout)
commandtest.py 36 def assert_execute_outputs(self, command, args, expected_stdout="", expected_stderr="", options=Mock(), tool=MockBugzillaTool()): member in class:CommandsTest
openbugs_unittest.py 50 self.assert_execute_outputs(OpenBugs(), ["12345\n23456"], expected_stderr=expected_stderr)
  /external/webkit/WebKitTools/
ChangeLog     [all...]

Completed in 108 milliseconds