qtdeclarative/tests
Fabian Kosmale 46925f589f qmllint: Consider "on-bindings" for required properties
The runtime doesn't complain if a required property is satisfied via a
ValueSource or an Interceptor, so qmllint shouldn't complain either.

Whether this really should apply to interceptors is debatable, but for
now let's aim for consistency. And that a ValueSource can satifsy the
requirement is arguably to be expected.

Pick-to: 6.10 6.8
Fixes: QTBUG-139632
Change-Id: I355b8a48e6b9bc2749839267c3b799e8eba5d72f
Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
2025-09-24 00:29:52 +02:00
..
auto qmllint: Consider "on-bindings" for required properties 2025-09-24 00:29:52 +02:00
baseline Add EllipseShape to QtQuick.Shapes 2025-09-17 07:09:27 +03:00
benchmarks Benchmark filters and sorters in QML SFPM 2025-07-21 11:22:28 +02:00
global
libfuzzer/qml Correct license for test files 2024-02-27 10:32:21 +01:00
manual qmlls: fix manual test 2025-09-16 13:42:00 +02: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.