qtdeclarative/tests
Samuli Piippo 033d0e5077 tests: fix linebylinelex tests for mobile and embedded
Cannot make both builtin test and non-builtin test data cases work
when using test data from different test paths. Opt to always use
builtin testdata. Fix the globs to correctly include the test files
and paths where data is searched from.

Fixes: QTBUG-105697
Fixes: QTBUG-123436
Change-Id: I33fc337b3a6fcdfb07f5e9fe12f1075836eb65c3
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2024-05-21 08:20:10 +03:00
..
auto tests: fix linebylinelex tests for mobile and embedded 2024-05-21 08:20:10 +03:00
baseline Scale VectorImage contents to match requested size 2024-05-16 10:58:18 +02:00
benchmarks Fix test compilation issues with QtLite configuration 2024-04-30 09:00:03 +00:00
global
libfuzzer/qml Correct license for test files 2024-02-27 10:32:21 +01:00
manual Add fillTransform property to ShapePath 2024-05-14 20:06:17 +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.