summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Reduce run time of tst_QRegularExpression::threadSafetyFrederik Gladhorn2018-11-191-2/+3
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-0/+3
|\|
| * Modernize the "settings" featureLiang Qi2018-11-151-0/+3
* | QResourceFileEngine: fix use of mapped files after close()Thiago Macieira2018-11-191-0/+4
* | QResourceFileEngine: fix map() for compressed filesThiago Macieira2018-11-191-0/+6
* | tst_QResourceEngine: use QTest::addRow instead of QString concatenationThiago Macieira2018-11-191-23/+23
* | tst_QResourceEngine: store the actual byte contents that we expectThiago Macieira2018-11-1912-39/+41
* | tests: Distinguish tst_qeventdispatcher and tst_qguieventdispatcherLiang Qi2018-11-161-0/+1
* | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-162-52/+127
|\ \
| * | Re-blacklist tst_QEventDispatcher::registerTimer() on macOSUlf Hermann2018-11-151-0/+1
| * | Make sure QEventDispatcher::registerTimer() cleans up after itselfUlf Hermann2018-11-151-52/+126
* | | macOS: Remove blacklist entries for no longer supported OS versionsTor Arne Vestbø2018-11-121-2/+0
* | | QCborStreamReader: make sure setDevice() clears the last errorThiago Macieira2018-11-081-2/+2
* | | QMimeType: Use default key as fallback for comment() propertyGary Wang2018-11-021-0/+14
* | | Treat shorts as int in QVariant::canConvert()Allan Sandfeld Jensen2018-11-011-0/+8
* | | QObject: Fix isSignalConnected() when signals have been disconnectedKari Oikarinen2018-10-311-0/+53
* | | tst_QCborValue: Disable support for spaceship operatorJüri Valdmann2018-10-311-1/+1
* | | winrt: Skip a test row of tst_QRegularExpression::threadSafetyOliver Wolff2018-10-311-0/+4
|/ /
* | qendian: Fix float conversionsIvan Komissarov2018-10-281-3/+37