summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Don't pretend we know what DST to use for an offset date.Edward Welbourne2016-01-121-2/+0
* Revert "QString: preserve embedded NULs when converting from QByteArray"Marc Mutz2016-01-121-2/+37
* Make DST-transition test more general.Edward Welbourne2016-01-111-17/+29
* QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-0/+7
* QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-10/+31
* Blacklist failing tst_QFile tests (OS X)Timur Pocheptsov2016-01-061-0/+4
* QMimeDatabase: follow symlinks when checking for FIFO etc.David Faure2015-12-292-0/+28
* tst_collections: "explicit instantiation of 'NS::QList' must occur in namespa...Marc Mutz2015-12-231-0/+2
* tst_QTemporaryDir::nonWritableCurrentDir: Add a check for write protection.Friedemann Kleint2015-12-221-6/+13
* Fix QJsonValue::fromVariant() if the variant contains a json objectLars Knoll2015-12-221-0/+6
* QUrl: revert path-normalization in setPath().David Faure2015-12-221-11/+43
* QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-0/+23
* Stabilize tst_qtimeline::resumeJędrzej Nowacki2015-12-211-5/+4
* Speedup tst_qtimeline::finishedJędrzej Nowacki2015-12-211-2/+1
* Get rid of qWait in tst_qtimeline::restart to make it less flakyJędrzej Nowacki2015-12-211-6/+3
* Improve tst_qtimeline::valueJędrzej Nowacki2015-12-211-11/+7
* Improve tst_qtimeline::currentFrameJędrzej Nowacki2015-12-211-7/+4
* Improve tst_qtimeline::currentTimeJędrzej Nowacki2015-12-211-17/+13
* Make tst_qtimeline::range less prune to timing errorsJędrzej Nowacki2015-12-211-18/+9
* Make tst_qtimeline::duration less fragile to timingsJędrzej Nowacki2015-12-211-6/+4
* Extend blacklisting of tst_qsettings to OSX 10.11Tony Sarajärvi2015-12-151-0/+1
* Revert "tests: fixed compilation of tst_qtextstream"Edward Welbourne2015-12-151-1/+1
* Fix compilation for WinRTMaurice Kalinowski2015-12-148-13/+15
* QString: where possible, re-use existing capacity in op(QChar/QL1S)Marc Mutz2015-12-081-0/+66
* Fix constructing a QSharedPointer<const> of a QEnableSharedFromThis typeThiago Macieira2015-12-081-6/+44
* QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-0/+41
* Use correct test to add C++14 to the project configurationJames McDonnell2015-12-014-4/+8
* tst_QItemModel: Use a QTemporaryDir for test data of QDirModel.Friedemann Kleint2015-11-271-26/+17
* tst_QThreadPool::tryStartCount(): Wait until tasks have finished.Friedemann Kleint2015-11-272-4/+1
* tst_QProcess: Use a QTemporaryDir for files to be created.Friedemann Kleint2015-11-261-12/+18
* tst_QWaitCondition::wakeOne(): Increase wait interval.Friedemann Kleint2015-11-261-4/+7
* tst_QWaitCondition: Prevent test functions from interfering with each other.Friedemann Kleint2015-11-261-35/+106
* tst_QProcess: Remove macro QPROCESS_VERIFY().Friedemann Kleint2015-11-251-15/+7
* tst_QItemModel: Register QAbstractItemModel::LayoutChangeHint.Friedemann Kleint2015-11-251-0/+8
* QString: Fix in-place toUpper/Lower when there's size expansionThiago Macieira2015-11-181-0/+16
* tst_qfilesystemwatcher: Blacklist flaky tests on Windows.Friedemann Kleint2015-11-171-2/+2
* remove pointless conditional definesOswald Buddenhagen2015-11-161-1/+0
* Add spring-forward testEdward Welbourne2015-11-091-0/+44
* tst_qdatetime: Fix compiler warning about uninitialized variable.Friedemann Kleint2015-11-051-2/+2
* Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-0/+4
* Update Unicode data files to v8.0Konstantin Ritt2015-11-055-337/+475
* Fix pauseEvents() test to test what should be true, not what is.Edward Welbourne2015-11-021-10/+8
* Attach all signal spies before setting the watcher's future.Edward Welbourne2015-11-021-12/+11
* Add a test case for conflicting transitionsJarek Kobus2015-10-301-0/+66
* QIODevice: fix interleaving read() and write() in text mode under WindowsAlex Trotsenko2015-10-271-0/+41
* Autotest: remove AIX-related QT_POINTER_SIZE codeThiago Macieira2015-10-231-9/+0
* Improve file handling in test of QSettings.Friedemann Kleint2015-10-211-64/+29
* QLatin1String: add default ctorMarc Mutz2015-10-201-0/+10
* QLatin1String: add testMarc Mutz2015-10-194-0/+126
* The C locale should omit group separators by defaultLars Knoll2015-10-192-11/+13