File: ignore_test_parse_self.diff

package info (click to toggle)
rust-goblin 0.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 948 kB
  • sloc: makefile: 12; ansic: 10
file content (12 lines) | stat: -rw-r--r-- 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: goblin/tests/archive.rs
===================================================================
--- goblin.orig/tests/archive.rs
+++ goblin/tests/archive.rs
@@ -63,6 +63,7 @@ fn get_libgoblin_rlib() -> PathBuf {
 // Cannot run this on Windows because *.rlib type on Windows is unknown
 #[cfg(not(windows))]
 #[test]
+#[ignore]
 fn parse_self() {
     let path = get_libgoblin_rlib();
     let buffer = fs::read(path).expect("run `cargo build` first?");