Closed
Bug 892524
Opened 12 years ago
Closed 10 years ago
'list' object has no attrbiute 'stopMonitor()' in testCleanup
Categories
(Testing :: Talos, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jyeo, Unassigned)
References
Details
While trying to crash firefox when running talos I got this error instead of getting a minidump_stackwalk.
I'm getting the error at this line: http://hg.mozilla.org/build/talos/file/e1673bbd8ef8/talos/ttest.py#l210.
This is because we are passing in a counters list when the testCleanup function expects a CounterManager. http://hg.mozilla.org/build/talos/file/e1673bbd8ef8/talos/ttest.py#l438
Comment 1•12 years ago
|
||
This is actually this https://bugzilla.mozilla.org/show_bug.cgi?id=891907
Comment 2•10 years ago
|
||
This has been rewritten, and there is no more this line in the code.
Closing the bug as RESOLVED, feel free to reopen this if I'm missing something.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•