summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid invalid qmake code in macOS-specific pluginloader testUlf Hermann2018-11-306-61/+80
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-277-22/+157
|\
| * Make developer build tests pass for boot2qtSami Nurmenniemi2018-11-266-4/+19
| * Recognize E along with e as exponent character in asciiToDoubleEdward Welbourne2018-11-231-0/+2
| * Fix toFloat()s between float and double ranges and documentEdward Welbourne2018-11-231-10/+32
| * Change documentation of some toDouble()s to reflect realityEdward Welbourne2018-11-231-12/+44
| * tst_QLocale: Add tests for toFloat()Edward Welbourne2018-11-231-1/+54
| * Implement transient locale as instantiating a classEdward Welbourne2018-11-231-6/+17
* | Use msvc qmake scope where appropriateJoerg Bornemann2018-11-224-4/+4
* | Remove usage of win32-msvc2012 qmake scopeJoerg Bornemann2018-11-221-1/+1