RazrFalcon / tiny-skia

A tiny Skia subset ported to Rust
BSD 3-Clause "New" or "Revised" License
1.05k stars 67 forks source link

Test failed on s390x #43

Closed ghost closed 2 years ago

ghost commented 2 years ago

https://kojipkgs.fedoraproject.org//work/tasks/1231/82321231/build.log

---- ignore_memset stdout ---- thread 'ignore_memset' panicked at 'assertion failed: (left == right) left: Pixmap { data: "...", width: 100, height: 100 }, right: Pixmap { data: "...", width: 100, height: 100 }', tests/clip.rs:174:5 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

RazrFalcon commented 2 years ago

This is not a supported target. Only x86 and arm64 are guarantee to work.