qtdeclarative/tests
Sami Shalayel 5e698fbf62 tst_qmlls_utils: remove invalid test for attached derived type
We want to warn about using attached derived types in QTBUG-138873, so
remove the test that was testing whether go to definition jumps to the
derived type MyApplicationWindow when querying for the
MyApplicationWindow.footer attached property of the ApplicationWindow
base type.
A later commit will make qmlls jump to the C++ definition of the
attached type, instead of the QML type.

Task-number: QTBUG-128393
Change-Id: Ieb96e94315fe8f053302aee3f44cd2437c81fbe0
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2025-08-18 20:03:50 +02:00
..
auto tst_qmlls_utils: remove invalid test for attached derived type 2025-08-18 20:03:50 +02:00
baseline SearchField: Fix baseline test failures 2025-08-18 06:57:39 +00:00
benchmarks Benchmark filters and sorters in QML SFPM 2025-07-21 11:22:28 +02:00
global
libfuzzer/qml
manual manual tests: compile fix for namespaced qt 2025-08-13 09:25:59 +08:00
system
testapplications
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.