summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-3010-83/+238
|\
| * Blacklist tst_QDateTime::operator_eqeqJoni Jantti2017-12-271-0/+3
| * qfloat16: NaN is not infiniteThiago Macieira2017-12-271-0/+2
| * Use AccessCheck for current user effective file permissionsDyami Caliri2017-12-211-6/+19
| * Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-0/+11
| * Fix assert when emitting a signal from a different threadJesus Fernandez2017-12-141-0/+32
| * Fix typoOliver Wolff2017-12-131-3/+3
| * Use a custom QAnimationDriver to take control over timeJan Arve Sæther2017-12-022-74/+163
| * macOS: Blacklist: tst_QPropertyAnimation::startWithoutStartValue()Friedemann Kleint2017-12-011-0/+2
| * macOS: Blacklist tst_QPauseAnimation::noTimerUpdates()Friedemann Kleint2017-12-011-0/+2
* | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-084-7/+24
|\ \
| * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-2/+2
| * | Fix naming of new property QSortFilterProxyModel::recursiveFilteringDavid Faure2017-11-281-1/+2
| * | QTemporaryFile: fix issues with removing a file twiceThiago Macieira2017-11-231-2/+18
| * | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-0/+63
| |\ \
| * \ \ Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-2015-129/+360
| |\ \ \
| * | | | Special-case parsing of Zulu time-zone in date-timesEdward Welbourne2017-11-141-2/+2
* | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-0/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix aliasing problem in QVector::removeAll()Marc Mutz2017-11-281-0/+8
* | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-283-6/+93
|\| | | |
| * | | | Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-251-6/+18
| * | | | Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Thiago Macieira2017-11-251-0/+63
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-0/+63
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-141-0/+63
| * | | | | QFlags: support enum classes in setFlag()Giuseppe D'Angelo2017-11-241-0/+12
| |/ / / /
* | | | / Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-0/+68
|\| | | | | |_|_|/ |/| | |
| * | | Add QThreadPool autotest to detect stale threads after tryTakeSvenn-Arne Dragly2017-11-161-0/+68
* | | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Tony Sarajärvi2017-11-126-30/+30
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-096-30/+30
| |\| | |
| | * | | Fix tst_QFile::openDirectory for systems using builtin test dataOliver Wolff2017-11-091-2/+3
| | * | | Fix tst_QFile::handle for systems using builtin test dataOliver Wolff2017-11-091-2/+3
| | * | | Fix tst_QFile::useQFileInAFileHandler for systems using resources for test dataOliver Wolff2017-11-091-1/+12
| | * | | qfile tests: Make sure files are writable before deleting themOliver Wolff2017-11-091-0/+2
| | |/ /
| | * | testlib: start sharing common helper functionsGatis Paeglis2017-11-044-25/+8
| | * | macOS: Blacklist tst_QSequentialAnimationGroup::groupWithZeroDurationAnimatio...Friedemann Kleint2017-11-031-0/+2
* | | | Blacklist tst_qstandardpaths::testFindExecutable for b2qt/arm64Sami Nurmenniemi2017-11-121-0/+3
* | | | QRandomGenerator: add more of the std Random Engine APIThiago Macieira2017-11-111-0/+41
* | | | QRandomGenerator: add securelySeeded(), to ensure appropriate seedingThiago Macieira2017-11-111-0/+19
* | | | Change QRandomGenerator to have a deterministic modeThiago Macieira2017-11-111-81/+253
* | | | QRandomGenerator: remove the per-thread bufferThiago Macieira2017-11-111-1/+0
|/ / /
* | / Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-087-17/+14
| |/ |/|
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-307-23/+109
|\|
| * tst_QFile::largeUncFileSupport(): Use QTRY_VERIFY() to open the fileFriedemann Kleint2017-10-271-5/+31
| * tst_QFile: Introduce StdioFileGuardFriedemann Kleint2017-10-271-21/+43
| * QUrl: make sure setPort(nonnegative) is taken as part of authorityThiago Macieira2017-10-261-0/+35
| * Remove duplicate qnx from the platform file selector namesLiang Qi2017-10-245-1/+4
* | Mark the previously public qstringalgorithms.h functions privateThiago Macieira2017-10-291-30/+1
* | QRandomGenerator: add system() and global()Thiago Macieira2017-10-291-5/+3
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-0/+3
|\|
| * Blacklist and skip failing tests for Boot2Qt / 64 bit armSami Nurmenniemi2017-10-211-0/+3