[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")
- branch master updated (eb357e2 -> 237587f), Danny Milosavljevic, 2018/04/16
- 05/06: gnu: rust: Don't build for "native" arch on ARM., Danny Milosavljevic, 2018/04/16
- 06/06: gnu: rust: Disable test_process_mask tests., Danny Milosavljevic, 2018/04/16
- 03/06: gnu: Add mrustc., Danny Milosavljevic, 2018/04/16
- 01/06: gnu: rust: Enable more tests., Danny Milosavljevic, 2018/04/16
- 04/06: gnu: rust: Don't #ignore the same test twice.,
Danny Milosavljevic <=
- 02/06: gnu: rust: Update to 1.24.0., Danny Milosavljevic, 2018/04/16