qtdeclarative/tests
Andrei Golubev e659b5b23a Skip tst_qmltc::listView() under QEMU
It seems flaky and I fail to see any reasonable explanation for this

Task-number: QTBUG-99355
Change-Id: I21880b6d041cfc21cf847fc3e4f09563be2c5569
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@qt.io>
(cherry picked from commit 7f731838b0)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2021-12-26 11:17:28 +00:00
..
auto Skip tst_qmltc::listView() under QEMU 2021-12-26 11:17:28 +00:00
baseline Add baseline test case for tables with text wrapping and colspan 2021-12-09 23:16:37 +01:00
benchmarks controls: add TreeViewDelegate 2021-12-09 23:16:37 +01:00
global Merge qtquickcontrols2 into qtdeclarative 2021-07-28 11:21:25 +02:00
libfuzzer/qml CMake: Bump almost all cmake_minimum_required calls to 3.16 2021-09-22 20:39:52 +02:00
manual dialogs: move accept label next to reject label 2021-12-23 18:42:59 +01: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.