summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-09-031-1/+29
* Merge remote-tracking branch 'origin/5.12.8' into 5.12Qt Forward Merge Bot2020-04-141-2/+21
|\
| * Add an expansion limit for entitiesLars Knoll2020-03-251-2/+21
* | CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-04-105-16/+223
* | QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-04-101-0/+54
|/
* Try to stabilize flaky test cases of tst_qsequentialanimationgroupSona Kurazyan2020-03-121-4/+3
* Try again to make QDeadlineTimer test robust against context switchesVolker Hilsheimer2020-03-061-16/+34
* Fix flaky QElapsedTimer::elapsed test caseVolker Hilsheimer2020-03-061-17/+30
* Make QDeadlineTimer test more resilient against VM starvationVolker Hilsheimer2020-03-061-4/+19
* QXmlStreamReader: early return in case of malformed attributesGiuseppe D'Angelo2020-02-102-0/+9005
* 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