[PATCH v3 2/2] kunit: tool: add test to check parsing late test plan

2025-03-15 Thread Rae Moar
Add test to check for the infinite loop caused by the inability to parse a late test plan. The test parses the following output: TAP version 13 ok 4 test4 1..4 Signed-off-by: Rae Moar --- Changes since v2: - Adds this patch to add a test for this behavior tools/testing/kunit/kunit_tool_test

Re: [PATCH v3 2/2] kunit: tool: add test to check parsing late test plan

2025-03-13 Thread David Gow
On Fri, 14 Mar 2025 at 03:27, Rae Moar wrote: > > Add test to check for the infinite loop caused by the inability > to parse a late test plan. > > The test parses the following output: > TAP version 13 > ok 4 test4 > 1..4 > > Signed-off-by: Rae Moar > --- Reviewed-by: David Gow Cheers, -- D