guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: qtconnectivity: Enable previously failing test.


From: Efraim Flashner
Subject: 01/01: gnu: qtconnectivity: Enable previously failing test.
Date: Sun, 27 May 2018 03:21:50 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 865003433fc6601718976113f5eaa2958cf4e8dc
Author: Efraim Flashner <address@hidden>
Date:   Sun May 27 10:12:07 2018 +0300

    gnu: qtconnectivity: Enable previously failing test.
    
    * gnu/packages/qt.scm (qtconnectivity)[arguments]: Remove custom
    'disable-failing-tests phase.
---
 gnu/packages/qt.scm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index aa89f91..c3d0bff 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -804,17 +804,6 @@ with JavaScript and C++.")))
              (sha256
               (base32
                "0wqq5q5saf007aphvpn5pvj6l0qp0z7wxvfba6v9iq5ylyqm6bnd"))))
-    (arguments
-     (substitute-keyword-arguments (package-arguments qtsvg)
-       ((#:phases phases)
-        `(modify-phases ,phases
-           (add-after 'unpack 'disable-failing-tests
-             ;; this test fails on armhf and aarch64
-             (lambda _
-               (substitute* 
"tests/auto/qndefnfcsmartposterrecord/tst_qndefnfcsmartposterrecord.cpp"
-                 (("QCOMPARE\\(record.action\\(\\), 
QNdefNfcSmartPosterRecord::UnspecifiedAction")
-                 "//QCOMPARE(record.action(), 
QNdefNfcSmartPosterRecord::UnspecifiedAction"))
-               #t))))))
     (native-inputs
      `(("perl" ,perl)
        ("pkg-config" ,pkg-config)



reply via email to

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