summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QLockFile: fix deadlock when the lock file is corruptedOlivier Goffart2015-04-151-0/+17
* QMimeDatabase: Fix magic rules with \tEike Ziller2015-03-101-0/+1
* Autotest: fix existence check after c8c68ec.David Faure2015-02-241-6/+3
* Timezones: Fix handling of offset-from-UTC QTimeZonesThiago Macieira2015-02-231-0/+12
* QVector: fix use of invalid iterators in removeAll()Marc Mutz2015-02-221-0/+7
* Document and further test that QJsonObject::keys() is sorted.Mitch Curtis2015-02-111-0/+2
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-2921-2/+80
|\
| * Fix QXmlStreamReader parsing of files containing NULsThiago Macieira2015-01-2418-0/+21
| * QTemporaryDir: Remove directories on failureEskil Abrahamsen Blomfeldt2015-01-221-0/+14
| * QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-221-0/+37
| * tst_qstring_mac: Correct memory management.Morten Johan Sørvig2015-01-201-2/+8
* | Autotest: Make mimedatabase testdata resourcesRainer Keller2015-01-224-10/+17
* | Fix QSharedPointer::create and QEnableSharedFromThisThiago Macieira2015-01-211-0/+18
|/
* Android: Fix QDataStream testEskil Abrahamsen Blomfeldt2015-01-092-0/+10
* Android: Fix QTextBoundaryFinder testEskil Abrahamsen Blomfeldt2015-01-092-0/+13
* Android: Fix QTemporaryFile testsEskil Abrahamsen Blomfeldt2015-01-083-9/+48
* QVersionNumber: test more version numbersMarc Mutz2015-01-081-0/+60
* Android: Fix QCryptographicHash testEskil Abrahamsen Blomfeldt2015-01-062-0/+11
* Android: Fix QCommandLineParser testEskil Abrahamsen Blomfeldt2015-01-061-0/+9
* Android: Fix QCollator testEskil Abrahamsen Blomfeldt2015-01-061-0/+5
* Android: Fix QChar testEskil Abrahamsen Blomfeldt2015-01-062-0/+10
* Android: Fix QByteArray testEskil Abrahamsen Blomfeldt2015-01-062-0/+10
* Android: Fix QTranslator testsEskil Abrahamsen Blomfeldt2015-01-063-1/+30
* tst_QLockFile: simulate a crash betterMarc Mutz2015-01-041-4/+4
* [QDateTime] ISO Time zone designators can be [+-]HHIsrael Lins2014-12-301-0/+8
* Android: Fix QTemporaryDir/File::nonWritableCurrentDir() testsEskil Abrahamsen Blomfeldt2014-12-222-0/+9
* Android: Fix QLoggingRegistry testEskil Abrahamsen Blomfeldt2014-12-222-0/+10
* Android: Disable QLockFile testEskil Abrahamsen Blomfeldt2014-12-221-1/+3
* Android: Fix QIODevice testsEskil Abrahamsen Blomfeldt2014-12-223-0/+14
* Android: Fix QFileSystemWatcher test failuresEskil Abrahamsen Blomfeldt2014-12-221-0/+4
* Android: Fix test failure for test QFileInfo::lastRead()Eskil Abrahamsen Blomfeldt2014-12-221-0/+4
* Android: Fix QFileInfo testsEskil Abrahamsen Blomfeldt2014-12-223-1/+36
* Android: Fix QDirIterator testsEskil Abrahamsen Blomfeldt2014-12-221-0/+26
* Android: Fix QDir testsEskil Abrahamsen Blomfeldt2014-12-223-0/+77
* Android: Stabilize QPauseAnimation testEskil Abrahamsen Blomfeldt2014-12-221-34/+38
* Android: Fix json test.BogDan Vatra2014-12-222-2/+12
* Android: Fix QStandardPaths testEskil Abrahamsen Blomfeldt2014-12-191-1/+1
* Android: Fix QResourceEngine testsEskil Abrahamsen Blomfeldt2014-12-193-8/+71
* tst_qlogging: add tests for %{pid} and %{threadid}Thiago Macieira2014-12-191-0/+9
* Fix running tst_qmessagehandler when QT_MESSAGE_PATTERN is setThiago Macieira2014-12-181-0/+9
* tst_qsortfilterproxymodel: remove unused member varDavid Faure2014-11-281-2/+1
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-1/+1
|\
| * Fix the %{time} printing to *not* default to the process's timeThiago Macieira2014-11-211-1/+1
* | QAbstractProxyModel: fix canDropMimeData/dropMimeData implementationsDavid Faure2014-11-241-0/+56
* | Disable the tests that verify that the available space shrunkThiago Macieira2014-11-221-0/+10
* | Fix tst_QEventLoop::processEventsExcludeSocket testJan-Marek Glogowski2014-11-211-9/+43
* | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-212-2/+2
|\|
| * Make QVersionNumber privateThiago Macieira2014-11-132-2/+2
* | Fix QString::section() behavior on negative and out-of-range indexesAlex Trotsenko2014-11-201-0/+22
* | QSortFilterProxyModel: keep the sorting on unrelated changesGiuseppe D'Angelo2014-11-201-0/+74