summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QHttp: Move the emission of requestSentMårten Nordheim2022-02-181-7/+22
* A11Y tests: wrap memory allocations into smart pointersIvan Solovev2022-02-171-101/+87
* tst_qmessagehandler: force QProcess tests to log to stderrPasi Petäjäjärvi2022-02-171-0/+1
* Check if platform has enough RAM for hugeQImage testPasi Petäjäjärvi2022-02-171-1/+4
* Make large inputs to qNextPowerOfTwo give undefined outputAllan Sandfeld Jensen2022-02-171-11/+0
* Add spaces round operators and at starts of comment textsEdward Welbourne2022-02-171-21/+21
* Purge stray spaces immediately inside parenthesesEdward Welbourne2022-02-171-961/+961
* Invert a condition to save a lot of indentationEdward Welbourne2022-02-171-38/+36
* tst_QSqlQuery: fix usage of QtTest macrosEdward Welbourne2022-02-171-90/+90
* tst_QSqlQuery coding style: split lots of long linesEdward Welbourne2022-02-171-30/+50
* tst_QSqlQuery coding style: clean up loopsEdward Welbourne2022-02-171-15/+13
* tst_QSqlQuery coding style: clean up commentsEdward Welbourne2022-02-171-92/+86
* tst_QSqlQuery coding style: use vertical spacing to group linesEdward Welbourne2022-02-171-80/+6
* tst_QSqlQuery coding style: clean up declarationsEdward Welbourne2022-02-171-55/+47
* Prefer QLatin1String::arg() over adding more than two stringsEdward Welbourne2022-02-171-407/+507
* Prefer u"..." and u"..."_qs over QStringLiteral() or QString("...")Edward Welbourne2022-02-171-101/+101
* Prefer QString::asprintf() over QString::arg when formatting numbersEdward Welbourne2022-02-171-5/+9
* Prefer QLatin1String::arg() over QString::arg() for ASCII literalsEdward Welbourne2022-02-171-45/+44
* Set version for tst_qguiapplication and tst_qcoreapplicationAndreas Buhr2022-02-172-0/+8
* CI: Blacklist updateFocusChainWhenChildDie for QNXPasi Petäjäjärvi2022-02-171-0/+2
* tests: skip tst_QX11Info on WaylandLiang Qi2022-02-171-0/+10
* tests: XFAIL tst_QGuiApplication::genericPluginsAndWindowSystemEvents()Liang Qi2022-02-171-0/+2
* tests: XFAIL 4 tests in tst_QWindow on WaylandLiang Qi2022-02-171-10/+9
* tests: XFAIL tst_QScreen::grabWindow() on WaylandLiang Qi2022-02-171-0/+2
* tests: XFAIL tst_QInputDevice::multiSeatDevices() on WaylandLiang Qi2022-02-171-0/+7
* Repair tst_qtreeview on AndroidAndreas Buhr2022-02-162-8/+3
* Repair tst_qabstractitemview in case of no cursorAndreas Buhr2022-02-162-6/+7
* Repair tst_qfileinfo on AndroidAndreas Buhr2022-02-161-1/+8
* Gui: test also depends for clipboard featurePasi Petäjäjärvi2022-02-161-3/+3
* QMetaObjectBuilder: fix addProperty() recording of the property typeThiago Macieira2022-02-161-2/+4
* QJsonObject::removeAt: stop dividing and multiplying by 2Thiago Macieira2022-02-151-2/+3
* QJsonValueConcreteRef: optimize concrete()Thiago Macieira2022-02-151-4/+2
* QJsonObject::erase: erase unnecessary and wrong codeThiago Macieira2022-02-151-9/+62
* QCborArray: allow large but in-range keysThiago Macieira2022-02-151-0/+25
* QJsonObject: use QJsonValueConstRefThiago Macieira2022-02-151-63/+6
* Introduce Q{Json,Cbor}ValueConstRefThiago Macieira2022-02-151-2/+14
* QCborValueRef: fix using operator[] to convert an empty array to mapThiago Macieira2022-02-151-8/+207
* QCborValueRef: add a test to confirm that its methods reflect QCborValueThiago Macieira2022-02-151-1/+163
* Fix failures for tst_eventdispatcher on INTEGRITYTatiana Borisova2022-02-151-1/+1
* tst_qsqlquery coding style: use braces correctlyEdward Welbourne2022-02-151-11/+13
* Prefer QString(count, character) over QString::fill()ingEdward Welbourne2022-02-151-8/+4
* Avoid repeated qTableName() calls by saving in local variablesEdward Welbourne2022-02-151-35/+45
* Use lists and arrays more gracefully in tst_qsqlqueryEdward Welbourne2022-02-151-88/+80
* Convert a table iteration to use ranged-forEdward Welbourne2022-02-151-10/+6
* QDesktopServices: deprecate destroying URL handlers w/o explicit unsetUrlHand...Marc Mutz2022-02-151-0/+19
* Repair tst_qcoreapplication to not segfault on AndroidAndreas Buhr2022-02-152-2/+3
* Position QCompleter popup based on the widget's screen geometryYin Jie2022-02-151-0/+32
* Activate tst_QFutureWatcher for AndroidAndreas Buhr2022-02-152-2/+3
* Exclude denormal test cases if system doesn't support itTatiana Borisova2022-02-156-21/+112
* Make Droid Sans Mono available as fixed font for all Android stylesAndreas Buhr2022-02-141-3/+0