Closed
Bug 788503
Opened 13 years ago
Closed 1 year ago
Peptest should use the new mozcrash module for checking minidumps
Categories
(Testing Graveyard :: Peptest, defect)
Testing Graveyard
Peptest
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ahal, Unassigned)
References
Details
This should be very straight forward as the method used by peptest and mozcrash is the same.
https://github.com/mozilla/mozbase/blob/master/mozcrash/mozcrash/mozcrash.py
Comment 1•13 years ago
|
||
Sample usage in runcppunittests.py:
http://mxr.mozilla.org/mozilla-central/source/testing/runcppunittests.py#47
Reporter | ||
Comment 2•12 years ago
|
||
Removing good first bug as peptest is on hold indefinitely
Whiteboard: [good first bug][mentor=ahal]
Reporter | ||
Comment 3•12 years ago
|
||
Assigning to Rajul. Rajul is a contributor interested in working on peptest throughout the summer. I think this is a good first bug to get familiar with the process of creating/submitting a patch.
Rajul:
mozcrash is a python module that lives here: https://github.com/mozilla/mozbase/tree/master/mozcrash
Basically you just want to replace the checkForCrashes function here: https://github.com/mozilla/peptest/blob/master/peptest/runpeptests.py#L161
with mozcrash.check_for_crashes().
When you have a patch generated you can upload it to this bug as an attachment (check the "patch" checkbox when creating the attachment and flag me for a review). I'd also recommend you create a user repository on github for both mozbase and peptest. If you need help with any of this or generating a patch, please let me know.
Assignee: nobody → rajul.iitkgp
Status: NEW → ASSIGNED
Updated•11 years ago
|
Assignee: rajul.iitkgp → nobody
Status: ASSIGNED → NEW
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•