efraim pushed a commit to branch master
in repository guix.
commit 865003433fc6601718976113f5eaa2958cf4e8dc
Author: Efraim Flashner <[email protected]>
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)