summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Blacklisting tst_QWidget::saveRestoreGeometry test on Ubuntu 16.04Milla Pohjanheimo2016-08-181-0/+1
* HTTP/2 - fix invalid read (auto-test)Timur Pocheptsov2016-08-171-1/+1
* Don't build the tests which require helpers on UIKit platformsJake Petroules2016-08-162-1/+3
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1615-48/+223
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-135-38/+69
| |\
| | * 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
| | * tst_QSslSocket::setLocalCertificateChain(): fix resource leak when test failMarc Mutz2016-08-111-3/+2
| | * Remove ~tst_QImageWriterMarc Mutz2016-08-111-11/+0
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1010-10/+154
| |\|
| | * Fix memory leak in tst_qgraphicsproxywidgetJędrzej Nowacki2016-08-101-1/+2
| | * Always generate size hint for spacer itemsJarek Kobus2016-08-082-3/+3
| | * 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
| | * Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-054-0/+77
| | * QNativeSocketEngine::option(): return a correct value on invalid callAlex Trotsenko2016-08-051-0/+1
* | | HTTP/2 - fix QT_NO_SSL buildTimur Pocheptsov2016-08-151-1/+2
* | | Long live QDeadlineTimerThiago Macieira2016-08-153-0/+631
* | | QSslDiffieHellmanParameters: make fit for releaseMarc Mutz2016-08-122-5/+5
* | | Make imageAt and formatAt more robus against different font metricsSimon Hausmann2016-08-122-9/+2
* | | Darwin: Add QImage::toCGImage() conversion functionMorten Johan Sørvig2016-08-111-0/+45
* | | Enable cleartext HTTP/2 and bring the auto-test back to lifeTimur Pocheptsov2016-08-115-70/+81
* | | remove redundant x11 handlingOswald Buddenhagen2016-08-103-16/+0
* | | add support for returning the command's exit status to $$system()Oswald Buddenhagen2016-08-101-2/+2
* | | Fix QZip autotest and enable QZip and QTextOdfWriter tests againOswald Buddenhagen2016-08-102-3/+5
* | | Add a benchmark for QReadWriteLockOlivier Goffart2016-08-103-0/+190
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-098-288/+299
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-098-288/+299
| |\| |
| | * | QHeaderView: Reset lastSectionLogicalIdx on clear()Ulf Hermann2016-08-091-0/+5
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-057-288/+294
| | |\|
| | | * QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
| | | * QLocalSocket/Tcp: open device before making a connectionAlex Trotsenko2016-08-041-0/+1
| | | * Don't call virtual functions with data from an old modelBogDan Vatra2016-08-041-2/+41
| | | * Fixed Bug in QVariant comparison when containing QStringListsClemens Sielaff2016-08-031-0/+55
| | | * tst_QTreeView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-70/+27
| | | * tst_QAbstractItemView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-178/+76
| | | * QSortFilterProxyModel: Don't forward the hint from source's layoutChanged signalOlivier Goffart2016-08-011-0/+52
| | | * Fix UB (invalid enum value) in tst_QTreeViewMarc Mutz2016-07-311-30/+32
| | | * QUrl: fix resolved() for data URLsDavid Faure2016-07-291-7/+9
* | | | winrt: update testsMaurice Kalinowski2016-08-091-3/+7
|/ / /
* | | winrt: Make test functionalMaurice Kalinowski2016-08-091-1/+13
* | | Make sure QDBusConnection::connect() returns false if already connectedThiago Macieira2016-08-091-0/+19
* | | print no message at all when no argument is supplied to error()Oswald Buddenhagen2016-08-081-1/+7
* | | tests/auto/corelib/codecs: clean upMarc Mutz2016-08-061-7/+8
* | | tst_utf8: use QScopedPointer, not QSharedPointerMarc Mutz2016-08-061-6/+6
* | | tests/auto/corelib/global: clean upMarc Mutz2016-08-062-10/+10
* | | tst_QPainterPath: clean upMarc Mutz2016-08-051-10/+11
* | | QString: fix regression comparing null QString with null const char *Marc Mutz2016-08-051-0/+14
* | | QJsonValue::toVariant(): Differentiate between null and invalidChristian Kandeler2016-08-051-6/+6