gnu: rust: Disable test_process_mask tests.

* gnu/packages/rust.scm (rust-1.19): Disable test_process_mask tests.
master
Danny Milosavljevic 2018-04-15 23:45:34 +02:00
parent 67ca98ec78
commit 237587f1e0
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 2 deletions

View File

@ -186,8 +186,8 @@ 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"
(("#\\[cfg_attr\\(target_arch = \"arm\", ignore\\)\\]
fn test_process_mask") "#[ignore]
(("fn test_process_mask") "#[allow(unused_attributes)]
#[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>