qtdeclarative/tests
Christiaan Janssen cfad9eb4df QmlProfiler: send v8 profiling started signal
Change-Id: Ie26bd47c9b79a7f524b9c5bc59146be1ea93761d
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
2012-02-27 15:26:26 +01:00
..
auto QmlProfiler: send v8 profiling started signal 2012-02-27 15:26:26 +01:00
benchmarks Get script benchmark compiling and running. 2012-02-27 00:11:49 +01:00
global
manual/accessibility Remove "All rights reserved" line from license headers. 2012-01-30 23:52:43 +01:00
system Remove "All rights reserved" line from license headers. 2012-01-30 23:52:43 +01:00
testapplications Add support for resizing fonts to fit Text dimensions. 2012-02-06 04:13:08 +01:00
README
tests.pro Run autotests on Mac 2012-01-05 13:05:35 +01: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.