qtdeclarative/tests
Ulf Hermann 7550f26e15 QML Debugger: Don't crash when looking up values from imported modules
We cannot look up the imports from other modules because those are
stored in the CU. But we can avoid the crash.

Fixes: QTBUG-117479
Change-Id: Ib5660c94dfb7ed20baedf7f71b2f175e6be042b1
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
(cherry picked from commit 604da0a395)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 5e34cf7256)
(cherry picked from commit 4365e9ee2f)
(cherry picked from commit e5bde5cfdb)
Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
2023-11-01 10:13:49 +02:00
..
auto QML Debugger: Don't crash when looking up values from imported modules 2023-11-01 10:13:49 +02:00
baseline/scenegraph/data/text Fix broken Text rendering when noantialiased NativeRendering is used 2022-10-11 19:29:28 +00:00
benchmarks Don't use deprecated QMatrix class anymore 2020-01-17 11:35:38 +01:00
global
libfuzzer/qml Fuzzing: Add fuzz target for QQmlComponent::create() 2020-05-20 12:31:05 +00:00
manual Fix Flickable wheel velocity calculation 2021-12-04 21:46:16 +01:00
system
testapplications
README
tests.pro

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.