guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ruby-hashery: Disable failing test.


From: Ben Woodcroft
Subject: 02/02: gnu: ruby-hashery: Disable failing test.
Date: Fri, 29 Apr 2016 23:50:08 +0000

benwoodcroft pushed a commit to branch master
in repository guix.

commit 9d177025005a2bcae50c698d0363fd4096d50157
Author: Ben Woodcroft <address@hidden>
Date:   Sat Apr 30 08:44:57 2016 +1000

    gnu: ruby-hashery: Disable failing test.
    
    * gnu/packages/ruby.scm (ruby-hashery)[arguments]: Remove failing
    test.
---
 gnu/packages/ruby.scm |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index b8a6d01..2aab8bf 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3751,6 +3751,10 @@ Rubytest-based test frameworks.  It provides the 
@code{rubytest} executable.")
        (modify-phases %standard-phases
          (replace 'check
            (lambda _
+             ;; Remove known test failure documented at
+             ;; https://github.com/rubyworks/hashery/issues/25
+             (substitute* "test/case_key_hash.rb"
+               (("^      assert\\(s\\)") ""))
              (and (zero? (system* "qed"))
                   (zero? (system* "rubytest" "-Ilib" "-Itest" "test/"))))))))
     (native-inputs



reply via email to

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