qtdeclarative/tests
Ulf Hermann 891072f3f5 QQmlComponent: Make it harder to leak deferred states
The previous pointer wrangling was ripe with foot guns. Let's just use a
vector of unique_ptr to keep track of the states.

Change-Id: I3ae225b3ab8644aa690d506d0a5de0bfb9ecce23
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-11-01 09:20:59 +01:00
..
auto QQmlComponent: Make it harder to leak deferred states 2021-11-01 09:20:59 +01:00
benchmarks Replace 0 pointer constants with nullptr 2021-10-18 12:39:28 +02:00
global Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +02:00
libfuzzer/qml CMake: Bump almost all cmake_minimum_required calls to 3.16 2021-09-22 20:39:52 +02:00
manual QQuickDialogs manual test: remove duplicate import statements 2021-10-29 08:33:08 +00:00
system Remove QRegExpValidator usages 2020-03-18 16:02:36 +01:00
testapplications Update elements test application to use new XmlListModel 2021-03-18 21:18:54 +01:00
CMakeLists.txt CMake: Regenerate projects 2020-03-17 14:39:47 +00:00
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.