qtdeclarative/tests
Liang Qi 9999591e69 Remove dead test - compilerwarnings
A follow-up of 9d078c8f147ea875e862360b0d7480201fbbcff7 in qtqa repo.

Change-Id: I4b6c2923827ba8929a8f9b0919e5017122ca95fc
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
2018-06-22 20:17:44 +00:00
..
auto Remove dead test - compilerwarnings 2018-06-22 20:17:44 +00:00
benchmarks Merge remote-tracking branch 'origin/5.9' into 5.10 2018-01-24 09:34:11 +01:00
global
manual Scale up SVG images if source size is larger than original size 2018-03-15 06:51:15 +00:00
system
testapplications Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
README
tests.pro

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.