guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: wayland: Disable failing tests.


From: Ricardo Wurmus
Subject: 01/01: gnu: wayland: Disable failing tests.
Date: Sun, 18 Mar 2018 12:08:24 -0400 (EDT)

rekado pushed a commit to branch rhel6
in repository guix.

commit 8ff9e119447925af0aeee8687ab80b0cea46c9b4
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Mar 18 17:07:16 2018 +0100

    gnu: wayland: Disable failing tests.
    
    * gnu/packages/freedesktop.scm (wayland)[arguments]: Disable tests that fail
    in the build environment.
---
 gnu/packages/freedesktop.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 366fcec..b8fbbbf 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2015 Sou Bunnbu <address@hidden>
 ;;; Copyright © 2015, 2017 Andy Wingo <address@hidden>
 ;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <address@hidden>
-;;; Copyright © 2015, 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015 David Hashe <address@hidden>
 ;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Kei Kebreau <address@hidden>
@@ -431,8 +431,11 @@ Python.")
                (base32
                 "1f3sla6h0bw15fz8pjc67jhwj7pwmfdc7qlj42j5k9v116ycm07d"))))
     (build-system gnu-build-system)
+    ;; XXX These tests fail in the build environment.
     (arguments
-     `(#:parallel-tests? #f))
+     `(#:make-flags '("XFAIL_TESTS=display-test \
+queue-test socket-test protocol-logger-test compositor-introspection-test \
+sanity-test connection-test")))
     (native-inputs
      `(("doxygen" ,doxygen)
        ("graphviz" ,graphviz)



reply via email to

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