summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Test skip and fail in cleanup() as well as in cleanupTestCase()Edward Welbourne2022-07-2534-58/+312
* QVariant: do allow non-default-constructible typesThiago Macieira2022-07-221-2/+29
* Ensure list has elements before getting themDimitrios Apostolou2022-07-221-6/+9
* 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-211-1/+1
* Do not use QTextFormat::FontFamily when building with QT_DISABLE_DEPRECATED_B...Ivan Solovev2022-07-211-5/+5
* QGuiApplication: do not emit deprecated signalsIvan Solovev2022-07-212-0/+16
* 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
* CMake: Rename test to tst_gui_variant_no_applicationAlexandru Croitor2022-07-201-1/+1
* CMake: Rename test to tst_qobjectraceAlexandru Croitor2022-07-201-1/+1
* QOpenGLBuffer: add move-SMFs and swap()sMarc Mutz2022-07-201-0/+7
* tst_QByteArray: fix custom QCOMPARE for QBAs > 2GiBMarc Mutz2022-07-201-1/+1
* QMutex: limit moreStress test to idealThreadCount threadsVolker Hilsheimer2022-07-201-5/+7
* QWidget: extend timeouts in flaky enterLeaveOnWindowShowHide testVolker Hilsheimer2022-07-171-2/+2
* 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
* QPalette: detach before modifying resolve mask when resolvingVolker Hilsheimer2022-07-151-0/+7
* QThread: Clean up bindingStatusOrList if object gets deletedFabian Kosmale2022-07-141-0/+14
* QGraphicsWidget: skip test if graphics view fails to showVolker Hilsheimer2022-07-141-1/+2
* QGraphicsProxyWidget: make tolerance for errors depend on DPIVolker Hilsheimer2022-07-141-2/+3
* Relayout QStaticText when dpi changesEskil Abrahamsen Blomfeldt2022-07-141-25/+2
* Try re-enabling test on WaylandEskil Abrahamsen Blomfeldt2022-07-141-2/+0
* wasm: add echo_client_mainthread exampleMorten Johan Sørvig2022-07-142-0/+107
* QCompleter: make filesystem test robust against slow I/OVolker Hilsheimer2022-07-131-2/+7
* QProcess: skip processesInMultipleThreads test on emulatorsVolker Hilsheimer2022-07-132-0/+6
* Do not use QExposedEvent::region() in internal codeIvan Solovev2022-07-132-27/+1
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-1316-65/+135
* Skip test which depends on window activations on WaylandEskil Abrahamsen Blomfeldt2022-07-131-2/+4
* Add QInputDevice::name() to output in device_information manual testShawn Rutledge2022-07-131-0/+1
* QThread: Initialize bindingStatus for adopted threadsFabian Kosmale2022-07-131-0/+17
* wasm: secondary thread blocking sockets exampleMorten Johan Sørvig2022-07-133-0/+105
* qobjectrace test: Don't hardcode the number of threadsVolker Hilsheimer2022-07-121-11/+18
* rhi: Clean up some inconsistenciesLaszlo Agocs2022-07-123-5/+5
* QJniObject: Add template overloads for get/setStaticFieldVolker Hilsheimer2022-07-121-0/+7
* Disable unit testing setting up QTcpServer on special Apple interfacesØystein Heskestad2022-07-121-0/+6
* Specialize MetaObjectForType for non-pointer QObject-derived typesMikolaj Boc2022-07-121-0/+1
* QDomDocument: add a missing full-stop to a warning messageSona Kurazyan2022-07-121-1/+1
* Port QXmlStremReader to QAnyStringViewSona Kurazyan2022-07-121-0/+22
* Add wasm exception for tst_qcharDavid Skoland2022-07-111-0/+5
* Fix directory listing in manual filetest; add recursive findShawn Rutledge2022-07-111-6/+10
* QString: fix lifetime issues with QRegularExpression APIsGiuseppe D'Angelo2022-07-101-0/+40
* testlib: Don't print QCOMPARE values if they lack string representationVolker Hilsheimer2022-07-107-54/+101
* QKeySequenceEdit: Add a finishing key combinations propertyLaszlo Papp2022-07-091-0/+40
* Long live QDebug op<< QMetaType!Marc Mutz2022-07-091-0/+24
* 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
* moc: Allow writing properties through bindablesUlf Hermann2022-07-081-21/+58
* rcc: Suppress clang's -Wexit-time-destructorshjk2022-07-074-0/+36
* rhi: Fix a manual testLaszlo Agocs2022-07-071-1/+1