qtbase/tests
Edward Welbourne 63dbc5c05d Add a better pangram to a QString::length() test-case
There was a gap in its numbering, and the quick brown fix could do
with some competition.

Change-Id: I1283bbb6ba321ae2b65b4459327f2428a45f85cc
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2023-08-08 17:35:35 +02:00
..
auto Add a better pangram to a QString::length() test-case 2023-08-08 17:35:35 +02:00
baseline
benchmarks QWidget benchmark: port away from Q_FOREACH 2023-08-08 17:08:00 +02:00
global
libfuzzer
manual manual repaint test: port away from Q_FOREACH 2023-08-08 17:08:00 +02:00
shared Add embeddedwindows manual test 2023-08-07 22:59:19 +02:00
testserver
CMakeLists.txt
README

README

This directory contains autotests and benchmarks based on Qt Test. 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.