Re: [PATCH] selftests/mm: Fix thuge-gen test name uniqueness

2025-02-05 Thread Mark Brown
On Wed, Feb 05, 2025 at 08:22:04AM +0530, Anshuman Khandual wrote: > On 2/5/25 04:23, Mark Brown wrote: > > Fixes: b38bd9b2c448 ("selftests/mm: thuge-gen: conform to TAP format > > output") > Just wondering how this fixes anything ? This seems like an improvement to > the current behaviour. My

Re: [PATCH] selftests/mm: Fix thuge-gen test name uniqueness

2025-02-04 Thread Dev Jain
On 05/02/25 4:23 am, Mark Brown wrote: The thuge-gen test_mmap() and test_shmget() tests are repeatedly run for a variety of sizes but always report the result of their test with the same name, meaning that automated sysetms running the tests are unable to distinguish between the various tests

Re: [PATCH] selftests/mm: Fix thuge-gen test name uniqueness

2025-02-04 Thread Anshuman Khandual
On 2/5/25 04:23, Mark Brown wrote: > The thuge-gen test_mmap() and test_shmget() tests are repeatedly run for a > variety of sizes but always report the result of their test with the same > name, meaning that automated sysetms running the tests are unable to s/sysetms/system^^

[PATCH] selftests/mm: Fix thuge-gen test name uniqueness

2025-02-04 Thread Mark Brown
The thuge-gen test_mmap() and test_shmget() tests are repeatedly run for a variety of sizes but always report the result of their test with the same name, meaning that automated sysetms running the tests are unable to distinguish between the various tests. Add the supplied sizes to the logged test