summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-10-081-3/+3
* MS TZ data: avoid calculating a date in year 0Edward Welbourne2019-09-191-0/+8
* QBitArray: fix fromBits() and actually test itThiago Macieira2019-08-081-0/+57
* Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-192-19/+168
* QSaveFile: Fix changing the file name after hitting on readonly fileFriedemann Kleint2019-07-111-0/+34
* Report correct state change when destroying QAbstractAnimationTor Arne Vestbø2019-06-201-0/+15
* Do not strip off the fragment and query in the qfileselectorJan Arve Sæther2019-06-031-0/+8
* Correct qfloat16's 1/inf == 0 testEdward Welbourne2019-05-271-2/+2
* QRegExp: remove an out of bounds access into QStringGiuseppe D'Angelo2019-05-271-0/+7
* QDataStream: Fix inconsistent results of iostream with QPalette objectsRyan Chu2019-05-201-11/+43
* Skip flaky qfloat16 1/inf == 0 test on QEMU/Arm64Edward Welbourne2019-05-151-1/+3
* Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-081-0/+79
* Update locale data to CLDR v35.1Edward Welbourne2019-05-071-6/+6
* Ignore failing test for free space on APFSVolker Hilsheimer2019-04-301-0/+7
* Remove cruft from testProcessEOF.proJoerg Bornemann2019-04-301-2/+0
* corelib: invokeMethod: Allow non copyable functors to be usedHugo Beauzée-Luyssen2019-04-122-0/+19
* Fix resolving NTFS symbolic links that point to UNC sharesVolker Hilsheimer2019-04-101-23/+45
* Fix QMetaObject::newInstance on non-QObject meta objectMilian Wolff2019-04-091-0/+13
* tst_QUrl: Fix left-over temporary directory on WindowsFriedemann Kleint2019-04-081-0/+8
* Fix various uncommon cases in QTzTimeZonePrivate backendEdward Welbourne2019-04-051-1/+6
* Refine underflow check in QLocaleData::convertDoubleToFloat()Edward Welbourne2019-04-011-15/+28
* QPixmap: More safe failing if qApp is not a QGuiApplicationAlbert Astals Cid2019-03-223-0/+73
* Fix tree recursion in QAbstractItemModel::match()Friedemann Kleint2019-03-222-0/+40
* Fix broken data for time-zones with no transitionsEdward Welbourne2019-03-221-0/+4
* Silence the item model testsFriedemann Kleint2019-03-214-4/+12
* Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-151-1/+1
|\
| * Fix blacklisting tst_QTimer::basic_chrono()Juha Karjalainen2019-02-211-1/+1
* | Fix compilation of qCDebug("", ...) with QT_NO_DEBUG_OUTPUTKai Koehne2019-03-141-0/+1
* | Fix build with -no-gui on macOSAlex Richardson2019-03-041-1/+1
|/
* Add cmdline feature to qmakeJoerg Bornemann2019-02-1832-70/+48
* Avoid read-outside-array error by QStringRef over-reachEdward Welbourne2019-02-081-0/+13
* Blacklist qtimer/basic_chrono on macos due to flakinessTony Sarajärvi2019-01-301-0/+2
* Expand blacklisting of qthreadpool to cover linux distrosTony Sarajärvi2019-01-301-0/+1
* Avoid test failures in tst_qtimezone.cpp and Windows 10 1809Kai Koehne2019-01-281-2/+1
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-234-9/+83
|\
| * tst_QString: fix localeAwareCompare() when using ICUChristian Ehrlicher2019-01-211-25/+25
| * Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-133-0/+47
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-085-45/+82
| |\
| * | Make url normalization closer to common browser behaviorJoni Poikelin2018-12-132-9/+36
* | | Use RAII to handle setting of default locale in tst_QStringEdward Welbourne2019-01-221-17/+16
* | | tst_QString: fix localeAwareCompare() when using ICUChristian Ehrlicher2019-01-201-25/+25
* | | fix out-of-bounds access on trailing percent sign in tr() argumentOswald Buddenhagen2019-01-142-0/+7
| |/ |/|
* | Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+11
* | Revert "Blacklist tst_QTimer::basic_chrono on macOS"Tony Sarajärvi2019-01-041-2/+0
* | Fix QStringListModel::setData to check for actual changesLuca Beldi2018-12-241-0/+20
* | QRegularExpression: anchor wildcard patternSamuel Gaist2018-12-151-38/+38
* | Handle QCollator with locale C by delegating to QStringEdward Welbourne2018-12-111-5/+13
|/
* Fix QSettings parsing of spaces after comment linesThiago Macieira2018-12-073-0/+49
* Remove one out-of-date comment, refine another that was impreciseEdward Welbourne2018-12-071-6/+1
* Fix a nullptr compile error with gcc 4.8Ville Voutilainen2018-11-301-4/+4