[igt-dev] [PATCH i-g-t v2] tests/kms_mmap_write_crc: Add subtest description
Petri Latvala
petri.latvala at intel.com
Wed May 12 07:51:36 UTC 2021
On Wed, May 12, 2021 at 12:51:57PM +0530, Arundhati Hagaragi wrote:
> Added description for subtest
>
> Signed-off-by: Arundhati Hagaragi <arundhati.hagaragi at intel.com>
> Cc: B S Karthik <karthik.b.s at intel.com>
> Cc: Patnana Venkata Sai <venkata.sai.patnana at intel.com>
> ---
> tests/kms_mmap_write_crc.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tests/kms_mmap_write_crc.c b/tests/kms_mmap_write_crc.c
> index 46013808..8bb30e23 100644
> --- a/tests/kms_mmap_write_crc.c
> +++ b/tests/kms_mmap_write_crc.c
> @@ -288,6 +288,8 @@ igt_main_args("n", NULL, NULL, opt_handler, NULL)
> igt_subtest("main") {
> igt_info("Using %d rounds for the test\n", ROUNDS);
>
> + igt_describe("Tests that caching mode has become UC/WT and flushed and also validat"
> + "es mmap write to an uncached buffer ");
Please test the code that you change. Running the test with --describe
should print this text. It doesn't, because it's placed incorrectly
still. Not to mention this test will error out when trying to actually
execute the test.
--
Petri Latvala
More information about the igt-dev
mailing list