summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QVariant: implement QByteArray ↔ QUuid conversionv5.9.0-beta2Marc Mutz2017-04-142-1/+17
* tst_qhashfunctions: Test non-zero seeds tooThiago Macieira2017-04-111-44/+70
* Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-071-0/+52
* QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-071-0/+28
* tst_qmessagehandler: fix qMessagePattern for armSami Nurmenniemi2017-04-071-2/+4
* Fix tst_Collections for gcc/armSami Nurmenniemi2017-04-071-15/+27
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-04-062-75/+132
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-062-75/+132
| |\
| | * QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-64/+102
| | * tst_largefile: fix the mapOffsetOverflow case to match actual behaviorThiago Macieira2017-03-311-11/+30
* | | Fix tst_QFile for qemuSami Nurmenniemi2017-04-062-0/+8
|/ /
* | tests: Unify license to GPL-EXCEPTKai Koehne2017-04-033-66/+24
* | Blacklist a QSequentialAnimationGroup autotestTony Sarajärvi2017-03-301-0/+1
* | Fix largefile tests on ARM and QEMU targetsSami Nurmenniemi2017-03-282-0/+8
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-278-51/+78
|\|
| * json encoder: Harmonize number serialization with ES6Marius Kittler2017-03-251-0/+29
| * Build examples and tests only if their requirements are metUlf Hermann2017-03-225-7/+22
| * Mark some methods in test code as overridesEdward Welbourne2017-03-221-3/+3
| * Autotest: make tst_QDir more reliable on tests being run out of orderThiago Macieira2017-03-221-41/+24
* | tst_QArrayData: fix unused variable warning in reallocate()Marc Mutz2017-03-221-1/+0
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-216-26/+84
|\|
| * tst_qurl: skip test with ':' in filename, on WindowsDavid Faure2017-03-211-1/+5
| * QMetaType & QVariant: "load" and "save" std::nullptr_tThiago Macieira2017-03-201-3/+8
| * Blacklist tst_QPauseAnimation::multipleSequentialGroups on all macOSTony Sarajärvi2017-03-201-0/+2
| * QUrl::fromUserInput: fix handling of files with a ':' in the nameDavid Faure2017-03-201-1/+1
| * QChar: fix ambiguous comparisons with 0, '\0', ... for goodMarc Mutz2017-03-171-21/+40
| * tst_QMimeDatabase: increase update-mime-database timeout to 4minsMarc Mutz2017-03-171-1/+1
| * QLockFile: Don't deadlock if the lock file has a mtime in the futureOlivier Goffart2017-03-101-0/+28
* | QMap, QHash: make key_iterator satisfy the DefaultConstructible conceptAnton Kudryavtsev2017-03-202-0/+8
* | Blacklist also tst_QSemaphore::tryAcquireWithTimeout(2s)Marc Mutz2017-03-171-0/+2
* | Make QFile::open fail when using an invalid file nameJesus Fernandez2017-03-171-0/+1
* | tst_QObject: Test if the new connect style works with multiple inheritanceOlivier Goffart2017-03-141-0/+108
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-1329-234/+286
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1329-234/+286
| |\|
| | * Stop trying to discover the system timer resolution on WindowsThiago Macieira2017-03-081-51/+10
| | * Fix UB in QFutureInterface: invalid casts from ResultStoreBase to ResultStore<>Olivier Goffart2017-03-062-80/+89
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-065-6/+8
| | * tst_QVersionNumber: fix Clang warning about superfluous moveMarc Mutz2017-03-061-1/+1
| | * Make QLocale consistent about special handling of the C localeEdward Welbourne2017-03-061-0/+10
| | * tst_utf8: Fix one of the overlong sequences to be what we meantThiago Macieira2017-03-011-2/+2
| | * Fix parsing of day-of-week names that start with another nameThiago Macieira2017-02-281-0/+50
| | * Properly use the "process" featureUlf Hermann2017-02-2719-97/+98
| | * QDateTime: Fix clearing the ShortData flag in setMSecsSinceEpochThiago Macieira2017-02-241-0/+23
* | | moc: Support signals that return movable-only typeOlivier Goffart2017-03-131-0/+32
|/ /
* | Deprecate QString::nullMarc Mutz2017-03-122-3/+3
* | Reintroduce a directed QMetaType::typeName arrayThiago Macieira2017-03-091-1/+5
* | Increase timeout of tst_QProcess::softExitInSlots even moreJoerg Bornemann2017-03-031-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-249-45/+100
|\|
| * QUrl::fromUserInput(with cwd) fix handling of files with trailing spacesDavid Faure2017-02-231-1/+1
| * tst_qurl: use temp dir and create our own files for testingDavid Faure2017-02-231-15/+32