qtbase/tests
Fabian Kosmale 72e405b907 QStringConverterICU: Pass correct pointer to callback
Pass the pointer to the current state, not a pointer to a pointer to it.

[ChangeLog][QtCore][QStringConverter] Fixed a bug involving moved
QStringEncoder/QStringDecoder objects accessing invalid state.

Amends 122270d6be.

Done-with: Marc Mutz <marc.mutz@qt.io>
Change-Id: I70d4dc00e3e0db6cad964579662bcf6d185a4c34
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
(cherry picked from commit 39bbfce9b6)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 7c4e1357e4)
2024-05-06 14:14:34 +00:00
..
auto QStringConverterICU: Pass correct pointer to callback 2024-05-06 14:14:34 +00:00
baseline Draw list bullets/numbers with CSS text color, not palette color 2024-04-19 21:23:47 +00:00
benchmarks Bench QSet::unite 2024-02-07 16:17:57 +00:00
global
libfuzzer Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
manual Remove QWindowPrivate::compositing 2024-03-07 11:22:54 +00:00
shared Remove remnants of Qt for Native Client (NACL) 2023-09-24 09:41:48 +00:00
testserver
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-19 11:15:49 +01:00
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.