qt6-bb10/tests
Marc Mutz 37e2aa7698 Dissociate QTypeRevision from QVersionNumber
They have nothing to do with each other, so give QTypeRevision its own
header and implementation file instead of piggy-backing on
QVersionNumber's.

Picking back to current LTS to incur the merge conflict only once, not
per (expected) follow-up change.

Amends ed080c64ae.

Pick-to: 6.7 6.6 6.5
Change-Id: I2fa5d0e68f95864126bc95e3d8154134eee85553
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2024-01-10 02:25:24 +00:00
..
auto Dissociate QTypeRevision from QVersionNumber 2024-01-10 02:25:24 +00:00
baseline Fix the pdf testing in the painting baseline test 2024-01-08 15:06:18 +00:00
benchmarks tst_bench_QImageReader: add a benchmark for raw QFatoryLoader operations 2023-12-07 22:55:08 +00:00
global
libfuzzer
manual Compile with getOpenGileContent() API changes 2024-01-08 21:00:09 +00:00
shared Android: Add preliminary support for child windows 2023-12-08 15:53:37 +02:00
testserver
CMakeLists.txt
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.