qtdeclarative/tests
Mitch Curtis 28428d7d7d Simplify tst_qquickfontloader::changeFontSourceViaState
Don't wait for the window to be active and have focus if
we don't need keyboard focus.

Task-number: QTBUG-89927
Pick-to: 6.2 6.3 6.4
Change-Id: I77c4064138488fe512a9cf33b16393b9a1c5848b
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2022-07-05 14:34:37 +08:00
..
auto Simplify tst_qquickfontloader::changeFontSourceViaState 2022-07-05 14:34:37 +08:00
baseline Controls: Add baseline test for Popup 2022-07-01 17:22:12 +02:00
benchmarks Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
global Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +02:00
libfuzzer/qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
manual Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
system Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
testapplications Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
CMakeLists.txt
README

README

This directory contains autotests and benchmarks based on QTestlib. 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.