qtdeclarative/tests
Ulf Hermann bf2258e6f4 QtQml: Don't unnecessarily detour through the CU to look up types
Since we also store partial types as QQmlType now, we can just look them
up the regular way.

Pick-to: 6.6 6.5 6.2
Fixes: QTBUG-117788
Change-Id: Id3e81853f802419f1121ef5e856c3272a3c977a1
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-10-19 09:30:13 +02:00
..
auto QtQml: Don't unnecessarily detour through the CU to look up types 2023-10-19 09:30:13 +02:00
baseline Use ApplicationWindow for style specific baseline test cases 2023-09-06 14:07:59 +01:00
benchmarks QmlDom: Add const-correctness 2023-09-15 09:01:59 +02:00
global
libfuzzer/qml
manual Create an accessible element for the dialog box 2023-09-24 13:32:05 +05:30
system
testapplications Port sticky.qml manual test to Controls 2 2023-07-21 00:56:03 +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.