summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-221-0/+77
* Add some testing of QTestEventLoopEdward Welbourne2022-08-1010-2/+333
* Don't skip QDoubleConverter's digit-count check for non-whole boundEdward Welbourne2022-08-091-0/+1
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-081-0/+24
* qputenv: defend against non-NUL-terminated QByteArray valuesMarc Mutz2022-08-081-1/+5
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-08-061-0/+40
* tst_QFocusFrame: fix -WparanthesesMarc Mutz2022-08-051-1/+1
* moc: handle attributes in class declarationsFabian Kosmale2022-08-031-1/+1
* tst_QMetaType: merge flags and flagsStaticlessThiago Macieira2022-07-263-53/+52
* CMake: Make tst_qdbusabstractadaptor depend on qmyserverAlexandru Croitor2022-07-261-0/+1
* QVariant: do allow non-default-constructible typesThiago Macieira2022-07-221-2/+29
* Fix test flaky-crashing on OpenSUSE with KDE window managerDimitrios Apostolou2022-07-221-1/+1
* QAction: add QT_DEPRECATED_VERSION_6_0 to deprecated methodsIvan Solovev2022-07-221-1/+1
* QGuiApplication: do not emit deprecated signalsIvan Solovev2022-07-212-0/+16
* Do not use QTextFormat::FontFamily when building with QT_DISABLE_DEPRECATED_B...Ivan Solovev2022-07-211-5/+5
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-211-6/+6
* QVariant: Avoid crash when constructed from unsuitable metatypeFabian Kosmale2022-07-211-0/+47
* tst_bench_shared_ptr: fix build with BOOST_NO_EXCEPTIONSMarc Mutz2022-07-211-0/+13
* tst_QByteArray: fix custom QCOMPARE for QBAs > 2GiBMarc Mutz2022-07-211-1/+1
* CMake: Rename test to tst_qobjectraceAlexandru Croitor2022-07-211-1/+1
* CMake: Rename test to tst_gui_variant_no_applicationAlexandru Croitor2022-07-211-1/+1
* QWidget: extend timeouts in flaky enterLeaveOnWindowShowHide testVolker Hilsheimer2022-07-171-2/+2
* QPalette: detach before modifying resolve mask when resolvingVolker Hilsheimer2022-07-161-0/+15
* tst_qnetworkreply: replace server.pem/key pairTimur Pocheptsov2022-07-152-35/+45
* QGraphicsProxyWidget: make tolerance in mapToGlobal test at least 4Volker Hilsheimer2022-07-151-1/+1
* QGraphicsWidget: skip test if graphics view fails to showVolker Hilsheimer2022-07-151-1/+2
* QGraphicsProxyWidget: make tolerance for errors depend on DPIVolker Hilsheimer2022-07-151-2/+3
* qtestlib: exit with error if a test is invoked with unknown data tagDimitrios Apostolou2022-07-141-0/+52
* Disable unit testing setting up QTcpServer on special Apple interfacesØystein Heskestad2022-07-141-0/+6
* Do not use QExposedEvent::region() in internal codeIvan Solovev2022-07-142-27/+1
* QCompleter: make filesystem test robust against slow I/OVolker Hilsheimer2022-07-131-2/+7
* Add QInputDevice::name() to output in device_information manual testShawn Rutledge2022-07-131-0/+1
* qobjectrace test: Don't hardcode the number of threadsVolker Hilsheimer2022-07-121-10/+17
* QDomDocument: add a missing full-stop to a warning messageSona Kurazyan2022-07-121-1/+1
* QString: fix lifetime issues with QRegularExpression APIsGiuseppe D'Angelo2022-07-111-0/+40
* Always update QPalette resolve mask, regardless of QBrush changeJiDe Zhang2022-07-081-4/+1
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-081-0/+6
* Make two QDT benchmarks data-driven and add more rowsEdward Welbourne2022-07-081-62/+43
* tst_qwindow: modify some abnormal touch testsTang Haixiang2022-07-071-39/+39
* tst_QGraphicsScene: fix -Wsuggest-overrideMarc Mutz2022-07-061-1/+1
* tst_QSslKey: prepare for the migration to OpenSSL v3Timur Pocheptsov2022-07-051-12/+42
* QListview: PageDown/Up infinite loopTang Haixiang2022-07-051-0/+21
* Harden drag and drop handling in widget windowLaszlo Agocs2022-07-051-0/+73
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-011-0/+31
* rhi: metal: Switch back to presentDrawableLaszlo Agocs2022-06-281-0/+14
* QHttpHeaderParser: Allow larger fields but restrict total sizeMårten Nordheim2022-06-284-16/+171
* Fix QDBusInterface crashing with empty path on constructionMårten Nordheim2022-06-271-0/+7
* Add QDom internalSubset implementationYe ShanShan2022-06-261-0/+66
* Network: Update expired certMårten Nordheim2022-06-252-30/+30
* moc: fix use of escape sequence of more than one characterThiago Macieira2022-06-221-20/+25