Package: rust-proptest / 1.5.0-2

Metadata

Package Version Patches format
rust-proptest 1.5.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove x86.patch | (download)

Cargo.toml | 8 4 4 - 0 !
1 file changed, 4 insertions( ), 4 deletions(-)

---
test file tmp.patch | (download)

src/test_runner/runner.rs | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 move persistence test file path to /tmp
 Due to the purpose ofthe tests, it can't use tempfile.
relax trybuild.patch | (download)

Cargo.toml | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 relax dep on trybuild
 Upstream pinned it to =1.0.0, which is "for MSRV"; arguably, trybuild has a
 MSRV of 1.34 when it first added rust-version in Cargo.toml, and proptest
 itself has a MSRV of 1.64.
Bug: https://github.com/proptest-rs/proptest/issues/475
disable feature attr macro.patch | (download)

Cargo.toml | 8 4 4 - 0 !
1 file changed, 4 insertions( ), 4 deletions(-)

 disable feature attr-macro, dep proptest-macro not yet packaged
fix arithmetic overflow.patch | (download)

src/arbitrary/_alloc/alloc.rs | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

---
skip tests i386.patch | (download)

src/num/float_samplers.rs | 1 1 0 - 0 !
1 file changed, 1 insertion( )

---
skip tests riscv64.patch | (download)

src/num.rs | 3 2 1 - 0 !
src/test_runner/runner.rs | 1 1 0 - 0 !
2 files changed, 3 insertions( ), 1 deletion(-)

---