On Wed, Apr 09, 2025 at 03:34:27PM +0100, Richard Fitzgerald wrote:
On 09/04/2025 3:24 pm, Mark Brown wrote:
This by itself results in the Cirrus tests being removed from a kunit --alltests run which is a regression in coverage. I'd expect to see some corresponding updates in the KUnit all_tests.config to keep them enabled.
That's the defined behaviour of KUNIT_ALL_TESTS. It shouldn't have been running as part of an alltests if nothing had selected it. That seems to make people angry. Probably the same people who would complain if there was a bug in the code that they didn't want to test.
Hence the updates to all_tests.config...