summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_qbytearray: remove qCompress_data for QT_NO_COMPRESSMarc Mutz2022-08-151-2/+2
* Fix QFontDatabase::hasFamily() for ambiguous familiesEskil Abrahamsen Blomfeldt2022-08-152-4/+5
* rhi: d3d11: Enable tessellation and geometry with some caveatsLaszlo Agocs2022-08-1512-4/+111
* Fix DeferredFlag implementation for QTestEventLoopEdward Welbourne2022-08-121-4/+12
* Test QTRY_COMPARE() and expand testing of QTRY_VERIFY*()Edward Welbourne2022-08-127-36/+180
* Remove the stale expected_crashes_[345].txtEdward Welbourne2022-08-123-16/+0
* QMetaType: don't use global relocations to the lambdas and structuresThiago Macieira2022-08-121-0/+8
* QMetaType: add a test to confirm that types are equal across librariesThiago Macieira2022-08-127-5/+193
* Use the local file APIs to save/load files on WASMMikolaj Boc2022-08-125-46/+650
* 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
* wasm: add event loop auto testMorten Sørvig2022-08-087-1/+352
* Remove blacklist of tryAcquireWithTimeout on WindowsAllan Sandfeld Jensen2022-08-071-6/+0
* qputenv: port to QByteArrayViewMarc Mutz2022-08-068-16/+16
* tests: add a textfield in qt-client-widgetLiang Qi2022-08-062-0/+13
* tests: make xembed/qt-client-raster betterLiang Qi2022-08-062-1/+3
* tests: make xembed/qt-client-widget betterLiang Qi2022-08-062-1/+5
* tests: replace gtk-embedder.py with a gtk3 appLiang Qi2022-08-0619-92/+122
* 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-031178-0/+3544
* 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-016-17/+18
* 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