mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gtk: Adjust tests on powerpc64le-linux.
* gnu/packages/gtk.scm (gtk)[arguments]: Adjust the 'patch phase when building for powerpc64le-linux to skip some tests. Change-Id: Ie6a3f04adebdedcd0aa3492ec846a1a7e6941ff4
This commit is contained in:
parent
d1f91d1686
commit
ce72ee3281
1 changed files with 9 additions and 0 deletions
|
@ -1277,6 +1277,15 @@ application suites.")
|
|||
(substitute* "testsuite/css/parser/meson.build"
|
||||
((".*color-mix.*") "")))
|
||||
#~())
|
||||
;; libEGL warning: DRI3 error: Could not get DRI3 device
|
||||
;; libEGL warning: Activate DRI3 at Xorg or build mesa with DRI2
|
||||
#$@(if (target-ppc64le?)
|
||||
#~((substitute* "testsuite/gsk/meson.build"
|
||||
(("'border-zero-width-color',") ""))
|
||||
(substitute* "testsuite/css/parser/meson.build"
|
||||
((".*at-valid-17.*") "")
|
||||
((".*color-mix.*") "")))
|
||||
#~())
|
||||
;; XXX: These failures appear specific to i686 – investigate them.
|
||||
#$@(if (target-x86-32?)
|
||||
#~((substitute* "testsuite/gsk/meson.build"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue