[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZUdf5J2kVZSxDaWd@1wt.eu>
Date: Sun, 5 Nov 2023 10:27:00 +0100
From: Willy Tarreau <w@....eu>
To: Thomas Weißschuh <linux@...ssschuh.net>
Cc: Shuah Khan <shuah@...nel.org>, Zhangjin Wu <falcon@...ylab.org>,
Yuan Tan <tanyuan@...ylab.org>, linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org
Subject: Re: [PATCH] selftests/nolibc: add script to run testsuite
On Sun, Nov 05, 2023 at 10:23:05AM +0100, Thomas Weißschuh wrote:
> The script can run the testsuite for multiple architectures and provides
> an overall test report.
>
> Furthermore it can automatically download crosstools from
> mirrors.kernel.org if requested by the user.
>
> Example execution:
>
> $ ./run-tests.sh
> i386: 162 test(s): 162 passed, 0 skipped, 0 failed => status: success
> x86_64: 162 test(s): 162 passed, 0 skipped, 0 failed => status: success
> arm64: 162 test(s): 162 passed, 0 skipped, 0 failed => status: success
> arm: 162 test(s): 162 passed, 0 skipped, 0 failed => status: success
> mips: 162 test(s): 161 passed, 1 skipped, 0 failed => status: warning
> ppc: 162 test(s): 162 passed, 0 skipped, 0 failed => status: success
> ppc64: 162 test(s): 162 passed, 0 skipped, 0 failed => status: success
> ppc64le: 162 test(s): 162 passed, 0 skipped, 0 failed => status: success
> riscv: 162 test(s): 162 passed, 0 skipped, 0 failed => status: success
> s390: 162 test(s): 161 passed, 1 skipped, 0 failed => status: warning
> loongarch: 162 test(s): 161 passed, 1 skipped, 0 failed => status: warning
>
> Signed-off-by: Thomas Weißschuh <linux@...ssschuh.net>
> ---
(...)
Really nice, much cleaner than my old ugly scripts ;-)
Thanks for this, Thomas!
Acked-by: Willy Tarreau <w@....eu>
Willy
Powered by blists - more mailing lists