masonry-rs icon indicating copy to clipboard operation
masonry-rs copied to clipboard

The snapshot tests are failing due to different font rendering

Open not-my-profile opened this issue 1 year ago • 2 comments

The following tests are failing for me:

    widget::align::tests::centered
    widget::align::tests::left
    widget::align::tests::right
    widget::button::tests::simple_button
    widget::checkbox::tests::simple_checkbox
    widget::flex::tests::flex_col_cross_axis_snapshots
    widget::flex::tests::flex_col_main_axis_snapshots
    widget::flex::tests::flex_row_cross_axis_snapshots
    widget::flex::tests::flex_row_main_axis_snapshots
    widget::label::tests::line_break_modes
    widget::label::tests::simple_label
    widget::label::tests::styled_label
    widget::portal::tests::button_list
    widget::sized_box::tests::label_box_no_size
    widget::sized_box::tests::label_box_with_size
    widget::split::tests::columns
    widget::split::tests::rows
    widget::textbox::tests::simple_textbox

And the .diff.png files all only show the text, e.g:

image

(I'm on Debian.)

not-my-profile avatar Feb 06 '23 05:02 not-my-profile