mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-qt/qtwayland: skip 3 tests for wayland-1.23 for now
Originally thought it was a 6.7.2 regression but 6.7.1 fails as well. Already been reported upstream and there's no need for this to block bumping/stabilizing 6.7.2 meanwhile. At the moment no reported runtime issues, so not going to set a upper bound either. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -35,6 +35,12 @@ CMAKE_SKIP_TESTS=(
|
||||
# needs a compositor/opengl, skip the extra trouble
|
||||
tst_surface
|
||||
tst_xdgdecorationv1
|
||||
# known failing with wayland-1.23.0 (or at least with offscreen), not
|
||||
# believed to result in critical runtime issues so skip until this is
|
||||
# looked at upstream (https://bugreports.qt.io/browse/QTBUG-126379)
|
||||
tst_client
|
||||
tst_compositor
|
||||
tst_scaling
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
|
||||
@@ -35,6 +35,12 @@ CMAKE_SKIP_TESTS=(
|
||||
# needs a compositor/opengl, skip the extra trouble
|
||||
tst_surface
|
||||
tst_xdgdecorationv1
|
||||
# known failing with wayland-1.23.0 (or at least with offscreen), not
|
||||
# believed to result in critical runtime issues so skip until this is
|
||||
# looked at upstream (https://bugreports.qt.io/browse/QTBUG-126379)
|
||||
tst_client
|
||||
tst_compositor
|
||||
tst_scaling
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
|
||||
@@ -39,6 +39,12 @@ CMAKE_SKIP_TESTS=(
|
||||
# needs a compositor/opengl, skip the extra trouble
|
||||
tst_surface
|
||||
tst_xdgdecorationv1
|
||||
# known failing with wayland-1.23.0 (or at least with offscreen), not
|
||||
# believed to result in critical runtime issues so skip until this is
|
||||
# looked at upstream (https://bugreports.qt.io/browse/QTBUG-126379)
|
||||
tst_client
|
||||
tst_compositor
|
||||
tst_scaling
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
|
||||
@@ -39,6 +39,12 @@ CMAKE_SKIP_TESTS=(
|
||||
# needs a compositor/opengl, skip the extra trouble
|
||||
tst_surface
|
||||
tst_xdgdecorationv1
|
||||
# known failing with wayland-1.23.0 (or at least with offscreen), not
|
||||
# believed to result in critical runtime issues so skip until this is
|
||||
# looked at upstream (https://bugreports.qt.io/browse/QTBUG-126379)
|
||||
tst_client
|
||||
tst_compositor
|
||||
tst_scaling
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user