/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | sheriffircbot_unittest.py | 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_s… 63 …OutputCapture().assert_outputs(self, run, args=["rollout 21654 This patch broke the world"], expec… 67 …OutputCapture().assert_outputs(self, run, args=["rollout 21654 21655 21656 This 21654 patch broke … 71 …OutputCapture().assert_outputs(self, run, args=["rollout r21654 This patch broke the world"], expe… 75 …OutputCapture().assert_outputs(self, run, args=["rollout r21654 21655 r21656 This r21654 patch bro… 79 …OutputCapture().assert_outputs(self, run, args=["rollout bananas"], expected_stderr=expected_stder… 85 OutputCapture().assert_outputs(self, run, 96 OutputCapture().assert_outputs(self, run, [all …]
|
D | flakytestreporter_unittest.py | 92 …OutputCapture().assert_outputs(self, reporter._create_bug_for_flaky_test, ['foo/bar.html', ['test@… 146 …OutputCapture().assert_outputs(self, reporter.report_flaky_tests, [patch, test_results, MockZipFil…
|
D | sheriff_unittest.py | 90 OutputCapture().assert_outputs(self, run, expected_stderr=expected_stderr)
|
D | commitqueuetask_unittest.py | 85 …success = OutputCapture().assert_outputs(self, task.run, expected_stderr=expected_stderr, expected… 288 success = OutputCapture().assert_outputs(self, task.run, expected_stderr=expected_stderr)
|
D | feeders_unittest.py | 51 OutputCapture().assert_outputs(self, feeder.feed, expected_stderr=expected_stderr)
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | queuestest.py | 51 …def assert_outputs(self, func, func_name, args, expected_stdout, expected_stderr, expected_excepti… member in QueuesTest 56 OutputCapture().assert_outputs(self, 88 …self.assert_outputs(queue.queue_log_path, "queue_log_path", [], expected_stdout, expected_stderr, … 89 …self.assert_outputs(queue.work_item_log_path, "work_item_log_path", [work_item], expected_stdout, … 90 …self.assert_outputs(queue.begin_work_queue, "begin_work_queue", [], expected_stdout, expected_stde… 91 …self.assert_outputs(queue.should_continue_work_queue, "should_continue_work_queue", [], expected_s… 92 …self.assert_outputs(queue.next_work_item, "next_work_item", [], expected_stdout, expected_stderr, … 93 …self.assert_outputs(queue.should_proceed_with_work_item, "should_proceed_with_work_item", [work_it… 94 …self.assert_outputs(queue.process_work_item, "process_work_item", [work_item], expected_stdout, ex… 95 …self.assert_outputs(queue.handle_unexpected_error, "handle_unexpected_error", [work_item, "Mock er… [all …]
|
D | earlywarningsystem_unittest.py | 49 OutputCapture().assert_outputs(self, queue._can_build, [], expected_stderr=expected_stderr) 56 OutputCapture().assert_outputs(self, queue._can_build, [], expected_stderr=expected_stderr) 69 …OutputCapture().assert_outputs(self, queue.process_work_item, [mock_patch], expected_stderr=expect…
|
D | queues_unittest.py | 156 …patch_id = OutputCapture().assert_outputs(self, queue._next_patch, [], expected_stdout=expected_st… 316 …OutputCapture().assert_outputs(self, sequence.run_and_handle_errors, [tool, options, state], expec… 336 …OutputCapture().assert_outputs(self, queue.process_work_item, [QueuesTest.mock_work_item], expecte… 379 …OutputCapture().assert_outputs(self, queue.report_flaky_tests, [QueuesTest.mock_work_item, test_re… 421 …OutputCapture().assert_outputs(self, queue._upload_results_archive_for_patch, [patch, Mock()], exp…
|
D | rebaseline_unittest.py | 43 OutputCapture().assert_outputs(self, command._tests_to_update, [build])
|
D | download_unittest.py | 46 …commit_info = output.assert_outputs(self, command._commit_info, [1234], expected_stderr=expected_s… 53 …commit_info = output.assert_outputs(self, command._commit_info, [1234], expected_stderr=expected_s…
|
D | commandtest.py | 48 …OutputCapture().assert_outputs(self, command.execute, [options, args, tool], expected_stdout=expec…
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
D | user_unittest.py | 59 actual_result = output_capture.assert_outputs( 103 output.assert_outputs(self, user._warn_if_application_is_xcode, ["TextMate"]) 104 … output.assert_outputs(self, user._warn_if_application_is_xcode, ["/Applications/TextMate.app"]) 105 …output.assert_outputs(self, user._warn_if_application_is_xcode, ["XCode"]) # case sensitive match… 108 …output.assert_outputs(self, user._warn_if_application_is_xcode, ["Xcode"], expected_stdout=xcode_w… 109 …output.assert_outputs(self, user._warn_if_application_is_xcode, ["/Developer/Applications/Xcode.ap…
|
D | workspace_unittest.py | 57 …archive = OutputCapture().assert_outputs(self, workspace.create_zip, ["/zip/path", "/source/path",…
|
D | outputcapture.py | 57 …def assert_outputs(self, testcase, function, args=[], kwargs={}, expected_stdout="", expected_stde… member in OutputCapture
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
D | updatechangelogswithreview_unittest.py | 40 … capture.assert_outputs(self, step._guess_reviewer_from_bug, [75], expected_stderr=expected_stderr) 48 capture.assert_outputs(self, step.run, [{}])
|
D | suggestreviewers_unittest.py | 39 OutputCapture().assert_outputs(self, step.run, [{}]) 46 …capture.assert_outputs(self, step.run, [{"bug_id": "123"}], expected_stdout=expected_stdout, expec…
|
D | steps_unittest.py | 62 …OutputCapture().assert_outputs(self, self._run_step, [Update, tool, options], expected_stderr=expe… 87 OutputCapture().assert_outputs(self, step.run, [{}], expected_stderr=expected_stderr)
|
D | closebugforlanddiff_unittest.py | 40 …capture.assert_outputs(self, step.run, [{"commit_text" : "Mock commit text"}], expected_stderr=exp…
|
D | preparechangelog_unittest.py | 49 capture.assert_outputs(self, step.run, [state])
|
D | validatechangelogs_unittest.py | 49 …result = OutputCapture().assert_outputs(self, step._check_changelog_diff, [diff_file], expected_st…
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
D | layouttestresults_unittest.py | 88 … failures = OutputCapture().assert_outputs(self, LayoutTestResults._failures_from_fail_row, [row]) 94 …OutputCapture().assert_outputs(self, LayoutTestResults._failures_from_fail_row, [row], expected_st…
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | chromium_win_unittest.py | 71 env = output.assert_outputs(self, port.setup_environ_for_server) 88 output.assert_outputs(self, port.setup_environ_for_server,
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
D | multicommandtool_unittest.py | 85 …exit_code = OutputCapture().assert_outputs(self, two_required_arguments.check_arguments_and_execut… 125 …exit_code = OutputCapture().assert_outputs(self, tool.main, [main_args], expected_stdout=expected_…
|
/external/webkit/Tools/Scripts/webkitpy/common/net/irc/ |
D | ircproxy_unittest.py | 43 OutputCapture().assert_outputs(self, fun, expected_stderr=expected_stderr)
|
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
D | bugzilla_unittest.py | 297 …OutputCapture().assert_outputs(self, bugzilla.add_cc_to_bug, [42, ["adam@example.com"]], expected_… 320 …OutputCapture().assert_outputs(self, bugzilla.reopen_bug, [42, ["comment"]], expected_stderr=expec…
|