1e625033be
It was our old, HP-UX machine on Itanium (ran on big-endian mode). We don't support HP-UX any more; HP will still support the 11i v3 release until 2025, but I doubt anyone wants to run any new software there. One hopes that HP has long since fixed the issue, but I doubt it since the last release is from 2007. Gravlaks probably ran HP-UX 11i v3. There are a couple other left-overs of ".troll.no" in the repository, the majority of which are URL manipulation in tst_qurl.cpp and in tst_qnetworkcookie.cpp, then the certificates for fluke.troll.no (valid until 2035) and aspiriniks.troll.no (expired in 2009, but we don't need it for validity). Change-Id: I810d70e579eb4e2c8e45fffd1719122747d7b85a Reviewed-by: Volker Hilsheimer <volker.hilsheimer@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.