guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: address@hidden: Disable pedantic test.


From: Danny Milosavljevic
Subject: 02/02: gnu: address@hidden: Disable pedantic test.
Date: Thu, 13 Sep 2018 11:18:25 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit b78fe27b317c34411ea3770fd7dbd61fc5af3411
Author: Danny Milosavljevic <address@hidden>
Date:   Thu Sep 13 17:14:40 2018 +0200

    gnu: address@hidden: Disable pedantic test.
    
    * gnu/packages/rust.scm (rust-1.25)[arguments]<#:phases>
    [disable-nil-enum-test]: New phase.
---
 gnu/packages/rust.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 448ce89..780c283 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -719,6 +719,13 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
                  (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"



reply via email to

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