me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2019-01-26 12:10:33 +01:00
parent c6bc0fc3a5
commit 19d8f047c4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 3 deletions

View File

@ -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