qt6-bb10/tests/auto
Edward Welbourne a79de46ac5 Don't skip QDoubleConverter's digit-count check for non-whole bound
Using convertDoubleTo() to get a whole number, from which to determine
the number of digits we're allowed before the fractional part, fails
if the double isn't a whole number, which lead to the skip being
checked. Use qFloor() of the double (as this should have as many
digits as the double had before its decimal point, which is what we
care about; qCeil() might round up to a power of ten).

This amends commit ff6d2cb0d5

Fixes: QTBUG-105341
Pick-to: 6.4 6.3 6.2
Change-Id: I4e0105d4602682c59e9830ec9a37556c96db884e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-08-08 19:38:40 +02:00
..
bic/data Add BiC data for the new way to do BiC testing 2022-05-12 13:33:41 +03:00
cmake CMake: Fix mockplugins test not to fail in a non-prefix build 2022-08-05 18:10:00 +02:00
concurrent Add license headers to cmake files 2022-08-03 17:14:55 +02:00
corelib Remove blacklist of tryAcquireWithTimeout on Windows 2022-08-07 16:05:03 +02:00
dbus Add license headers to cmake files 2022-08-03 17:14:55 +02:00
gui Don't skip QDoubleConverter's digit-count check for non-whole bound 2022-08-08 19:38:40 +02:00
guiapplauncher
network qputenv: port to QByteArrayView 2022-08-06 14:21:46 +00:00
opengl
other qputenv: port to QByteArrayView 2022-08-06 14:21:46 +00:00
printsupport qputenv: port to QByteArrayView 2022-08-06 14:21:46 +00:00
shared Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
sql Add license headers to cmake files 2022-08-03 17:14:55 +02:00
testlib Add license headers to cmake files 2022-08-03 17:14:55 +02:00
tools moc: handle attributes in class declarations 2022-08-03 20:14:42 +02:00
wasm Add license headers to cmake files 2022-08-03 17:14:55 +02:00
widgets qputenv: port to QByteArrayView 2022-08-06 14:21:46 +00:00
xml QDomDocument: Add a way to enable spacing-only text nodes 2022-08-04 22:17:05 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +02:00
network-settings.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00