mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
a92bf11c49
commit
af4ea9c5cb
1 changed files with 3 additions and 1 deletions
|
@ -186,7 +186,9 @@ (define-public rust-1.19
|
|||
"#[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")
|
||||
|
|
Loading…
Reference in a new issue