qtdeclarative/tests
Shawn Rutledge 82c36e4ff0 QQuickWindow autotest: verify that onClosing can block close()
Task-number: QTBUG-40093
Change-Id: I800259f45d95736172d500494e68042180178e93
Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
2014-11-07 13:48:43 +01:00
..
auto QQuickWindow autotest: verify that onClosing can block close() 2014-11-07 13:48:43 +01:00
benchmarks Update license headers and add new licenses 2014-08-25 11:28:46 +02: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 Move action handlers to the Accessible attached object 2014-10-27 14:53:16 +01:00
system
testapplications Update license headers and add new licenses 2014-08-25 11:28:46 +02:00
README
tests.pro Fix memory allocation of executable code 2013-04-01 11:24:24 +02: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.