qt5base-lts/tests/auto/corelib
Andreas Buhr ac7e518a64 [QtCore] Fix QDateTime unit test: time zone of system was used
Test data for QDateTime unit tests was constructed in system's local
time, which made unit test outcome dependent on the time zone of the
system running the tests.
This led to failing unit tests on systems with libc6 version
2.31 or newer. A QDateTime in a timezone, which has daylight saving
time, was created and then used in Hawaii's time zone,which has no
daylight saving time. Newer glibc checks this and returns errors.
This patch changes the behavior to create the test data in a
specified time zone setting.

Task-number: QTBUG-80441
Change-Id: I0330b647fa011be99141dde09001ff2d58bd3a5f
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2020-09-11 19:34:25 +02:00
..
animation Revert "Remove timeStep parameter from QAnimationDrive::advanceAnimation" 2020-09-11 17:11:02 +02:00
global Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
io Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
itemmodels Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
kernel Rename QMetaSequence's "elements" to "values" 2020-09-11 11:30:58 +02:00
mimetypes Fix warnings about unused expression results in tests 2020-07-29 14:33:29 +02:00
plugin Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
serialization Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
text Fix warnings coming from using the deprecated overload of qCheckSum 2020-09-11 19:32:34 +02:00
thread Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
time [QtCore] Fix QDateTime unit test: time zone of system was used 2020-09-11 19:34:25 +02:00
tools Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
.prev_CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
corelib.pro Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00