summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* QVarLengthArray: don't allow syncqt to export base classesMarc Mutz2021-12-151-1/+1
* Use QAbstractItemModelTester in all QSortFilterProxyModel testsAndreas Buhr2021-12-141-0/+1
* Fix qt_scrollRectInImage when scrolling outside of the imageTor Arne Vestbø2021-12-141-0/+39
* QHash: increase minimum buckets to a full spanLars Knoll2021-12-137-97/+97
* QCache: Adapt to upcoming QHash changesMårten Nordheim2021-12-131-0/+16
* Tests: Use REQUIRED COMPONENTS in find_package(Qt6...)Kai Köhne2021-12-1316-28/+16
* Rewrite Q_{GLOBAL,APPLICATION}_STATIC with C++17 goodiesThiago Macieira2021-12-121-1/+1
* QNX: Cannot handle threads in given timePasi Petäjäjärvi2021-12-121-0/+4
* QNX: inotify is supported, so enable testsPasi Petäjäjärvi2021-12-121-3/+3
* QNX: Skip failing testPasi Petäjäjärvi2021-12-121-0/+3
* QNX: Remove not supported testcasePasi Petäjäjärvi2021-12-121-1/+3
* QNX: Limit maximum largefile sizePasi Petäjäjärvi2021-12-121-1/+6
* QNX: Remove expected failPasi Petäjäjärvi2021-12-122-17/+0
* QNX: Successful check depends on user running testPasi Petäjäjärvi2021-12-121-1/+1
* QtFuture::connect: exclude QPrivateSignal from the resulting future typeSona Kurazyan2021-12-111-1/+46
* QVarLengthArray: deprecate prepend()Marc Mutz2021-12-112-3/+18
* Fix widget gesture grabbingVolker Hilsheimer2021-12-111-0/+20
* rhi: Auto-rebuild rt by tracking attachment id and generationLaszlo Agocs2021-12-101-0/+45
* QList: fix typo in QList(It, It)Marc Mutz2021-12-101-12/+0
* tst_containerapisymmetry: test ranged ctors with pure input_iterator typesMarc Mutz2021-12-091-0/+52
* TAP test logger: avoid dangling space on TODO and SKIP linesEdward Welbourne2021-12-091-1/+1
* TAP test logger: skip XFail results as well as pass after an XFailEdward Welbourne2021-12-092-24/+0
* Make Skip an incident in test loggingEdward Welbourne2021-12-0943-212/+315
* Match up testlib selftest's lists of generated filesEdward Welbourne2021-12-0952-1229/+421
* Refactor QTEST*_MAIN() implementationsEdward Welbourne2021-12-099-54/+33
* Fix x86 preprocessor check in testlib selftestsEdward Welbourne2021-12-094-10/+20
* Fix argv hacking in tst_benchlibcallgrind.cppEdward Welbourne2021-12-099-85/+23
* Replace a random define with a __has_include() checkEdward Welbourne2021-12-091-7/+8
* QVarLengthArray: make reallocation strongly exception safeMarc Mutz2021-12-091-2/+22
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-091-1/+37
* Fix the benchmark for QList::removeAll()Sona Kurazyan2021-12-091-92/+25
* Add unit test for moving of opaque widgetsVolker Hilsheimer2021-12-081-35/+171
* tests: add a capability check for QWindow::requestActivate() callLiang Qi2021-12-081-0/+3
* QVarLengthArray: fix size update on failed append()Marc Mutz2021-12-081-0/+45
* Widgets: setTransientParent() when a QMenu is a windowLiang Qi2021-12-081-0/+49
* wasm: improve clipboard supportLorn Potter2021-12-0810-0/+745
* Add unit test for QWidgetPrivate::overlappedRegionVolker Hilsheimer2021-12-082-31/+229
* QVarLengthArray: add some basic checks for default-ctorMarc Mutz2021-12-071-0/+21
* QThread::create(): request interruption and join on destructionGiuseppe D'Angelo2021-12-071-0/+62
* tst_qmetatype: factor the most expensive test into its own TUMarc Mutz2021-12-074-81/+127
* tst_qmetatype: move an #ifdef to the headerMarc Mutz2021-12-072-8/+8
* QMultiHash: fix erase returning the wrong iteratorMårten Nordheim2021-12-071-0/+16
* Optimize QMimeDatabase::mimeTypeForFile(f, MatchDefault)Igor Kushnir2021-12-067-0/+84
* QFontDatabase (Windows): Sanitize font requests earlyMårten Nordheim2021-12-061-0/+31
* Fix tst_qfloat16 runtime failure for INTEGRITYTatiana Borisova2021-12-061-0/+13
* tst_BenchlibCallgrind: fix x86 preprocessor checkEdward Welbourne2021-12-061-4/+4
* Remove chip.debug compiled binary leftover from debuggingDmitry Shachnev2021-12-061-0/+0
* QStringBuilder: Add support for QByteArrayViewMårten Nordheim2021-12-041-0/+4
* QNAM: Reintroduce h2c with an attributeMårten Nordheim2021-12-041-1/+81
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-041-0/+52