Restored and extended Highgui test logic for small windows.

pull/25590/head
Alexander Smorkalov 6 months ago
parent 47a6ffb73c
commit 2e07ec1f87
  1. 6
      modules/highgui/test/test_gui.cpp

@ -216,7 +216,11 @@ TEST(Highgui_GUI, trackbar)
} }
// See https://github.com/opencv/opencv/issues/25560 // See https://github.com/opencv/opencv/issues/25560
#if !defined(ENABLE_PLUGINS) #if (!defined(ENABLE_PLUGINS) \
&& !defined HAVE_GTK \
&& !defined HAVE_QT \
&& !defined HAVE_WIN32UI \
&& !defined HAVE_WAYLAND)
TEST(Highgui_GUI, DISABLED_small_width_image) TEST(Highgui_GUI, DISABLED_small_width_image)
#else #else
TEST(Highgui_GUI, small_width_image) TEST(Highgui_GUI, small_width_image)

Loading…
Cancel
Save