It was using int for two flag columns; we can pass the relevant flag types now, and we get better type-checking by doing so. Expand the integral numeric column from int to qlonglong, since that's the type we actually end up with by the time we're asking QLocale to do our formatting for us. Add test-cases for things we've lately noticed aren't right, notably including the min-qlonglong test (which passes because compilers handle the UB straightforwardly), that needed the integral numeric column's expansion. Sign-handling for negative values in hex fails; a later commit shall fix and remove the QEXPECT_FAIL(). Pick-to: 6.5 5.15 Task-number: QTBUG-133269 Change-Id: I39c5339b144b40a30886d8253fa464828ed87629 Reviewed-by: Mate Barany <mate.barany@qt.io> (cherry picked from commit 5a230596c8c1f63e662ce17e094e2ae187066d6d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 055b5a83b4b1fa224b075cbc35490e8e2db2225c) |
||
|---|---|---|
| .. | ||
| auto | ||
| baseline | ||
| benchmarks | ||
| global | ||
| libfuzzer | ||
| manual | ||
| shared | ||
| testserver | ||
| CMakeLists.txt | ||
| 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.