summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix proxy-data handlingFabian Kosmale2023-02-071-0/+34
* Update CLDR to v42Mate Barany2023-02-071-1/+1
* Fix QDir benchmark to do meaningful thingsDavid Faure2023-02-071-35/+25
* rhi: Add D3D12 supportLaszlo Agocs2023-02-077-20/+259
* Skip socket and server tests on Ubuntu 22.04 and QEMUVille Voutilainen2023-02-055-0/+23
* Unblacklist stable tst_QWidgetRepaintManagerAxel Spoerl2023-02-031-11/+0
* Move qtLocalTime() to qtenvironmentvariables.cpp as qLocalTime()Edward Welbourne2023-02-031-1/+1
* Update the public suffix listMårten Nordheim2023-02-031-0/+0
* QMimeDatabase: add a test to ensure we can detect Unix specialsThiago Macieira2023-02-022-0/+82
* QMimeDatabase: don't stat() something that isn't a local fileThiago Macieira2023-02-024-0/+61
* tst_QMimeDatabase: rename test to indicate what it really isThiago Macieira2023-02-022-4/+5
* QSortFilterProxyModel: port to PMF connects for performance reasonsDavid Faure2023-02-021-0/+14
* moc: Allow calling ctors on pre-allocated dataUlf Hermann2023-02-021-0/+37
* QString: remove some redundant unittestsAhmad Samir2023-02-021-12/+0
* Q{Contacts,Calendar}Permission: bool readWrite → enum AccessModeMarc Mutz2023-02-021-8/+8
* QtNetwork: Split out QNativeSocketEnginePrivateFriedemann Kleint2023-02-021-1/+1
* QStandardPaths/unix: ignore relative paths in all $XDG_* env varsAhmad Samir2023-02-011-0/+27
* Add right and middle mouse button to tst_QLabel::mouseEventPropagationAxel Spoerl2023-02-011-2/+11
* QtGui: Remove define Q_TEST_QPIXMAPCACHEFriedemann Kleint2023-02-011-8/+8
* QMimeDatabase: use unique QTest data tag namesAhmad Samir2023-02-011-4/+4
* QRegularExpression: fix count() when the RE matches a surrogateThiago Macieira2023-01-311-0/+15
* Update Harfbuzz to version 6.0.0Eskil Abrahamsen Blomfeldt2023-01-311-13/+31
* QString: don't detach in replace(QChar, QChar, case)Ahmad Samir2023-01-301-1/+8
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-01-301-1/+1
* Make tst_QFocusEvent::checkReason_ActiveWindow pass on macOSShawn Rutledge2023-01-301-2/+3
* Revert "Revert "Add binary compatibility file generated against 6.4.0""Jani Heikkinen2023-01-231-0/+27176
* tst_QUrlQuery: fix Clang 15 -Wself-moveMarc Mutz2023-01-231-2/+8
* Fix two variables' "may be used uninitialized" compiler warningsAhmad Samir2023-01-222-2/+2
* IPC: switch the default key type on Unix to POSIX realtimeThiago Macieira2023-01-221-2/+0
* IPC: add support for multiple backends to QSharedMemoryThiago Macieira2023-01-221-15/+56
* IPC: add support for multiple backends to QSystemSemaphoreThiago Macieira2023-01-223-32/+130
* IPC: fix cleaning up after tst_QSharedMemory testsThiago Macieira2023-01-222-12/+34
* IPC: clean up #ifdef in tst_qsharedmemory.cppThiago Macieira2023-01-221-22/+2
* IPC: add native key support to QSharedMemoryThiago Macieira2023-01-223-111/+177
* IPC: add native key support to QSystemSemaphoreThiago Macieira2023-01-222-34/+80
* IPC: Long live QNativeIpcKey keyThiago Macieira2023-01-223-0/+357
* IPC: move makePlatformSafeKey to qtipccommon.cppThiago Macieira2023-01-221-2/+2
* IPC: move the feature check to the ipc/ dir for tst_qsharedmemoryThiago Macieira2023-01-222-22/+16
* IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/Thiago Macieira2023-01-2211-6/+12
* QWidgetTextControl: Ignore unconsumed mouse release eventsAxel Spoerl2023-01-211-0/+82
* Fix the broken test after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-1/+1
* SQL tests: Fix for PostgreSQL 12 and aboveChristian Ehrlicher2023-01-201-1/+1
* QVarLengthArray: fix off-by-size() bug in growBy()Marc Mutz2023-01-201-0/+13
* Fix build errors in manual testsAssam Boudjelthia2023-01-2011-5/+13
* tst_QUrlQuery: replace a few QVERIFY(~~ != ~~) with QCOMPARE_NEThiago Macieira2023-01-201-4/+4
* QUrlQuery: add missing move constructorThiago Macieira2023-01-201-0/+24
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-0/+6
* tests: remove PlatformInputContext::filterEvent()Peter Varga2023-01-181-6/+0
* Merge integration refs/builds/qtci/dev/1673982362Qt CI Bot2023-01-182-1/+5
|\
| * tst_QHostInfo: use python3Thiago Macieira2023-01-171-1/+1