summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * tst_largefile: fix the mapOffsetOverflow case to match actual behaviorThiago Macieira2017-03-311-11/+30
| | | | * Fix layout tests for GCC 5.2.x/5.3.xSami Nurmenniemi2017-03-302-4/+8
| | * | | Fix tst_QFile for qemuSami Nurmenniemi2017-04-062-0/+8
| | * | | Fix network tests on qemu/armSami Nurmenniemi2017-04-062-0/+5
| | |/ /
| | * | Extend blacklisting of a tst_QMenuBar's test to cover Ubuntu 16.04Tony Sarajärvi2017-04-051-0/+1
| | * | Skip testing of QOpenGLWidget on platforms that don't support itSami Nurmenniemi2017-04-041-0/+10
| | * | Skip OpenGL tests on platforms that don't support OpenGLSami Nurmenniemi2017-04-043-0/+21
| | * | Extend blacklisting of tst_QMenuBar::check_menuPosition to Ubuntu 16.04Tony Sarajärvi2017-04-041-0/+1
| | * | tests: Unify license to GPL-EXCEPTKai Koehne2017-04-0352-1296/+561
| | * | Extend blacklisting of tst_QWidget to cover Ubuntu 16.04Tony Sarajärvi2017-04-031-0/+1
* | | | tst_QStringApiSymmetry: Add tests for truncate() and chop()Marc Mutz2017-04-071-0/+90
* | | | Add a test for container API symmetryMarc Mutz2017-04-074-0/+93
* | | | Add a test for consistency of hash values between QString{,Ref,View}Marc Mutz2017-04-071-0/+12
|/ / /
* | | Extend the check for null and empty QString hashing to QString{Ref,View}Marc Mutz2017-04-061-0/+8
* | | Improve pair-like class handling in testsSamuel Gaist2017-04-0610-0/+186
* | | QString: add QStringView/QLatin1String overload of (non-multi) arg()Marc Mutz2017-04-061-6/+6
* | | QTextCodec: add QStringView overloadsMarc Mutz2017-04-061-3/+4
* | | QStringView: use qssize_t as size_typeMarc Mutz2017-04-061-2/+2
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-04-0415-82/+347
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0415-82/+347
| |\| |
| | * | Ensure that tst_QFontDatabase::addAppFont() tests the whole path to an engineTor Arne Vestbø2017-03-311-2/+7
| | * | Fix tst_Selftest on QEMUSami Nurmenniemi2017-03-312-0/+16
| | * | Extend blacklisting of parts of tst_QWidget to cover Ubuntu 16.04Tony Sarajärvi2017-03-311-0/+1
| | * | tst_qsslsocket::protocolServeSide - fix for macOS 10.11Timur Pocheptsov2017-03-301-2/+16
| | * | Blacklist a QSequentialAnimationGroup autotestTony Sarajärvi2017-03-301-0/+1
| | * | Blacklist tst_QSslSocket::protocolServerSide on OS X 10.11Tony Sarajärvi2017-03-301-0/+2
| | * | Fix tst_QUdpSocket for QEMUSami Nurmenniemi2017-03-291-0/+84
| | * | Use HTTP2WasUsedAttribute for HTTP2Timur Pocheptsov2017-03-291-1/+8
| | * | tst_QGuiApplication: Split the quitOnLastWindowClosed() testsFriedemann Kleint2017-03-291-75/+81
| | * | Fix building of qopengl test on boot2qtSimon Hausmann2017-03-291-1/+1
| | * | Switch to RGB(A|X)8888[_Premultiplied] for QOpenGLFBO readbacks on GLESLaszlo Agocs2017-03-281-1/+3
| | * | Fix largefile tests on ARM and QEMU targetsSami Nurmenniemi2017-03-283-0/+127
* | | | QRegularExpressionMatch: add QStringView-related functionsGiuseppe D'Angelo2017-04-041-0/+3
|/ / /
* | | QStringView: add an array ctorMarc Mutz2017-04-041-0/+41
* | | QStringIterator: port to QStringViewMarc Mutz2017-04-031-6/+6
* | | Add QMetaObject::invokeMethod() overloads for function pointersBenjamin Terrier2017-04-021-3/+173
* | | QProcess::startDetached: support custom process environmentJoerg Bornemann2017-03-312-9/+19
* | | QStringView: add mid(), left(), right()Marc Mutz2017-03-311-0/+6
* | | QStringView: add tests for relational operatorsMarc Mutz2017-03-312-53/+49
* | | QColor: port to QStringViewMarc Mutz2017-03-291-7/+20
* | | QStringView: improve manual overload managementMarc Mutz2017-03-291-0/+17
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2832-93/+561
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-2716-69/+173
| |\|
| | * json encoder: Harmonize number serialization with ES6Marius Kittler2017-03-251-0/+29
| | * Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-0/+28
| | * QSslSocket: fix connection to a international domain nameOlivier Goffart2017-03-232-0/+37
| | * Build examples and tests only if their requirements are metUlf Hermann2017-03-229-7/+33
| | * Mark some methods in test code as overridesEdward Welbourne2017-03-222-21/+22
| | * Autotest: make tst_QDir more reliable on tests being run out of orderThiago Macieira2017-03-221-41/+24
| * | tst_moc: fix include guardsOlivier Goffart2017-03-251-1/+1