qtdeclarative/tests
Lars Knoll b943d80dd9 Remove the executioncontext in a few more places where it's not needed
Change-Id: I4c92c7bc9d94d8265e306f45d863fdc080a5e2a6
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
2014-11-21 16:36:24 +01:00
..
auto Remove the executioncontext in a few more places where it's not needed 2014-11-21 16:36:24 +01:00
benchmarks tst_compilation: Fix the horrifically broken benchmark. 2014-09-15 14:54:58 +02:00
global
manual Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/dev 2014-10-30 09:13:04 +01:00
system
testapplications Update license headers and add new licenses 2014-08-25 11:28:46 +02: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.