tests: fix typos
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
This commit is contained in:
parent
9dc1f26818
commit
4e8ea1f9d5
|
@ -181,7 +181,7 @@ check_blend_pattern(struct buffer *shot)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Test that alpha blending is roughly correct, and that an alpha ramp
|
* Test that alpha blending is roughly correct, and that an alpha ramp
|
||||||
* results in a stricly monotonic color ramp. This should ensure that any
|
* results in a strictly monotonic color ramp. This should ensure that any
|
||||||
* animation that varies alpha never goes "backwards" as that is easily
|
* animation that varies alpha never goes "backwards" as that is easily
|
||||||
* noticeable.
|
* noticeable.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1682,7 +1682,7 @@ write_visual_diff(pixman_image_t *ref_image,
|
||||||
* The shot image size and the reference image size must both contain
|
* The shot image size and the reference image size must both contain
|
||||||
* the clip rectangle.
|
* the clip rectangle.
|
||||||
*
|
*
|
||||||
* This function uses the pixel value allowed fuzz approriate for GL-renderer
|
* This function uses the pixel value allowed fuzz appropriate for GL-renderer
|
||||||
* with 8 bits per channel data.
|
* with 8 bits per channel data.
|
||||||
*
|
*
|
||||||
* \param shot The image to be verified, usually a screenshot.
|
* \param shot The image to be verified, usually a screenshot.
|
||||||
|
|
|
@ -465,7 +465,7 @@ open_ini_file(struct compositor_setup *setup)
|
||||||
assert(wd);
|
assert(wd);
|
||||||
|
|
||||||
if (asprintf(&tmp_path, "%s/%s.ini", wd, setup->testset_name) == -1) {
|
if (asprintf(&tmp_path, "%s/%s.ini", wd, setup->testset_name) == -1) {
|
||||||
fprintf(stderr, "Fail formating Weston.ini file name.\n");
|
fprintf(stderr, "Fail formatting Weston.ini file name.\n");
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue