qtdeclarative/tests
Michael Brasser 78a5add794 Remove extra addref
The code was previously updated to use QQmlRefPointer, so we shouldn't
explicitly addref. This allows more components to be correctly
trimmed when needed.

Change-Id: I15a961cfc456eeab5c791c8a282cc7e2852912cb
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2017-12-29 02:30:32 +00:00
..
auto Remove extra addref 2017-12-29 02:30:32 +00:00
benchmarks Add benchmark for event delivery 2017-11-03 11:13:33 +00:00
global
manual Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
system
testapplications Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
README
tests.pro Build benchmarks only in release mode 2016-12-02 08:58:06 +00:00

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.