summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-222-1/+62
|\
| * Normalize realpath(3) output to composed formErik Verbruggen2016-10-211-0/+13
| * Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-181-1/+49
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-0/+76
|\|
| * QObject test: check that throwing from a child's constructor worksGiuseppe D'Angelo2016-09-261-0/+76
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-0/+57
|\|
| * QLatin1String: Fix UB (nullptr passed) in relational operatorsMarc Mutz2016-09-151-0/+57
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-3/+11
|\|
| * qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+11
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-252-0/+17
|\|
| * QMimeType: use default locale rather than system localeDavid Faure2016-08-242-0/+17
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-133-22/+67
|\|
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
| * tst_QStringListModel: don't leak memory when tests failMarc Mutz2016-08-121-20/+14
| * QStringListModel: fix dataChanged's roles parameterMarc Mutz2016-08-122-2/+53
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-102-6/+71
|\|
| * tst_QString: unit test for broken toLocal8bit() error-handlingEdward Welbourne2016-08-051-0/+62
| * Fix tst_QProcess::closeWriteChannel() under WindowsAlex Trotsenko2016-08-051-6/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-054-8/+117
|\|
| * QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
| * Fixed Bug in QVariant comparison when containing QStringListsClemens Sielaff2016-08-031-0/+55
| * QSortFilterProxyModel: Don't forward the hint from source's layoutChanged signalOlivier Goffart2016-08-011-0/+52
| * QUrl: fix resolved() for data URLsDavid Faure2016-07-291-7/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+22
|\|
| * QVector: fix crash on reserve(0)David Faure2016-07-281-0/+22
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-263-0/+141
|\|
| * Fix QTemporaryDir to handle Unicode characters on WindowsFriedemann Kleint2016-07-202-0/+82
| * QtCore: Fix QXmlStreamReader for invalid characters in XML 1.0Luca Bellonda2016-07-171-0/+59
* | QDataStream: adjust containers' deserialization in transaction modeAlex Trotsenko2016-07-201-53/+91
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-154-6/+117
|\|
| * QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-2/+40
| * QPair: add test for pair of referencesMarc Mutz2016-07-111-0/+30
| * QHashFunctions: test for hash equality of null and empty string typesMarc Mutz2016-07-111-0/+16
| * QString: adapt chop() auto test as data-driven testAnton Kudryavtsev2016-07-111-18/+19
| * QString: add auto test for chop()Anton Kudryavtsev2016-07-071-0/+26
| * Q_(U)INT64_C is not a type, so don't use it as if it wasMarc Mutz2016-07-061-4/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-042-68/+121
|\|
| * QUrl: Test that we do correctly accept valid schemesThiago Macieira2016-07-021-67/+95
| * QTime: restore Qt3 compatibility in the QDataStream operatorsDavid Faure2016-07-021-1/+26
* | QDataStream: unify deserialization of containersAlex Trotsenko2016-07-011-3/+47
* | QDataStream: do not lose error status while reading containersAlex Trotsenko2016-06-151-12/+19
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-107-59/+89
|\|
| * Fix qplugin autotest on WindowsJoerg Bornemann2016-06-081-23/+12
| * Revert "Insignifify qfileinfo on Windows, like QDir".Friedemann Kleint2016-06-081-2/+0
| * Revert "Insignifify qdiriterator test"Friedemann Kleint2016-06-081-2/+0
| * Re-enable tst_QDir on Windows.Friedemann Kleint2016-06-081-2/+0
| * Add support for 8bit encodings not ASCII compatible in QXMLStreamWriter.Luca Bellonda2016-06-081-0/+39
| * QDebug: fix streaming of QCharsMarc Mutz2016-06-081-3/+3
| * Rewrite test tst_QDir::cdBelowRoot() to be data-driven.Friedemann Kleint2016-06-081-28/+35
* | Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-091-18/+70