Open
Bug 1517309
Opened 6 years ago
Updated 2 years ago
[meta] Fix WPT leaks
Categories
(Testing :: web-platform-tests, enhancement)
Tracking
(Not tracked)
NEW
People
(Reporter: mccr8, Assigned: mccr8)
References
(Depends on 4 open bugs)
Details
(Keywords: memory-leak, meta)
A number of WPT tests leak, as indicated by the leak-threshold and lsan-allowed fields in the ini files. We should fix these leaks and remove the whitelists.
Updated•6 years ago
|
Component: General → web-platform-tests
Assignee | ||
Comment 1•6 years ago
|
||
James, when you were initially generating these whitelists, how did you account for intermittents? It seems like some of the leaks might not be present any more, but maybe I just need to retrigger the tests more.
I did this try run with the LSan whitelists hackily disabled:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=8316377451d2eb7a5fc768521eceaa5badcae1f9
Flags: needinfo?(james)
Comment 2•6 years ago
|
||
Mostly by doing multiple tryruns and keeping adding to the list until they passed reliably. So yes, there's a difficulty distinguishing between something that was fixed and something that's an infrequent intermittent.
Flags: needinfo?(james)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•