qt5base-lts/tests/auto
Ivan Solovev e300fc9204 Make tst_QLocale::TransientLocale succeed at changing system locale
It was previously calling setlocale(), which makes no difference to
the Unix backend for the system locale, since that's based on
environment variables (that would normally be used to get default
values for the various setlocale() categories, but only the first time
each is asked for). So, on Unix, set the environment variable, too.

It's also necessary to instantiate a QSystemLocale instance
transiently to trigger a refresh of the system locale data.

Pick-to: 6.2
Change-Id: If92e44053f9021e96c814f4b289f4fadaa7027e0
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2021-09-03 14:00:53 +02:00
..
bic/data Add binary compatibility files for Qt 6.0.0 2021-04-08 06:34:13 +00:00
cmake Implement generating of private cpp exports 2021-08-27 11:01:47 +02:00
concurrent QtConcurrent::run: support non default-constructible return types 2021-08-18 09:41:55 +02:00
corelib Make tst_QLocale::TransientLocale succeed at changing system locale 2021-09-03 14:00:53 +02:00
dbus tests: Remove unused SRCDIR defines 2021-08-17 12:41:57 +00:00
gui Test QWindow close() behavior 2021-09-02 20:34:48 +02:00
guiapplauncher
network QLocalSocket/Win: fix waitFor...() functions for write-only socket 2021-09-02 08:47:11 +03:00
opengl
other Improve lancelot test of dashed line painting 2021-08-20 13:50:24 +02:00
printsupport
shared
sql testlib: Deprecate QWARN() in favor of qWarning() 2021-08-04 19:31:51 +02:00
testlib Avoid senseless duplication of code in a testlib selftest 2021-09-01 17:11:43 +02:00
tools moc: Support BINDABLE for private properties 2021-08-06 17:25:50 +02:00
widgets QWidget: close the QWindow in QWidget::close 2021-09-02 20:34:48 +02:00
xml
CMakeLists.txt CMake: Build a subset of tests when targeting iOS in the CI 2021-08-26 16:40:15 +02:00
network-settings.h