summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Clean up time-zone matching logic in tst_QLocale::macDefaultLocale()Edward Welbourne2019-11-251-17/+17
* Blacklist tst_QDnsLookup::lookup in ciMårten Nordheim2019-08-241-0/+2
* Blacklist QHostInfo::reverseLookup:google-public-dns-a.google.comMårten Nordheim2019-06-251-0/+2
* SSL: Update an about-to-expire certificateMårten Nordheim2019-06-242-30/+30
* Temporarily skip tst_QSslSocket::resumeMårten Nordheim2019-06-241-0/+1
* tst_QNetworkReply: Blacklist getFromHttp:success-externalLiang Qi2018-11-271-0/+3
* QMenuBar: Account for displays that are above 0x0Andy Shaw2018-09-262-0/+129
* qmake: Add test functions for comparing version numbersAlexander Volkov2018-09-241-0/+38
* Update CLDR to v31.0.1, test Costa Rican currency's fractional partEdward Welbourne2018-08-281-6/+10
* Fix potential crash when showing line/paragraph separatorsEskil Abrahamsen Blomfeldt2018-08-211-0/+18
* QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-211-1/+13
* Make QPalette::setBrush() check before detachingGabriel de Dietrich2018-08-141-0/+31
* QJsonDocument: Make emptyObject an objectJüri Valdmann2018-08-061-0/+2
* QJsonDocument: Avoid overflow of string lengthsJüri Valdmann2018-05-162-0/+0
* QJsonDocument: Validate also zero-length objectsJüri Valdmann2018-05-161-0/+0
* QJsonDocument: Reject objects containing themselves in binary JSONJüri Valdmann2018-05-161-0/+0
* QJsonDocument::fromRawData: Fix out-of-bounds accessJüri Valdmann2018-05-162-0/+1
* Make sure $$relative_path() uses an absolute path as its first argEdward Welbourne2018-05-041-2/+14
* Fix crash if QPixmap::defaultDepth() is called when no QGuiApplicationEirik Aavitsland2018-04-191-0/+2
* Merge remote-tracking branch 'origin/5.9.5' into 5.9Qt Forward Merge Bot2018-04-111-21/+0
|\
| * Revert "Set sharedPainter correctly for QGraphicsEffect"Laszlo Agocs2018-03-201-21/+0
* | qstringapisymmetry: Fix XML parsing failing on invalid encodingsFriedemann Kleint2018-03-281-4/+18
* | Revert "Blacklist tst_QWindow::testInputEvents on Windows"Liang Qi2018-03-161-2/+0
* | Revert "Blacklist tst_QWindow::modalWindowEnterEventOnHide_QTBUG35109 on wind...Liang Qi2018-03-161-1/+0
* | testlib: Silence all Qt logging in selftestsTor Arne Vestbø2018-03-142-1/+11
* | moc: Don't error our when parsing "using namespace __identifier(...)"Andy Shaw2018-03-141-0/+1
|/
* QHeaderView: fix inconsistent saved state, ignored during restoreDavid Faure2018-03-091-0/+53
* Blacklist tst_QWindow::modalWindowEnterEventOnHide_QTBUG35109 on windows ciLiang Qi2018-03-051-0/+1
* QHeaderView: Fix crash in layout about to changeThorbjørn Lund Martsum2018-03-021-0/+1
* Blacklist tst_QWindow::testInputEvents on WindowsKari Oikarinen2018-03-021-0/+2
* QHeaderView: Preserve settings on layoutChange with empty modelChristian Ehrlicher2018-02-221-0/+71
* QHeaderView: properly restore hidden section size on layoutChanged()Christian Ehrlicher2018-02-221-0/+5
* Fix build failure of qftp testsVille Voutilainen2018-02-141-0/+1
* Blacklist the positioning test on all linuxes, it fails on opensuse tooVille Voutilainen2018-02-131-2/+1
* Blacklist a flaky messagebox testVille Voutilainen2018-02-131-0/+2
* Blacklist a flaky scrollbar test on macosVille Voutilainen2018-02-121-0/+3
* Skip tst_QFile::largeUncFileSupportKari Oikarinen2018-02-121-0/+9
* Blacklist a flaky menubar testVille Voutilainen2018-02-091-0/+3
* Blacklist tst_QtConcurrentMap::qFutureAssignmentLeakFrederik Gladhorn2018-02-091-0/+3
* Fix tst_QTcpServer::maxPendingConnections flakinessSami Nurmenniemi2018-02-091-1/+8
* Blacklist flaky casesSami Nurmenniemi2018-02-092-1/+6
* Skip tst_QDBusAbstractAdaptor peer testsSami Nurmenniemi2018-02-091-0/+14
* tst_QSharedPointer: Fix termination of external processes on WindowsFriedemann Kleint2018-02-081-2/+13
* CoreText: Make sure to keep reference to data when cloning raw font engineTor Arne Vestbø2018-02-071-0/+39
* Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-011-0/+4
* QHeaderView: properly restore section data after layoutChanged()Christian Ehrlicher2018-01-291-4/+9
* Don't indefinitely wait for data if it was able to read some dataAndy Shaw2018-01-241-0/+84
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-2035-48/+48
* qmake: require a drive in a DOS path for it to be absoluteEdward Welbourne2018-01-183-21/+127
* Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-111-24/+0
|\