guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: rust: Don't #ignore the same test twice.


From: Danny Milosavljevic
Subject: 04/06: gnu: rust: Don't #ignore the same test twice.
Date: Mon, 16 Apr 2018 13:59:52 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit af4ea9c5cbeb6fe9c3c694d97db07c335c2e51c9
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Apr 15 10:16:41 2018 +0200

    gnu: rust: Don't #ignore the same test twice.
    
    * gnu/packages/rust.scm (rust-1.19)[arguments]<#:phases>[patch-tests]:
    Don't #ignore the same test twice.
---
 gnu/packages/rust.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index df5d803..8c5abfc 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -186,7 +186,9 @@ in turn be used to build the final Rust.")
                   "#[ignore]\nfn connect_timeout_unroutable"))
                ;; 
<https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00222.html>
                (substitute* "src/libstd/sys/unix/process/process_common.rs"
-                 (("fn test_process_mask") "#[ignore]\nfn test_process_mask"))
+                (("#\\[cfg_attr\\(target_arch = \"arm\", ignore\\)\\]
+    fn test_process_mask") "#[ignore]
+    fn test_process_mask"))
                ;; Our ld-wrapper cannot process non-UTF8 bytes in LIBRARY_PATH.
                ;; 
<https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00193.html>
                (delete-file-recursively 
"src/test/run-make/linker-output-non-utf8")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]