guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: kcoreaddons: Disable broken test.


From: guix-commits
Subject: 01/01: gnu: kcoreaddons: Disable broken test.
Date: Sat, 26 Jan 2019 06:14:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 19d8f047c4c57829a2c09ef463ba00b6ceb36bfe
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 26 12:10:33 2019 +0100

    gnu: kcoreaddons: Disable broken test.
    
    * gnu/packages/kde-frameworks.scm (kcoreaddons)[arguments]: Disable
    benchNotifyWatcher test because it installs too many inotify watches and 
fails
    with ENOSPC.
---
 gnu/packages/kde-frameworks.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3865bc1..63c0c9c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -573,11 +573,14 @@ propagate their changes to their respective configuration 
files.")
        (modify-phases %standard-phases
          (add-before 'check 'blacklist-failing-test
            (lambda _
-             ;; Blacklist a failing test-function. FIXME: Make it pass.
-             ;; Test failure caused by stout/stderr being interleaved.
+             ;; Blacklist failing tests.
              (with-output-to-file "autotests/BLACKLIST"
                (lambda _
-                 (display "[test_channels]\n*\n")))
+                 ;; FIXME: Make it pass.  Test failure caused by stout/stderr
+                 ;; being interleaved.
+                 (display "[test_channels]\n*\n")
+                 ;; This fails with ENOSPC because of too many inotify watches.
+                 (display "[benchNotifyWatcher]\n*\n")))
              #t))
          ;; See upstream commit ee424e9b62368485bba4193053cabb553a1d268e
          (add-after 'unpack 'fix-broken-test



reply via email to

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