guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: exa: Disable a failing test.


From: guix-commits
Subject: branch staging updated: gnu: exa: Disable a failing test.
Date: Sat, 28 Nov 2020 16:37:24 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new e827f40  gnu: exa: Disable a failing test.
e827f40 is described below

commit e827f40479dc6b652fbb92fe8a64b50cec83731b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Nov 28 21:34:56 2020 +0000

    gnu: exa: Disable a failing test.
    
    This test seems to have started failing on the staging branch, with the 
change
    from Rust 1.39 to 1.45.
    
      ---- options::view::test::time_types::cr stdout ----
      thread 'options::view::test::time_types::cr' panicked at 'called
      `Result::unwrap_err()` on an `Ok` value: TimeTypes { modified: false,
      changed: false, accessed: false, created: true }', 
src/options/view.rs:545:9
    
    * gnu/packages/rust-apps.scm (exa)[arguments]: Disable a failing test.
---
 gnu/packages/rust-apps.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 4b66429..33f1806 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -85,6 +85,7 @@
 
              (substitute* "src/options/view.rs"
                (("test!\\(across:.*") "")
+               (("test!\\(cr:.*") "")
                (("test!\\(empty:.*") "")
                (("test!\\(gracross:.*") "")
                (("test!\\(grid:.*") "")



reply via email to

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