Control: retitle -1 librsvg: FTBFS on i386:
aspect_ratio::tests::invalid_viewbox: gigantic viewBox does not raise Err as
expected
Control: forwarded -1 https://gitlab.gnome.org/GNOME/librsvg/-/issues/598
On Wed, 06 May 2020 at 08:56:23 +0100, Simon McVittie wrote:
> > ---- aspect_ratio::tests::invalid_viewbox stdout ----
> > thread 'aspect_ratio::tests::invalid_viewbox' panicked at 'assertion
> > failed: `(left == right)`
> > left: `Ok(Some(Transform { xx: 0.0000000000000000000016666666332652051,
> > yx: 0.0, xy: 0.0, yy: 0.0000000000000000000016062254407192659, x0: 1.0, y0:
> > 1.5 }))`,
> > right: `Err(())`', rsvg_internals/src/aspect_ratio.rs:472:9
Actually this is the opposite of what I thought it was. The expected
result is that the transform *fails* (raises an error), and the actual
result is that on i386, it succeeds.
smcv