On Thu, May 25, 2023 at 02:30:44PM -0400, Sasha Levin wrote:
From: Mark Brown broonie@kernel.org
[ Upstream commit dbcf76390eb9a65d5d0c37b0cd57335218564e37 ]
The ftrace selftests do not currently produce KTAP output, they produce a custom format much nicer for human consumption. This means that when run in automated test systems we just get a single result for the suite as a whole rather than recording results for individual test cases, making it harder to look at the test data and masking things like inappropriate skips.
This seems to be very much a new feature rather than a fix?