qtdeclarative/tests
Mitch Curtis 60e5d85921 tst_qquickmenu: fail on warnings
Task-number: QTBUG-98718
Pick-to: 6.8 6.9 6.10
Change-Id: Idfedb0e9cb97833c7e144de7593cabf73522f88e
Reviewed-by: Santhosh Kumar <santhosh.kumar.selvaraj@qt.io>
2025-09-17 12:54:21 +08:00
..
auto tst_qquickmenu: fail on warnings 2025-09-17 12:54:21 +08: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
manual qmlls: fix manual test 2025-09-16 13:42:00 +02: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.