qtdeclarative/tests
Tor Arne Vestbø f4cfd57272 Tweak tst_qquicktextinput::setInputMask blacklisting for macOS
The test fails locally as well, not just in CI. But only two of
the test data fail, so only blacklist those.

Task-number: QTBUG-82058
Pick-to: 6.8
Change-Id: I3460138c7bd898149b5dbf0889204a44489a53e2
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
2024-09-24 23:20:49 +02:00
..
auto Tweak tst_qquicktextinput::setInputMask blacklisting for macOS 2024-09-24 23:20:49 +02:00
baseline VectorImage: Fix transform of nodes following embedded images 2024-08-31 10:43:30 +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
manual testbench: default Material and Universal to System theme 2024-09-18 08:47:26 +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.