Closed
Bug 870745
Opened 12 years ago
Closed 12 years ago
TypeError: killAndGetStackNoScreenshot() takes exactly 4 arguments (5 given) (File "/Users/cltbld/talos-slave/test/build/tests/mochitest/automation.py", line 901, in killAndGetStack)
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla23
People
(Reporter: emorley, Assigned: jdm)
References
Details
Attachments
(1 file)
2.38 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Caused by bug 597064.
https://tbpl.mozilla.org/php/getParsedLog.php?id=22812793&tree=Mozilla-Central#error0
{
02:42:49 INFO - INFO | runtests.py | Received unexpected exception while running application
02:42:49 INFO - Traceback (most recent call last):
02:42:49 INFO - File "/Users/cltbld/talos-slave/test/build/tests/mochitest/runtests.py", line 770, in runTests
02:42:49 INFO - onLaunch=onLaunch)
02:42:49 INFO - File "/Users/cltbld/talos-slave/test/build/tests/mochitest/automation.py", line 1111, in runApp
02:42:49 INFO - status = self.waitForFinish(proc, utilityPath, timeout, maxTime, startTime, debuggerInfo, symbolsPath)
02:42:49 INFO - File "/Users/cltbld/talos-slave/test/build/tests/mochitest/automation.py", line 969, in waitForFinish
02:42:49 INFO - self.killAndGetStack(proc.pid, utilityPath, debuggerInfo)
02:42:49 INFO - File "/Users/cltbld/talos-slave/test/build/tests/mochitest/automation.py", line 901, in killAndGetStack
02:42:49 INFO - self.killAndGetStackNoScreenshot(self, processPID, utilityPath, debuggerInfo)
}
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #747947 -
Flags: review?(ted)
Comment 2•12 years ago
|
||
Comment on attachment 747947 [details] [diff] [review]
Remove incorrect self argument from killAndGetStack.
Review of attachment 747947 [details] [diff] [review]:
-----------------------------------------------------------------
Oops.
Attachment #747947 -
Flags: review?(ted) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•