at 18.03-beta 22 lines 694 B view raw
1diff -Naur --strip-trailing-cr source.org/src/racer/nameres.rs source/src/racer/nameres.rs 2--- source.org/src/racer/nameres.rs 2017-11-15 20:37:38.571644733 +0000 3+++ source/src/racer/nameres.rs 2017-11-15 20:23:20.521324031 +0000 4@@ -577,6 +577,7 @@ 5 out.into_iter() 6 } 7 8+#[ignore] 9 #[test] 10 fn test_do_file_search() { 11 let cache = core::FileCache::default(); 12diff -Naur --strip-trailing-cr source.org/src/racer/util.rs source/src/racer/util.rs 13--- source.org/src/racer/util.rs 2017-11-15 19:37:55.095344120 +0000 14+++ source/src/racer/util.rs 2017-11-15 20:22:53.746624158 +0000 15@@ -475,6 +475,7 @@ 16 17 } 18 19+#[ignore] 20 #[test] 21 fn test_get_rust_src_path_missing() { 22 use std::env;