From cb38c9c84d2f51ac4475d81f4b97cdf2cb497c31 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Wed, 8 Jun 2022 15:26:10 +0300 Subject: [PATCH] tests: rename shaper_matrix_and_cLUT to opaque_pixel_conversion This name describes better what this test does. In the future another TEST() for alpha blending will be added. Both of them will be using matrix-shaper and cLUT output profiles. Signed-off-by: Pekka Paalanen --- tests/color-icc-output-test.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/color-icc-output-test.c b/tests/color-icc-output-test.c index 1e10f98c..6c354888 100644 --- a/tests/color-icc-output-test.c +++ b/tests/color-icc-output-test.c @@ -660,9 +660,14 @@ check_process_pattern_ex(struct buffer *src, struct buffer *shot, } /* - * Test that matrix-shaper profile does CM correctly, it is used color ramp pattern + * Test that opaque client pixels produce the expected output when converted + * from the implicit sRGB input to ICC profile described output. + * + * The groundtruth conversion comes from the struct lcms_pipeline definitions. + * The first error source is converting those to ICC files. The second error + * source is Weston. */ -TEST(shaper_matrix_and_cLUT) +TEST(opaque_pixel_conversion) { int seq_no = get_test_fixture_index(); const struct setup_args *arg = &my_setup_args[seq_no];