ac8fe3e645
It's currently conditional on two features used in QNetworkInterface. The fact that QNetworkInterface misses those two features is probably correlated to the failures observed on QNX, but is not the cause, so this code was actually wrong and was possibly disabling the execution of similar content on other OSes. Therefore, this commit removes them and changes the conditional to exclude the OS that is failing (QNX). I find this situation unacceptable. IPv6 support is mandatory for any application after 2011-01-31, the date when IANA delegated its last IP block, and definitely after 2019-11-25, when RIPE NCC ran completely out. But since there's no SDK available for it, I'll grudgingly accept a grandfathered exception because there's nothing I can do about it (I tried to fix it; look at the change history of this patch set). I will block any new OSes in that situation, though. Task-number: QTBUG-116503 Change-Id: Ifa1111900d6945ea8e05fffd177ed6979c3e5916 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> |
||
---|---|---|
.. | ||
auto | ||
baseline | ||
benchmarks | ||
global | ||
libfuzzer | ||
manual | ||
shared | ||
testserver | ||
CMakeLists.txt | ||
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.