qtdeclarative/tests
Mitch Curtis bbf3c4715a Fix crash when accessing a deleted object
In QObjectWrapper::query(), return QV4::Attr_Invalid if the object was
deleted.

Task-number: QTBUG-44153
Change-Id: I53e8be6196489c323b190dbfa20d2dda2a54315e
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2018-01-11 11:03:35 +00:00
..
auto Fix crash when accessing a deleted object 2018-01-11 11:03:35 +00:00
benchmarks Fix holistic benchmark 2018-01-02 09:52:04 +00:00
global
manual lancelot: Add tests for some emoji cases 2018-01-10 09:52:29 +00:00
system Updated license headers 2016-01-20 11:46:25 +00:00
testapplications Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
README
tests.pro Build benchmarks only in release mode 2016-12-02 08:58:06 +00: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.