[igt-dev] [PATCH i-g-t v3 1/7] tests/kms_color_chamelium: Remove invalid LUT size tests

Modem, Bhanuprakash bhanuprakash.modem at intel.com
Sun Sep 12 15:30:23 UTC 2021


> From: Ville Syrjala <ville.syrjala at linux.intel.com>
> Sent: Friday, September 3, 2021 9:58 PM
> To: igt-dev at lists.freedesktop.org
> Cc: Modem, Bhanuprakash <bhanuprakash.modem at intel.com>
> Subject: [PATCH i-g-t v3 1/7] tests/kms_color_chamelium: Remove invalid LUT
> size tests
> 
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
> 
> There is zero point in duplicating the invalid LUT size tests
> in the chamelium test. Get rid of them.
> 
> Cc: Bhanuprakash Modem <Bhanuprakash.modem at intel.com>
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>

LGTM 
Reviewed-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>

-Bhanu

> ---
>  tests/kms_color_chamelium.c | 11 -----------
>  1 file changed, 11 deletions(-)
> 
> diff --git a/tests/kms_color_chamelium.c b/tests/kms_color_chamelium.c
> index bc4356bfab6a..97741b9c968e 100644
> --- a/tests/kms_color_chamelium.c
> +++ b/tests/kms_color_chamelium.c
> @@ -752,17 +752,6 @@ igt_main
>  	for_each_pipe_static(pipe)
>  		igt_subtest_group
>  			run_tests_for_pipe(&data, pipe);
> -	igt_describe("Negative test case gamma lut size");
> -	igt_subtest_f("pipe-invalid-gamma-lut-sizes")
> -		invalid_gamma_lut_sizes(&data);
> -
> -	igt_describe("Negative test case degamma lut size");
> -	igt_subtest_f("pipe-invalid-degamma-lut-sizes")
> -		invalid_degamma_lut_sizes(&data);
> -
> -	igt_describe("Negative test case ctm matrix size");
> -	igt_subtest_f("pipe-invalid-ctm-matrix-sizes")
> -		invalid_ctm_matrix_sizes(&data);
> 
>  	igt_fixture {
>  		igt_display_fini(&data.display);
> --
> 2.31.1



More information about the igt-dev mailing list