Re: [PATCH] printf: add tests for generic FourCCs

From: Tamir Duberstein
Date: Sat Mar 22 2025 - 09:31:25 EST


On Sat, Mar 22, 2025 at 6:04 AM Aditya Garg <gargaditya08@xxxxxxxx> wrote:
>
> Hi
>
> > On 21 Mar 2025, at 8:22 PM, Tamir Duberstein <tamird@xxxxxxxxx> wrote:
> >
> > On Fri, Mar 21, 2025 at 10:23 AM Aditya Garg <gargaditya08@xxxxxxxx> wrote:
> >>
> >>
> >> Can you give me some docs for running the Kunit tests? The patch is basically a port of the original version.
> >
> > I use:
> >
> > tools/testing/kunit/kunit.py run --arch arm64 --make_options LLVM=1 printf
> >
> > You can probably just use:
> >
> > tools/testing/kunit/kunit.py run printf
> >
> > It would also be useful to see raw output:
> >
> > tools/testing/kunit/kunit.py run printf —raw_output
>
>
> Here are the requested outputs:
>
> --------------------------------------------------------------------------------------------------------------------------------
> Failed test:
>
> [...]

OK, it's not great but no worse than before.

Acked-by: Tamir Duberstein <tamird@xxxxxxxxx>