3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: qtconnectivity: Enable previously failing test.

* gnu/packages/qt.scm (qtconnectivity)[arguments]: Remove custom
'disable-failing-tests phase.
This commit is contained in:
Efraim Flashner 2018-05-27 10:12:07 +03:00
parent 1f52eb7be7
commit 865003433f
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

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