mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: qtwayland-5: Disable tst_surface test on aarch64-linux.
* gnu/packages/qt.scm (qtwayland-5) [arguments] [target-aarch64?]: Disable the tst_surface test.
This commit is contained in:
parent
31cb6b923e
commit
9c2b2a0105
1 changed files with 8 additions and 1 deletions
|
@ -1789,7 +1789,14 @@ (define-public qtwayland-5
|
|||
"m_waitingFrameCallbacks\\.empty\\(\\)\\);"))
|
||||
"")
|
||||
(("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
|
||||
(lambda _
|
||||
;; Do not fail just because /etc/machine-id is missing.
|
||||
|
|
Loading…
Reference in a new issue