Searched refs:expected_stderr (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
D | gardeningserver_unittest.py | 91 … def _post_to_path(self, path, body=None, expected_stderr=None, expected_stdout=None, server=None): argument 95 …OutputCapture().assert_outputs(self, handler.do_POST, expected_stderr=expected_stderr, expected_st… 98 expected_stderr = '' 100 … self._post_to_path('/svnlog', expected_stderr=expected_stderr, expected_stdout=expected_stdout) 103 …expected_stderr = 'MOCK run_command: [\'svn\', \'cat\', \'http://src.chromium.org/chrome/trunk/src… 114 …self._post_to_path('/lastroll', expected_stderr=expected_stderr, expected_stdout='== Begin Respons… 115 …self._post_to_path('/lastroll', expected_stderr=expected_stderr, expected_stdout='== Begin Respons… 118 …expected_stderr = "MOCK run_command: ['echo', 'rollout', '--force-clean', '--non-interactive', '23… 120 …to_path("/rollout?revision=2314&reason=MOCK+rollout+reason", expected_stderr=expected_stderr, expe… 123 …expected_stderr = "MOCK run_command: ['echo', 'rebaseline-json'], cwd=/mock-checkout, input={\"use… [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
D | commandtest.py | 35 …def assert_execute_outputs(self, command, args=[], expected_stdout="", expected_stderr="", expecte… argument 49 …ute, [options, args, tool], expected_stdout=expected_stdout, expected_stderr=expected_stderr, expe…
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
D | outputcapture.py | 88 …ts(self, testcase, function, args=[], kwargs={}, expected_stdout="", expected_stderr="", expected_… argument 104 testassert(stderr_string, expected_stderr) 128 def assertStderr(self, expected_stderr): argument 129 self.assertEqual(expected_stderr, self.__captured_stderr.getvalue())
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/ |
D | multicommandtool_unittest.py | 124 …def _assert_tool_main_outputs(self, tool, main_args, expected_stdout, expected_stderr = "", expect… argument 125 …uts(self, tool.main, [main_args], expected_stdout=expected_stdout, expected_stderr=expected_stderr)
|
/external/chromium_org/tools/gyp/test/lib/ |
D | TestCommon.py | 409 actual_stderr, expected_stderr, status, match): argument 430 if not expected_stderr is None and not match(actual_stderr, expected_stderr): 433 self.diff(expected_stderr, actual_stderr, 'STDERR ')
|