summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ambiguous casts involving qfloat16Glen Mabey2017-05-071-2/+57
* Improve suppression of spurious socket notifications under WindowsAlex Trotsenko2017-05-031-0/+5
* Fix test build with ICC: QFlags does not auto cast to uintThiago Macieira2017-04-281-9/+9
* Fix tests that assume system files are owned by root for qemuSami Nurmenniemi2017-04-264-2/+26
* QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-04-251-0/+25
* QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-04-241-0/+8
* Rename macos blacklisting to osxTony Sarajärvi2017-04-241-1/+1
* Blacklist tst_qsemaphore on macOS 10.12Tony Sarajärvi2017-04-241-0/+1
* Fix QMetaMethod::invoke and automatic type registrationOlivier Goffart2017-04-221-0/+29
* QLoggingRegistry: remove rules vectorMarc Mutz2017-04-211-15/+11
* QMetaType: fix the testGiuseppe D'Angelo2017-04-201-2/+2
* Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-2/+2
* Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-191-16/+2
* Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-181-2/+16
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-1811-1/+67
|\
| * Fix undefined behavior in QSharedPointer::create()5.8Ihor Dutchak2017-04-171-0/+50
| * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-1210-1/+17
* | 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
|\ \