summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* wasm: Refractor Selenium manual test into auto testPiotr Wierciński2024-02-0713-132/+184
* Q(Plain)TextEdit: don't crash when using a style sheetChristian Ehrlicher2024-02-072-0/+21
* Add plugins of imported QtModules to the _qt_plugins propertyAlexey Edelev2024-02-064-0/+59
* Remove HTTP 1XX status test from tst_qrestaccessmanagerJuha Vuolle2024-02-061-1/+0
* Make QNAM handle all informational HTTP repliesMate Barany2024-02-061-4/+20
* Remove extra semi-colonsTasuku Suzuki2024-02-0622-26/+26
* Rework tst_QTimeZone::windowsId() to use initializer-listsEdward Welbourne2024-02-051-40/+48
* QObject: fix installEventFilterOrder() test flakinessJarek Kobus2024-02-041-45/+40
* tst_qdiriterator: add a test for QFsFileEngineIteratorAhmad Samir2024-02-041-0/+34
* Change license for tests filesLucie Gérard2024-02-041787-1787/+1787
* qHash: provide the long double overload on Darwin systemsThiago Macieira2024-02-031-2/+0
* QBitArray: use QDataStream::SizeLimitExeeded where applicableMarc Mutz2024-02-031-1/+1
* Fix frontMatter tests: fixed fonts and testdataShawn Rutledge2024-02-023-7/+12
* Extract and re-write "front matter" in markdown documentsShawn Rutledge2024-02-024-0/+57
* QWindows11Style: Draw MDI SubWindows in Windows 11 styleWladimir Leuschner2024-02-021-1/+5
* Implement missing features in DirectWrite font backendEskil Abrahamsen Blomfeldt2024-02-021-1/+3
* QMovie non-anim: use QImageReader::imageCount but not nextImageDelayShawn Rutledge2024-02-023-1/+32
* tst_QWidget::scroll() remove QApplicationPrivate::setActiveWindow()Frédéric Lefebvre2024-02-021-1/+0
* QBitArray: don't create invalid Qt 5 streamsMarc Mutz2024-02-021-2/+10
* Modernize comparisons in tst_QLocaleEdward Welbourne2024-02-021-34/+23
* Make TEST_CTOR macros use the "do { ... } while (false)" patternEdward Welbourne2024-02-021-121/+121
* Update QLocale and calendar data to CLDR v44.1Edward Welbourne2024-02-021-11/+10
* QFileSystemModel: don't crash with setIconProvider(nullptr)Ahmad Samir2024-02-013-2/+30
* QObject: add unittest to check the order of eventFilter() callsAhmad Samir2024-02-011-0/+75
* wasm: Disable problematic qlocal test for time beingPiotr Wierciński2024-02-011-1/+3
* Don't set ExplicitShowHide on children when showing parent widgetTor Arne Vestbø2024-02-011-2/+1
* Simplify tst_QWidget::closeAndShowWithNativeChildTor Arne Vestbø2024-02-011-5/+10
* Add logging, clarifications, and tests for QWidget show/hide behaviorTor Arne Vestbø2024-02-011-0/+114
* QDirIterator: don't create test dirs/files in the source dirAhmad Samir2024-02-011-33/+10
* JNI: Fix QJniObject::callback test caseVolker Hilsheimer2024-02-011-4/+4
* Introduce QTP0003 which controls the BUILD_SHARED_LIBS impact on user projectsAlexey Edelev2024-02-013-0/+71
* Bench QSet::uniteMårten Nordheim2024-02-011-0/+68
* Stabilize tst_QFileSystemModel::showFilesOnly test caseVolker Hilsheimer2024-01-312-7/+8
* QVersionNumber: make iterableMarc Mutz2024-01-311-0/+43
* QBitArray: fix potential truncation in QDataStream op>>()Marc Mutz2024-01-311-0/+2
* tst_qdiriterator: cleanupAhmad Samir2024-01-311-5/+8
* Exclude test from compilation without qprocessKrzysztof Sommerfeld2024-01-311-0/+4
* Exclude VxWorks from cxx 23 mode compilation of qcomparehelpersKrzysztof Sommerfeld2024-01-311-1/+1
* Add cxx11_future in QPromise tests and disable it for VxWorksKrzysztof Sommerfeld2024-01-311-0/+22
* Skip compilation of tst_QLocalSocket::verifyListenWithDescriptor on VxWorksŁukasz Matysiak2024-01-311-1/+1
* QFileSystemModel: blacklist a flaky unittest on macosAhmad Samir2024-01-301-0/+2
* QPainterPath: Fix boundingRect and controlPointRect ignoring start pointNoah Davis2024-01-301-0/+28
* QBitArray: avoid overflow in size-to-storage calculationsMarc Mutz2024-01-301-0/+44
* tst_QHostInfo: enable the IPv6 reverse lookups in more systemsThiago Macieira2024-01-301-6/+4
* tst_QHostInfo: remove QProcess dependencyThiago Macieira2024-01-301-53/+27
* tst_QHostInfo: reorganize the #includesThiago Macieira2024-01-301-16/+12
* Add expect-fail test-cases for und_US, und_GB to tst_QLocale::ctor()Edward Welbourne2024-01-301-0/+4
* Rework tst_QLocale::ctor() - split up and make data-drivenEdward Welbourne2024-01-301-67/+111
* QTEST()-ify QLocale testsEdward Welbourne2024-01-301-33/+16
* Take QJsonDocument as a parameterJuha Vuolle2024-01-301-7/+7