qt5base-lts/tests/auto/corelib/io/qtextstream
Thiago Macieira f2a40fa071 Don't assume QLocale::codecForLocale always returns non-null
It may return null during program exit, due to QCoreGlobalData global
static already having been destroyed. If that's the case, QTextStream
needs to fall back to Latin 1, like QString::toLocal8Bit and
fromLocal8Bit already do.

Task-number: QTBUG-38316
Change-Id: I5949c8dec15b60f4a13b5d9307ed6abfc799fe20
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2014-05-11 05:13:49 +02:00
..
readAllStdinProcess Fixed QTextStream "stdin" auto tests 2013-07-30 09:56:40 +02:00
readLineStdinProcess Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
resources Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
stdinProcess Fixed QTextStream "stdin" auto tests 2013-07-30 09:56:40 +02:00
test Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
.gitattributes Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
.gitignore Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
qtextstream.pro Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
qtextstream.qrc Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
rfc3261.txt Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
shift-jis.txt Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
task113817.txt Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
tst_qtextstream.cpp Don't assume QLocale::codecForLocale always returns non-null 2014-05-11 05:13:49 +02:00