mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 10:28:01 +02:00
[test] Misidentification of XFAIL as NEW
cut'n'paste error compared the image against the known failure instead of any recorded new failure, when checking for NEW fails.
This commit is contained in:
parent
e288317748
commit
164e0d2ea3
1 changed files with 1 additions and 1 deletions
|
|
@ -1214,7 +1214,7 @@ REPEAT:
|
|||
ret = CAIRO_TEST_SUCCESS;
|
||||
goto UNWIND_CAIRO;
|
||||
}
|
||||
if (cairo_test_files_equal (out_png_path, xfail_png_path)) {
|
||||
if (cairo_test_files_equal (out_png_path, new_png_path)) {
|
||||
cairo_test_log (ctx, "PNG file exactly matches current failure image.\n");
|
||||
cairo_surface_destroy (test_image);
|
||||
ret = CAIRO_TEST_NEW;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue