qtbase/tests
Eskil Abrahamsen Blomfeldt adbb821bc7 Freetype: Fix setting variable axes on named instances
If you give explicit values for variable axes, these should take
precedence, even if the initial values are from a named instance.

cc128d802c reordered the operations
so that the named instance was selected after setting the values,
thus overwriting them.

Pick-to: 6.9 6.10
Fixes: QTBUG-139106
Change-Id: I07b44718fd97c0c12c2cd65d0d7313580d9d6aa3
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
2025-08-22 12:49:18 +02:00
..
auto Freetype: Fix setting variable axes on named instances 2025-08-22 12:49:18 +02:00
baseline Add Lancelot tests for mnemonics in text 2025-08-19 14:03:17 +02:00
benchmarks Android: Add QtAbstractItemModel benchmarks 2025-07-14 16:17:11 +00:00
global
libfuzzer
manual QRM: improve UI of manual test 2025-08-15 00:21:49 +03:00
shared Android: auto-tests: Add missing lib to tst_qapplication Android apk 2025-06-19 18:03:20 +03:00
testserver Add REUSE.toml files 2024-11-05 14:36:16 +01:00
CMakeLists.txt Reland: CMake: Annotate some qt_find_package calls with MODULE 2025-06-24 15:29:50 +02:00
README

README

This directory contains autotests and benchmarks based on Qt Test. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.

Linux X11:

   * The user must be logged in to an active desktop; you can't run the
     autotests without a valid DISPLAY that allows X11 connections.

   * The tests are run against a KDE3 or KDE4 desktop.

   * Window manager uses "click to focus", and not "focus follows mouse". Many
     tests move the mouse cursor around and expect this to not affect focus
     and activation.

   * Disable "click to activate", i.e., when a window is opened, the window
     manager should automatically activate it (give it input focus) and not
     wait for the user to click the window.