mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
dev-qt/qtbase: skip tst_wl_reconnect in 6.10+
Unsure why this used to pass last time I tried 6.10 given not much seem to have changed (maybe it was getting auto-skipped somehow?) but it overrides QT_QPA_PLATFORM=offscreen to =wayland which as expected fails to load without a compositor setup in the ebuild. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -346,6 +346,7 @@ src_test() {
|
||||
tst_qopengl{,config,widget,window}
|
||||
tst_qx11info
|
||||
tst_surface
|
||||
tst_wl_reconnect
|
||||
tst_xdgdecorationv1
|
||||
# fails for unknown reasons, but seatv4 is not actually used nowadays
|
||||
tst_seatv4
|
||||
|
||||
@@ -346,6 +346,7 @@ src_test() {
|
||||
tst_qopengl{,config,widget,window}
|
||||
tst_qx11info
|
||||
tst_surface
|
||||
tst_wl_reconnect
|
||||
tst_xdgdecorationv1
|
||||
# fails for unknown reasons, but seatv4 is not actually used nowadays
|
||||
tst_seatv4
|
||||
|
||||
Reference in New Issue
Block a user