qtdeclarative/tests
Ulf Hermann b98af3e0f3 QML Profiler: Test that only one Complete message is sent per session
Task-number: QTBUG-65767
Change-Id: I0485092f9a36da73e9e86ef8216be736b6560ec1
Reviewed-by: Michael Brasser <michael.brasser@live.com>
2018-07-10 16:35:48 +00:00
..
auto QML Profiler: Test that only one Complete message is sent per session 2018-07-10 16:35:48 +00:00
benchmarks Merge remote-tracking branch 'origin/5.9' into 5.10 2018-01-24 09:34:11 +01:00
global
manual TableView: remove row and column from attached object 2018-07-10 12:39:52 +00:00
system
testapplications
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.