summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Wait for window focus instead of expose eventDimitrios Apostolou2022-08-112-3/+1
* Try to stabilize window activation on macOSDimitrios Apostolou2022-08-101-14/+30
* Test is stable on OpenSUSE, un-blacklist itDimitrios Apostolou2022-08-101-1/+0
* Test is no longer flaky, unblacklist itDimitrios Apostolou2022-08-101-2/+0
* Test is not flaky any longerDimitrios Apostolou2022-08-101-4/+0
* Remove assertion from ownMethodIndex that breaks testsSami Shalayel2022-08-101-0/+39
* Tests: remove #define COMMAThiago Macieira2022-08-092-13/+12
* CMake: Support big resources in qt_add_resourcesJoerg Bornemann2022-08-0910-0/+137
* Wayland: Remove XFAIL after underlying bug was fixedEskil Abrahamsen Blomfeldt2022-08-091-2/+0
* Add some testing of QTestEventLoopEdward Welbourne2022-08-0810-2/+333
* tst_qimage: skip exifReadComments when the feature is not activeJanne Juntunen2022-08-081-0/+3
* Don't skip QDoubleConverter's digit-count check for non-whole boundEdward Welbourne2022-08-081-0/+1
* Remove blacklist of tryAcquireWithTimeout on WindowsAllan Sandfeld Jensen2022-08-071-6/+0
* qputenv: port to QByteArrayViewMarc Mutz2022-08-068-16/+16
* Declare logging category exported in tst_QDockWidgetAxel Spoerl2022-08-051-6/+0
* qputenv: defend against non-NUL-terminated QByteArray valuesMarc Mutz2022-08-051-1/+5
* CMake: Fix mockplugins test not to fail in a non-prefix buildAlexandru Croitor2022-08-051-5/+10
* tst_QFocusFrame: fix -WparanthesesMarc Mutz2022-08-041-1/+1
* Add Latin 1 case-insensitive Boyer-Moore searcherØystein Heskestad2022-08-041-0/+104
* QDomDocument: Add a way to enable spacing-only text nodesSona Kurazyan2022-08-041-0/+61
* Fix initialization of QDateEdit and QTimeEditEdward Welbourne2022-08-041-2/+0
* Fix handling of invalid input to Q(Date|Time)Edit constructorsEdward Welbourne2022-08-041-2/+1
* Expand QDateTime edit constructor tests to cover Q(Date|Time)EditEdward Welbourne2022-08-041-20/+51
* Simplify the data tables for some QDateTimeEdit constructor testsEdward Welbourne2022-08-041-75/+30
* moc: handle attributes in class declarationsFabian Kosmale2022-08-031-1/+1
* Improve QDomDocument::setContent() APISona Kurazyan2022-08-031-2/+125
* Rearrange the skipping of a test to give a better messageEdward Welbourne2022-08-031-2/+4
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-032-2/+3
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-033-3/+3
* Add license headers to cmake filesLucie Gérard2022-08-03847-0/+2551
* Build minimal subset of tests for Android multi-ABI Qt buildsAlexey Edelev2022-08-021-0/+8
* QMetaObject: fix calling overloaded functions & constructorsThiago Macieira2022-08-011-2/+69
* QMetaType: fix void* parametersThiago Macieira2022-08-012-1/+77
* rhi: gl: Avoid magic adjustments to the context/window formatLaszlo Agocs2022-08-011-2/+6
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-011-0/+24
* tst_QMetaType: fix warning that buffer may be unusedThiago Macieira2022-07-311-2/+2
* QRegularExpression: introduce (global)matchViewGiuseppe D'Angelo2022-07-291-16/+17
* QMetaObject: rewrite invokeMethod()Thiago Macieira2022-07-281-3/+13
* QMetaObject: rewrite QMetaMethod::invokeThiago Macieira2022-07-281-0/+4
* CMake: Remove unnecessary INCLUDE_DIRECTORIES . in testsAlexandru Croitor2022-07-284-7/+0
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-28534-608/+607
* tst_qsslsocket: remove schannel workarounds for old certificateMårten Nordheim2022-07-281-10/+0
* tst_QMetaObject: add a test for using Q_ARG with a non-const refThiago Macieira2022-07-271-0/+15
* tst_QMetaObject: make sure we don't mix references with non-refsThiago Macieira2022-07-271-0/+10
* tst_QMetaObject: add some tests for passing and receiving pointersThiago Macieira2022-07-273-1/+86
* tst_QMetaObject: change tests to forward-declared-onlyThiago Macieira2022-07-274-22/+42
* Remove qvariant_p.hThiago Macieira2022-07-271-1/+0
* QVariant: split the warning from customConstruct()Thiago Macieira2022-07-271-2/+8
* QMetaType: don't record trivial construction function pointersThiago Macieira2022-07-273-26/+167
* QMetaType: add registerType() and qRegisterMetaType(QMetaType)Thiago Macieira2022-07-261-0/+24