File: disable-broken-tests.patch

package info (click to toggle)
rust-imara-diff 0.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 916 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
tests depend on missing data files

Index: imara-diff/src/tests.rs
===================================================================
--- imara-diff.orig/src/tests.rs
+++ imara-diff/src/tests.rs
@@ -116,7 +116,7 @@ pub fn project_root() -> PathBuf {
     res
 }
 
-#[test]
+//#[test]
 #[cfg(not(miri))]
 fn hand_checked_udiffs() {
     for algorithm in Algorithm::ALL {
@@ -134,7 +134,7 @@ fn hand_checked_udiffs() {
     }
 }
 
-#[test]
+//#[test]
 #[cfg(not(miri))]
 fn complex_diffs() {
     for algorithm in Algorithm::ALL {