qtdeclarative/tests
Mitch Curtis cde11110f3 Fix shader warnings in ComboBox::test_comboBoxWithShaderEffect
Use the build system to generate the qsb file.

Fixes: QTBUG-125580
Pick-to: 6.5 6.7 6.8
Change-Id: Iefc910356a931109b9c4b60eda1ca145bc3c5079
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
2024-08-14 08:46:53 +08:00
..
auto Fix shader warnings in ComboBox::test_comboBoxWithShaderEffect 2024-08-14 08:46:53 +08:00
baseline Simplify baseline tests using new main() macro 2024-08-07 00:35:54 +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 Correct license in test directory 2024-08-12 19:31:55 +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.