Searched refs:message_with_output (Results 1 – 9 of 9) sorted by relevance
50 self.assertEquals(error.message_with_output(), 'My custom message!')52 self.assertEquals(error.message_with_output(), 'My custom message!\n\nMy output.')54 …self.assertEquals(error.message_with_output(), 'Failed to run "my_command!" exit_code: -1 cwd: /Us…56 …self.assertEquals(error.message_with_output(), 'Failed to run "my_command!" exit_code: -1\n\nLast …
84 def message_with_output(self, output_limit=500): member in ScriptError
152 output = script_error.message_with_output(output_limit=output_limit)295 return script_error.message_with_output()297 return "%s\nFull output: %s" % (script_error.message_with_output(), results_link)375 log(script_error.message_with_output())432 log(script_error.message_with_output())454 …heck-webkit-style." % (state["patch"].id(), cls.name, script_error.message_with_output(output_limi…
48 log(e.message_with_output())
79 log(e.message_with_output())
116 …lure when processing patch! Please file a bug against webkit-patch.\n%s" % e.message_with_output()
784 e.message_with_output()))
4350 (ScriptError.message_with_output): Added a newline to separate the command4354 paths in message_with_output.
28538 - Use e.message_with_output() when failing a patch (this is the real fix here).