Home
last modified time | relevance | path

Searched refs:message_with_output (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
Dexecutive_unittest.py50 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 …
Dexecutive.py84 def message_with_output(self, output_limit=500): member in ScriptError
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dqueues.py152 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…
Dabstractsequencedcommand.py48 log(e.message_with_output())
Dstepsequence.py79 log(e.message_with_output())
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dqueueengine.py116 …lure when processing patch! Please file a bug against webkit-patch.\n%s" % e.message_with_output()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dbase.py784 e.message_with_output()))
/external/webkit/Tools/
DChangeLog-2011-02-164350 (ScriptError.message_with_output): Added a newline to separate the command
4354 paths in message_with_output.
DChangeLog-2010-05-2428538 - Use e.message_with_output() when failing a patch (this is the real fix here).