qt5base-lts/tests/auto/corelib
Edward Welbourne 16c9683718 Revert early return from QTimeZone on invalid ID
This reverts commit ec8808c302 but
retains its test, as the problem it fixed is now solved by having the
TZ backend validate the ID it's passed, so that it now only accepts
valid POSIX zone-descriptions and valid IANA IDs. The former were
being excluded by this check.

Amended a POSIX test to fail with the check in place; it passes now.

Change-Id: I0d5e8c6e0a315ac2509f3d23bebb52aede8f79d0
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Robert Löhning <robert.loehning@qt.io>
2021-04-29 14:13:23 +02:00
..
animation Port QPropertyAnimation::targetObject to bindable properties 2021-04-28 12:38:57 +02:00
global Fix warnings from ignored [[nodiscard]] returns 2021-04-28 06:48:58 +02:00
io Fix warnings from deprecated posix functions 2021-04-28 06:48:33 +02:00
itemmodels Port of QItemSelectionModel::model to new property system 2021-04-27 20:12:50 +02:00
kernel Fix namespace error of std::source_location under C++20 2021-04-29 09:12:47 +00:00
mimetypes Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
plugin Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
serialization Fix compiler warning from int size mismatch 2021-04-29 06:32:17 +02:00
text Add more tests for QList/QString/QBA 2021-04-27 14:12:34 +02:00
thread QThreadPool: obey the docs that say we always use at least 1 thread 2021-04-24 00:37:14 +00:00
time Revert early return from QTimeZone on invalid ID 2021-04-29 14:13:23 +02:00
tools Fix comparison between nullptr and QWeakPointer 2021-04-28 23:33:06 +03:00
CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00