Re: [PATCH] selftests: Warn about skipped tests in result summary

2024-11-25 Thread Laura Nao
Hi Shuah and Usama, On 11/25/24 09:46, Muhammad Usama Anjum wrote: > Hi Laura, > > Thank you for making change. > > On 11/22/24 11:19 PM, Shuah wrote: >> On 11/22/24 08:55, Laura Nao wrote: >>> Update the functions that print the test totals at the end of a selftest >>> to include a warning mess

Re: [PATCH] selftests: Warn about skipped tests in result summary

2024-11-25 Thread Muhammad Usama Anjum
Hi Laura, Thank you for making change. On 11/22/24 11:19 PM, Shuah wrote: > On 11/22/24 08:55, Laura Nao wrote: >> Update the functions that print the test totals at the end of a selftest >> to include a warning message when skipped tests are detected. The >> message advises users that skipped te

Re: [PATCH] selftests: Warn about skipped tests in result summary

2024-11-22 Thread Shuah
On 11/22/24 08:55, Laura Nao wrote: Update the functions that print the test totals at the end of a selftest to include a warning message when skipped tests are detected. The message advises users that skipped tests may indicate missing configuration options and suggests enabling them to improve

[PATCH] selftests: Warn about skipped tests in result summary

2024-11-22 Thread Laura Nao
Update the functions that print the test totals at the end of a selftest to include a warning message when skipped tests are detected. The message advises users that skipped tests may indicate missing configuration options and suggests enabling them to improve coverage. Signed-off-by: Laura Nao -