gnu: qtwayland-5: Disable tst_surface test on aarch64-linux.
* gnu/packages/qt.scm (qtwayland-5) [arguments] [target-aarch64?]: Disable the tst_surface test.
parent
31cb6b923e
commit
9c2b2a0105
|
@ -1789,7 +1789,14 @@ set of plugins for interacting with pulseaudio and GStreamer.")
|
||||||
"m_waitingFrameCallbacks\\.empty\\(\\)\\);"))
|
"m_waitingFrameCallbacks\\.empty\\(\\)\\);"))
|
||||||
"")
|
"")
|
||||||
(("QTRY_COMPARE\\(bufferSpy\\.count\\(\\), 1\\);")
|
(("QTRY_COMPARE\\(bufferSpy\\.count\\(\\), 1\\);")
|
||||||
""))))
|
""))
|
||||||
|
#$@(if (target-aarch64?)
|
||||||
|
;; The tst_surface::createSubsurface test fails on
|
||||||
|
;; aarch64 (see:
|
||||||
|
;; https://bugreports.qt.io/browse/QTBUG-117112).
|
||||||
|
#~((substitute* "tests/auto/client/client.pro"
|
||||||
|
((".*surface.*") "")))
|
||||||
|
#~())))
|
||||||
(add-before 'check 'set-test-environment
|
(add-before 'check 'set-test-environment
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Do not fail just because /etc/machine-id is missing.
|
;; Do not fail just because /etc/machine-id is missing.
|
||||||
|
|
Reference in New Issue