Skip to content

lisa.tests.base: Create the TraceView in RTATestBundle.trace instead …

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr289 into master

…of get_trace()

This allows trace_window() to call get_trace() without fearing infinite recursion. Since all test code is using the "trace" property, the fact that RTATestBundle.get_trace() will not return the view fitting the rtapp tasks is not a real issue. Also, get_trace() keeps a semantic of being a "bare" trace, without extra class-specific filtering on top.

Merge request reports