Files
Robert Löhning af708aecc3 Test parsing of malformed data url
qDecodeDataUrl() called from createImageNode() had a bug which caused an
assert when parsing the svg in this test. The issue was fixed by
4d839093b480d30eef8a89c0f864ee3f340adaa1 in qtbase. The test shall make
sure that QSvgRenderer warns about the invalid input.

Amends b65af14a2599cd7ad155bd254db9e86d795505d3

Pick-to: 6.5
Change-Id: I35e226046061d2bb40cc5719d8a67f16ae34fe76
Reviewed-by: Hatem ElKharashy <hatem.elkharashy@qt.io>
(cherry picked from commit 2fbfed685f0fa234e37ebe4593d57a7e41930579)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit e12653626354e4cc49c70b8b9d5d5a2462ca4fbe)
2025-06-16 08:37:20 +00:00
..
2025-06-16 08:37:20 +00:00
2025-05-24 01:17:31 +00:00
2024-04-04 10:16:19 +00:00

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.