Closed
Bug 1630271
Opened 6 years ago
Closed 6 years ago
Guard against accidental uses of startup and shutdown profiling in tests
Categories
(DevTools :: Performance Tools (Profiler/Timeline), task, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox78 fixed)
RESOLVED
FIXED
Firefox 78
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: gregtatum, Assigned: gregtatum)
Details
Attachments
(1 file)
Right now trying to dump a shutdown profile from our profiler tests results in failure, which is confusing. We should guard against this and fail the test if this happens.
| Assignee | ||
Comment 1•6 years ago
|
||
Right now trying to dump a shutdown profile from our profiler tests results in failure,
which is confusing. We should guard against this and fail the test if this happens.
Pushed by gsquelart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/35725eceea51
Guard against accidental uses of startup and shutdown profiling in tests; r=canaltinova
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 78
You need to log in
before you can comment on or make changes to this bug.
Description
•