qtdeclarative/tests
Ulf Hermann dea8e38d95 QmlCompiler: Do not miscompile ID lookups in invalid types
If we cannot resolve a type, we need to assume that all its properties
are components and assign separate contexts to all inner objects.
Otherwise, if one of them actually is, the attempt to resolve it at run
time will crash.

Pick-to: 6.8
Fixes: QTBUG-129281
Change-Id: Ic34b5308accdd93f6797ee39fcd56040cf86b1ce
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2024-09-25 21:24:12 +02:00
..
auto QmlCompiler: Do not miscompile ID lookups in invalid types 2024-09-25 21:24:12 +02:00
baseline VectorImage: Fix transform of nodes following embedded images 2024-08-31 10:43:30 +02:00
benchmarks Only send a LocationChanged event for the item where geometry changed 2024-07-12 16:17:13 +02:00
global
libfuzzer/qml Correct license for test files 2024-02-27 10:32:21 +01:00
manual testbench: default Material and Universal to System theme 2024-09-18 08:47:26 +08:00
system Correct license for test files 2024-02-27 10:32:21 +01:00
testapplications Correct license for test files 2024-02-27 10:32:21 +01:00
CMakeLists.txt qmlls: build and run tests in CI 2023-11-01 21:30:45 +01: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.