summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtextstream
Commit message (Expand)AuthorAgeFilesLines
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261026-20645/+0
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
* winrt: Fix tst_qtextstreamOliver Wolff2017-06-192-1/+3
* Properly use the "process" featureUlf Hermann2017-02-271-5/+6
* tst_QTextStream: Use casts instead of Q_UINT64_C for negative values cast to ...Friedemann Kleint2016-11-301-10/+10
* Revert blacklisting of two tests now the fix is inAndy Shaw2016-05-301-1/+0
* Blacklisting tst_QTextStream::stillOpenWhenAtEnd() on OpenSUSE 42.1Milla Pohjanheimo2016-05-271-0/+1
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-22/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-212-4/+22
|\
| * QTextStream test: Change current directoryMaurice Kalinowski2016-03-162-0/+20
| * tst_QTextStream::textModeOnEmptyRead(): Create file in temporary directory.Friedemann Kleint2016-03-111-4/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-0/+17
|\|
| * Ensure QTextStream doesn't modify the Text flag on the underlying iodeviceLars Knoll2016-03-081-0/+17
* | Updated license headersJani Heikkinen2016-01-214-68/+48
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-1/+1
|\|
| * Revert "tests: fixed compilation of tst_qtextstream"Edward Welbourne2015-12-151-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-0/+17
|\|
| * QTextStream: add missing op<<(QStringRef)Marc Mutz2015-10-161-0/+17
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-0/+1
|\|
| * Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-281-0/+1
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-9/+9
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-014-4/+0
|/
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-9/+9
|\
| * Rename QTextStream::readLine(QString *, qint64) into readLineIntoSimon Hausmann2015-06-031-9/+9
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-0/+2
|/
* Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-161-2/+14
* Update copyright headersJani Heikkinen2015-02-114-28/+28
* Add QTextStream::readLine() overloadAlexander Volkov2015-01-231-15/+106
* Update license headers and add new license filesMatti Paaso2014-09-244-75/+43
* Make QTextStream respect QLocale with OmitGroupSeparatorsThiago Macieira2014-07-241-86/+114
* Reduce repetitive invocations of QFINDTESTDATA.Friedemann Kleint2014-07-101-8/+15
* Make QTextStream use group separators in floating-point numbersThiago Macieira2014-07-051-7/+15
* Don't assume QLocale::codecForLocale always returns non-nullThiago Macieira2014-05-111-0/+7
* Fixed QTextStream "stdin" auto testsBernd Weimer2013-07-303-13/+9
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-234-4/+4
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-184-4/+4
* | Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-231-6/+2
|/
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-3/+0
* Fix wrong string lengthPeter Kümmel2012-12-011-2/+2
* Test: remove QSKIP from tst_QTextStream::stillOpenWhenAtEndCaroline Chao2012-10-181-3/+5
* Test: remove QSKIP from tst_qstextstreamCaroline Chao2012-10-161-9/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-224-99/+99
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-014-0/+4
* Skip 3 test methods if the test server isn't set up.David Faure2012-06-231-2/+3
* Make tst_qtextstream parallel-safe.Rohan McGovern2012-05-312-8/+21
* Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-271-23/+23
* Do not ignore tests/auto/corelib/io/qtextstream on Mac OS XBradley T. Hughes2012-04-121-2/+0
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-141-1/+1