summary refs log tree commit diff
path: root/pkgs/development/compilers/rust/patches/aarch64-disable-test_loading_cosine.patch
blob: bafab0e9ef71487ef1fdc612195d26e8506e3477 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/librustc_metadata/dynamic_lib.rs b/src/librustc_metadata/dynamic_lib.rs
index 1b42fa0..92256dc 100644
--- a/src/librustc_metadata/dynamic_lib.rs
+++ b/src/librustc_metadata/dynamic_lib.rs
@@ -80,6 +80,7 @@ mod tests {
     use std::mem;
 
     #[test]
+    #[ignore]
     fn test_loading_cosine() {
         if cfg!(windows) {
             return