qt6-bb10/tests/auto
Andreas Buhr 3d785249ba Restore previous QDateTime behavior in DST gap
Historic QDateTime behavior when being asked to create a
QDateTime in the DST gap was to interpret the given date
as if it was in the time before that gap, mapping it to a point
in time after the gap. This has changed with
a04411119e .
Since then, the given date is interpreted as if it was in the
time after the gap, thus being mapped to a point in time
before the gap.
This patch restores the historic behavior.
This was not caught by Coin because machines ran in timezone
"Atlantic/Reykjavik" which does not have DST since 1967.
This patch changes tests to always run in "Europe/Oslo".
Driveby: Test function "findSpring" did some operations in
local time, even though being asked to work in a specific
time zone. Fixed that.

Fixes: QTBUG-86960
Fixes: QTBUG-89208
Pick-to: 6.0 5.15
Change-Id: Iecce5898bf9711a10e7dfc0a25e4bbeaed1c8ade
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-12-15 15:54:46 +01:00
..
cmake Modify test_QFINDTESTDATA to not leave files in source tree 2020-12-09 20:30:05 +01:00
concurrent CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
corelib Restore previous QDateTime behavior in DST gap 2020-12-15 15:54:46 +01:00
dbus QChar: make construction from integral explicit 2020-11-15 14:41:05 +01:00
gui CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
guiapplauncher Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
installed_cmake
network CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
opengl Remove tst_QGL 2020-08-28 11:43:11 +02:00
other CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
printsupport Fit tst_qprinterinfo in case there are printers in local network 2020-11-21 06:11:37 +01:00
shared Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
sql Cleanup remaining QVariant::Type uses in Qt Sql 2020-10-17 12:01:54 +02:00
testlib Android: exclude faulty tst_selftests 2020-11-25 23:08:09 +02:00
tools CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
widgets Restore previous QDateTime behavior in DST gap 2020-12-15 15:54:46 +01:00
xml CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
.prev_CMakeLists.txt CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
CMakeLists.txt CMake: Fix building with -DQT_FEATURE_gui=OFF 2020-09-15 20:05:32 +02:00
auto.pro Don't error out when configuring Qt on a headless system 2020-09-26 14:36:13 +02:00
network-settings.h Network self-test: make it work with docker/containers 2020-11-17 19:56:06 +01:00