Codebase list rust-libslirp / 69df2d1
object - disable test that is missing testdata. Peter Michael Green 1 year, 8 months ago
3 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 * Team upload.
33 * Package object 0.29.0 from crates.io using debcargo 2.5.0
4 * Disable a test which requires test data that is not included in
5 the crates.io release.
46
57 -- Peter Michael Green <plugwash@debian.org> Sat, 20 Aug 2022 17:33:33 +0000
68
0 Index: object/tests/read/coff.rs
1 ===================================================================
2 --- object.orig/tests/read/coff.rs
3 +++ object/tests/read/coff.rs
4 @@ -2,7 +2,7 @@ use object::{pe, read, Object, ObjectSec
5 use std::fs;
6 use std::path::PathBuf;
7
8 -#[cfg(feature = "coff")]
9 +/*#[cfg(feature = "coff")]
10 #[test]
11 fn coff_extended_relocations() {
12 let path_to_obj: PathBuf = ["testfiles", "coff", "relocs_overflow.o"].iter().collect();
13 @@ -20,4 +20,4 @@ fn coff_extended_relocations() {
14 };
15 let relocations = code_section.relocations().collect::<Vec<_>>();
16 assert_eq!(relocations.len(), 65536);
17 -}
18 +}*/
00 bump-flate2.patch
11 remove-wasm-feature.patch
22 remove-rustc-dep-of-std.patch
3 disable-tests-missing-testdata.patch