qt5base-lts/tests/auto/widgets
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
..
dialogs Fix tst_qfiledialog2 in case directory ~/foo exists 2020-11-24 21:50:55 +01:00
effects Get rid of all usage of QApplication:desktop 2020-10-14 06:38:43 +02:00
graphicsview Android: exclude tests crashing at start 2020-11-16 13:35:44 +02:00
itemviews QTableView: honor spans when calculating height/width hint 2020-12-10 19:41:26 +01:00
kernel CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
styles Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
util Skip QSystemTrayIcon unit test for offscreen platform 2020-11-24 18:54:45 +01:00
widgets Restore previous QDateTime behavior in DST gap 2020-12-15 15:54:46 +01:00
CMakeLists.txt Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
widgets.pro