summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QJsonDocument: use new comparison helper macrosTatiana Borisova2024-03-221-3/+20
* wasm: Document and test OpenGLContext limitationsEven Oscar Andersen2024-03-226-32/+445
* tst_QWidget::explicitTabOrderWithComplexWidget remove setActiveWindow()Frédéric Lefebvre2024-03-221-1/+0
* tests: skip tst_QApplication::abortQuitOnShow() on WaylandLiang Qi2024-03-221-0/+3
* QTypeInfo: add detection for Clang's __is_trivially_relocatableGiuseppe D'Angelo2024-03-221-0/+14
* tst_qglobal: add a few tests for QTypeInfoGiuseppe D'Angelo2024-03-221-0/+49
* tst_qglobal: include what you useGiuseppe D'Angelo2024-03-221-1/+2
* QJsonArray: use new comparison helper macrosTatiana Borisova2024-03-212-0/+41
* QAbstractFileEngine: remove member FileTime and use QFile::FileTimeAhmad Samir2024-03-211-5/+5
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-214-26/+34
* wasm: Qt::WA_ShowWithoutActivating was not respectedEven Oscar Andersen2024-03-213-6/+218
* QMetaMethod: document that fromSignal(nullptr) is okMarc Mutz2024-03-211-0/+7
* tst_QNetworkReply: don't leak on failure in emitErrorForAllReplies()Marc Mutz2024-03-211-20/+22
* tst_qdir: optimize setPath() testAhmad Samir2024-03-211-0/+1
* tst_qtemporarydir: refactor a testAhmad Samir2024-03-211-6/+8
* tst_QNetworkReply: don't use deleteLater() on QSignalSpiesMarc Mutz2024-03-201-2/+2
* tst_QNetworkReply: use QtCore's QScopedPointerDeleteLaterMarc Mutz2024-03-201-10/+2
* QAbstractFileEngineIterator: add `bool advance()` virtual methodAhmad Samir2024-03-201-10/+11
* Xml: use new comparison helper macrosTatiana Borisova2024-03-202-2/+77
* QCborMap: use new comparison helper macrosTatiana Borisova2024-03-201-150/+169
* QMovie: allow only one dimension to be used for scaledSizeVladimir Belyavsky2024-03-201-0/+31
* Fix build of tst_qoperatingsystemversion.cpp with C++20Joerg Bornemann2024-03-191-2/+2
* tst_QSignalSpy: check (thereby suppress) intended runtime warningsMarc Mutz2024-03-191-0/+6
* QImageReader: allow only one dimension to be used for scaledSizeVladimir Belyavsky2024-03-191-0/+57
* QCborArray: use new comparison helper macrosTatiana Borisova2024-03-191-34/+51
* tst_qdir: don't use the source dir for testingAhmad Samir2024-03-191-5/+25
* Add configure feature for MetalTor Arne Vestbø2024-03-1913-18/+18
* Add a means to send a PUT request with an empty bodyMate Barany2024-03-191-0/+44
* Add a means to send a POST request that has an empty bodyMate Barany2024-03-191-0/+47
* wasm: Fix minimum and default window sizesPiotr Wierciński2024-03-191-2/+1
* wasm: Add qdiriterator test + minor runtime fixesEven Oscar Andersen2024-03-192-4/+13
* Revert "wasm: Temporarily disable selenium tests"Piotr Wierciński2024-03-191-0/+1
* QSignalSpy: fix data race between wait() and emit from another threadDavid Faure2024-03-191-1/+31
* QCborValueConstRef/QCborValueRef: use new comparison helper macrosTatiana Borisova2024-03-191-7/+77
* QDBusArgument: disambiguate between QMap on std::pair and std::mapThiago Macieira2024-03-182-0/+15
* Support foreground gradient in CSS parser and HTML generatorEskil Abrahamsen Blomfeldt2024-03-181-1/+89
* Implement support for stroke color and width in CSS parserEskil Abrahamsen Blomfeldt2024-03-181-0/+25
* Fix truncation warning in generation_helpersIsak Fyksen2024-03-181-4/+1
* tst_qnetworkreply::httpConnectionCount: tentatively increase timeoutMårten Nordheim2024-03-181-1/+1
* QProperty: Destroy binding when refcount is 0Ulf Hermann2024-03-181-0/+44
* Test that QBAV(QL1SV) and QBAV(QU8SV) constructors are constexprIvan Solovev2024-03-181-0/+32
* tst_qstringapisymmetry: add qCompareThreeWay() checksIvan Solovev2024-03-181-0/+5
* tst_qfuture: Update EXPECT_FAIL msvc conditionMårten Nordheim2024-03-181-1/+1
* Revert "Don't do font merging for PUA characters"Eskil Abrahamsen Blomfeldt2024-03-181-39/+0
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir2024-03-173-6/+6
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir2024-03-173-6/+9
* QCommandLineParser: remove redundant #ifdef from unittestAhmad Samir2024-03-161-4/+0
* QDir{Iterator,Listing}: fix unittestAhmad Samir2024-03-162-12/+12
* Fix truncation warnings in tst_qnumericIsak Fyksen2024-03-161-1/+1
* Fix overflow warnings in tst_qnumericIsak Fyksen2024-03-161-0/+3