Portable-Network-Archive / liblzma-rs

Bindings to liblzma in Rust (xz streams in Rust)
Apache License 2.0
12 stars 5 forks source link

Failed to test with rust 1.80 #113

Closed ChanTsune closed 1 month ago

ChanTsune commented 1 month ago
cargo run --manifest-path systest/Cargo.toml
   Compiling systest v0.1.0 (/home/runner/work/liblzma-rs/liblzma-rs/systest)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s
     Running `target/debug/systest`
RUNNING ALL TESTS
bad LZMA_VLI_BYTES_MAX value at byte 4: rust: 5 (0x5) != c 0 (0x0)
thread 'main' panicked at /home/runner/work/liblzma-rs/liblzma-rs/target/debug/build/systest-e8720aeab62cdd03/out/all.rs:12:21:
some tests failed