qtdeclarative/tests
Gunnar Sletta 2b0f8a7b8c Mark failing testcases with QEXPECT_FAIL for windows
Task-number: QTBUG-39961
Change-Id: I981159921b38ac2af37e8a6d715f0d67d6f01da8
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2014-07-01 12:29:46 +02:00
..
auto Mark failing testcases with QEXPECT_FAIL for windows 2014-07-01 12:29:46 +02:00
benchmarks fix whitespace 2014-01-22 21:01:53 +01:00
global test: Add 5.0.0/5.1.0 bic data for linux-gcc-ia32 2013-07-20 09:42:08 +02:00
manual Merge remote-tracking branch 'origin/stable' into dev 2014-05-10 11:53:47 +02:00
system
testapplications Remove references of QML as a 'declarative' language 2014-05-07 08:38:36 +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.