summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1144-123/+123
* tst_QTcpServer: use a random port number in addressReusableThiago Macieira2022-10-112-6/+21
* tst_QTcpServer: Output useful more useful info for addressReusableThiago Macieira2022-10-112-2/+16
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-116-5024/+5022
* tst_QString::compare(): rename a test tag to be uniqueEdward Welbourne2022-10-111-1/+1
* tst_QString::number_base(): distinguish negative binary test-casesEdward Welbourne2022-10-111-1/+1
* tst_QRE::wildcard(): use more informative data row tagsEdward Welbourne2022-10-111-2/+1
* tst_QBAApiSymmetry::toInt_data(): deduplicate a data-row nameEdward Welbourne2022-10-111-1/+1
* tst_QCborValue: remove duplicate data row from testsEdward Welbourne2022-10-111-1/+0
* tst_QPlugin::scanInvalidPlugin(): de-duplicate a data-tagEdward Welbourne2022-10-111-2/+2
* tst_QUuid::fromString(): tweak a test to avoid data-tag collisionEdward Welbourne2022-10-111-1/+1
* tst_QResourceEngine::checkStructure(): fix name of some data rowsEdward Welbourne2022-10-111-1/+1
* tst_QUrl::fromUserInput(): distinguish to data rows by name tagEdward Welbourne2022-10-111-2/+4
* tst_QUrl: distinguish two ipvfuture test-case data tagsEdward Welbourne2022-10-111-2/+2
* tst_QUrlQuery: remove duplicate of reconstructQuery data rowEdward Welbourne2022-10-111-2/+1
* tst_QFile: distinguish invalid from valid in mapResource data-tagsEdward Welbourne2022-10-111-4/+6
* Distinguish the repeats of QSystemSemaphor's processes testsEdward Welbourne2022-10-111-3/+3
* Remove duplicate tst_QVariant canConvert:Int data rowEdward Welbourne2022-10-111-3/+0
* Rename some tst_QTextStream::manipulators() data rowsEdward Welbourne2022-10-111-4/+4
* Reflow tst_QTextStream::manipulators_data()Edward Welbourne2022-10-111-7/+21
* Provide optTitle for a NumberDoubleTestData testcase that needs itEdward Welbourne2022-10-111-1/+2
* Rename tst_QBA::toFromHex()'s longer no-leading-zero data-rowEdward Welbourne2022-10-111-1/+1
* Rename tst_QBA::movablity() to fix the typoEdward Welbourne2022-10-111-4/+4
* Don't duplicate a column name in tst_QByteArray::movablity_data()Edward Welbourne2022-10-111-3/+1
* Fix tst_QQuaternion's duplicate test tagsEdward Welbourne2022-10-111-25/+9
* CMake: Only build ssl tests if the feature was enabledAlexandru Croitor2022-10-111-3/+3
* JNI: add generic support for array-typesVolker Hilsheimer2022-10-101-0/+9
* tst_QTcpServer: blacklist addressReusable on macOSMårten Nordheim2022-10-101-0/+1
* tst_QTcpServer: convert QSKIP to blacklistMårten Nordheim2022-10-102-3/+2
* Replace qExchange with std::exchangeMarc Mutz2022-10-071-1/+1
* tests: skip two tests in tst_QDockWidget on WaylandLiang Qi2022-10-071-0/+4
* tests: skip tst_QAction::disableShortcutInMenuAction() on WaylandLiang Qi2022-10-071-0/+3
* tests: skip two tests in tst_QAbstractItemView on WaylandLiang Qi2022-10-071-0/+6
* tests: skip tst_QGraphicsView::embeddedViewsWithFocus() on WaylandLiang Qi2022-10-071-0/+3
* tests: fix window activation usage in tst_QGraphicsWidgetLiang Qi2022-10-071-7/+25
* tests: skip two tests in tst_QGraphicsProxyWidget on WaylandLiang Qi2022-10-071-0/+6
* tests: skip tst_QDialog::showAsTool() on WaylandLiang Qi2022-10-071-0/+4
* Revert "tests: XFAIL tst_QOpenGL::bufferMapRange() on Wayland"Liang Qi2022-10-071-2/+0
* tests: skip tst_QApplication::activateDeactivateEvent() on WaylandLiang Qi2022-10-071-0/+3
* Revert "tests: XFAIL tst_QGuiApplication::genericPluginsAndWindowSystemEvents()"Liang Qi2022-10-071-2/+0
* tst_qurluts46: Support \u escapes in the test dataIevgenii Meshcheriakov2022-10-061-1/+30
* Remove focusProxyAndInputMethods from tst_QWidgetAxel Spoerl2022-10-062-34/+0
* QTextLayout: fix maximumWidth() for a text containing spacesVladimir Belyavsky2022-10-061-2/+14
* Port from container.count()/length() to size()Marc Mutz2022-10-04164-1196/+1196
* Make sure that palette cache keys are uniqueVolker Hilsheimer2022-10-031-0/+57
* tst_qsslcertificate: remove ifery which breaks the testTimur Pocheptsov2022-09-301-6/+1
* Introduce QGlyphRun::stringIndexes()Eskil Abrahamsen Blomfeldt2022-09-2915-0/+987
* QTaggedPointer: disable operator= with an empty initializer listGiuseppe D'Angelo2022-09-291-0/+42
* Support serializing time-zone fields in date-times more flexiblyEdward Welbourne2022-09-291-2/+3
* Support parsing time-zone specifiers more selectivelyEdward Welbourne2022-09-291-4/+24