[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d1366904-f297-e995-2a6c-42721f28bc06@linuxfoundation.org>
Date: Fri, 4 Jun 2021 15:36:12 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: Po-Hsu Lin <po-hsu.lin@...onical.com>,
linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org
Cc: john.stultz@...aro.org, tglx@...utronix.de, sboyd@...nel.org,
shuah@...nel.org, Shuah Khan <skhan@...uxfoundation.org>
Subject: Re: [PATCH] selftests: timers: rtcpie: skip test if default RTC
device does not exist
On 5/24/21 8:36 PM, Po-Hsu Lin wrote:
> This test will require /dev/rtc0, the default RTC device, or one
> specified by user to run. Since this default RTC is not guaranteed to
> exist on all of the devices, so check its existence first, otherwise
> skip this test with the kselftest skip code 4.
>
> Without this patch this test will fail like this on a s390x zVM:
> # selftests: timers: rtcpie
> # /dev/rtc0: No such file or directory
> not ok 1 selftests: timers: rtcpie # exit=22
>
> With this patch:
> # selftests: timers: rtcpie
> # Default RTC /dev/rtc0 does not exist. Test Skipped!
> not ok 9 selftests: timers: rtcpie # SKIP
>
> Signed-off-by: Po-Hsu Lin <po-hsu.lin@...onical.com>
> ---
Thank you for the patch. Will pick this up for 5.14
thanks,
-- Shuah
Powered by blists - more mailing lists