Closed
Bug 1869312
Opened 2 years ago
Closed 2 years ago
Provide a superclass for python test support classes
Categories
(Testing :: Raptor, task, P3)
Testing
Raptor
Tracking
(firefox123 fixed)
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
References
Details
(Whiteboard: [fxp])
Attachments
(1 file)
This bug is for making a superclass for the python support files (e.g. browsertime_tp6_bench.py) so we won't need to redefine the same methods in all scripts.
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
This patch changes the python support files to use a superclass. All existing support files are also modified to use this superclass. This patch also adds a new method for results processing that allows users to modify the set of suites found/produced from the test.
Updated•2 years ago
|
Assignee: nobody → gmierz2
Status: NEW → ASSIGNED
Pushed by gmierz2@outlook.com:
https://hg.mozilla.org/integration/autoland/rev/ab67f9088efb
Add a superclass for python support files. r=perftest-reviewers,kshampur
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•