gnu: rust@1.25.0: Disable pedantic test.

* gnu/packages/rust.scm (rust-1.25)[arguments]<#:phases>
[disable-nil-enum-test]: New phase.
This commit is contained in:
Danny Milosavljevic 2018-09-13 17:14:40 +02:00
parent 6fe73b487b
commit b78fe27b31
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -719,6 +719,13 @@ (define-public rust-1.25
(substitute* "config.toml"
(("codegen-tests = false") ""))
#t))
;; FIXME: Re-enable this test if it's indeed supposed to work.
;; See <https://github.com/rust-lang/rust/issues/54178>.
(add-after 'enable-codegen-tests 'disable-nil-enum-test
(lambda _
(substitute* "src/test/debuginfo/nil-enum.rs"
(("ignore-lldb") "ignore-gdb"))
#t))
(replace 'patch-aarch64-test
(lambda _
(substitute* "src/librustc_metadata/dynamic_lib.rs"