On 4/9/24 5:12 AM, Waiman Long wrote:
On 4/8/24 08:04, Muhammad Usama Anjum wrote:
On 4/8/24 5:01 PM, Michal Koutný wrote:
On Mon, Apr 08, 2024 at 04:53:11PM +0500, Muhammad Usama Anjum usama.anjum@collabora.com wrote:
ksft_test_result_report(tests[i].fn(root), tests[i].name)
$ git grep ksft_test_result_report v6.9-rc3 -- (empty result)
I can't find that helper. Is that in some devel repositories?
Sorry, I always do development on next. So it has been added recently. Try searching it on next:
git grep ksft_test_result_report next-20240404 --
I don't believe it is a good idea to make this patch having a dependency on another set of patches in -next because the test won't run in a non-next environment. We can always have additional patches later on to modify the tests to use the newly available APIs.
Sure, it is okay with me.
Cheers, Longman
Michal