qtdeclarative/tests
Ulf Hermann e02964f01a Blacklist tst_qquickpathview::snapOneItem() on macos
See https://testresults.qt.io/grafana/d/5GKDJSPZz/02-qt-framework-please-fix-these-flaky-tests-random-fails?from=1613569036921&to=1629203836922&var-branch=dev&var-project=qt%2Fqtdeclarative&var-testcase=tst_qquickpathview&var-testfunction=snapOneItem&orgId=1&var-inter=24h

Task-number: QTBUG-95863
Change-Id: Ie3911784176f6058810ed4ac4b54ca8454fe809b
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2021-08-17 14:14:53 +00:00
..
auto Blacklist tst_qquickpathview::snapOneItem() on macos 2021-08-17 14:14:53 +00:00
benchmarks Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +02:00
global Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +02:00
libfuzzer/qml Fuzzing: Ensure importing minimal plugin into static builds 2021-05-27 11:30:12 +02:00
manual Store last tab index in settings of dialogs manual test 2021-08-13 10:12:32 +02:00
system Remove QRegExpValidator usages 2020-03-18 16:02:36 +01:00
testapplications Update elements test application to use new XmlListModel 2021-03-18 21:18:54 +01:00
CMakeLists.txt CMake: Regenerate projects 2020-03-17 14:39:47 +00: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.