Bug 256961
| Summary: | [GStreamer] Enable leak tracing in test harness | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Philippe Normand
To be investigated, some ideas:
1. enable leak tracer with GST_TRACERS env var in glib.py test environment
2. before each test, emit the "activity-start-tracking" action signal on the tracer
3. after each test invocation get the live objects from the tracer with "activity-get-checkpoint" action signal
4. do something with the report
5. emit "activity-stop-tracking"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |