unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29693] [PATCH 1/1] gnu: kdelibs4support: Blacklist a recently failing test-function.
@ 2017-12-13 17:03 Hartmut Goebel
  2018-02-03 13:41 ` bug#29693: " Hartmut Goebel
  0 siblings, 1 reply; 2+ messages in thread
From: Hartmut Goebel @ 2017-12-13 17:03 UTC (permalink / raw)
  To: 29693

---
 gnu/packages/kde-frameworks.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 72dff868c..ef2a7cb07 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3359,6 +3359,10 @@ workspace.")
              (mkdir-p ".kde-unit-test/xdg/config")
              (with-output-to-file ".kde-unit-test/xdg/config/foorc"
                (lambda () #t))  ;; simply touch the file
+             ;; Blacklist a test-function (failing at build.kde.org, too).
+             (with-output-to-file "autotests/BLACKLIST"
+               (lambda _
+                 (display "[testSmb]\n*\n")))
              ;; kuniqueapptest hangs. TODO: Make this test pass.
              (zero? (system* "dbus-launch" "ctest" "."
                              "-E" "kstandarddirstest|kuniqueapptest")))))))
-- 
2.13.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#29693: [PATCH 1/1] gnu: kdelibs4support: Blacklist a recently failing test-function.
  2017-12-13 17:03 [bug#29693] [PATCH 1/1] gnu: kdelibs4support: Blacklist a recently failing test-function Hartmut Goebel
@ 2018-02-03 13:41 ` Hartmut Goebel
  0 siblings, 0 replies; 2+ messages in thread
From: Hartmut Goebel @ 2018-02-03 13:41 UTC (permalink / raw)
  To: 29693-close

Commited on 2018-01-03 already
as ed8bdde9ced0e08cee898d38d13af02b249d44f1.


-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-03 13:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-13 17:03 [bug#29693] [PATCH 1/1] gnu: kdelibs4support: Blacklist a recently failing test-function Hartmut Goebel
2018-02-03 13:41 ` bug#29693: " Hartmut Goebel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).