summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* wasm: Add corelib/io/largefileEven Oscar Andersen2024-03-162-5/+11
* Fix QTextEngine regression with large-ish textsPaul Olav Tvete2024-03-151-0/+22
* wasm: Enable the selenium tests on windowsEven Oscar Andersen2024-03-152-2/+24
* QFutureWatcher: Fix race for initial emission of resultReadyAt()Jarek Kobus2024-03-151-0/+23
* Revert "wasm: Disable problematic qlocal test for time being"Piotr Wierciński2024-03-142-7/+3
* tst_QNetworkReply: cleanup changed state from timeout testMårten Nordheim2024-03-141-0/+1
* Reparent QWindow children when reparenting QWidgetTor Arne Vestbø2024-03-141-0/+152
* QMessageBox: Respect explicit accept/reject after closing dialogTor Arne Vestbø2024-03-141-4/+52
* tests: blacklist tst_QIV::focusNextOnHide() on WaylandLiang Qi2024-03-141-0/+2
* Port two tests' QAbstractEventDispatcher overrides to V2Thiago Macieira2024-03-132-14/+12
* QAbstractEventDispatcher: port timer uses to the V2 APIThiago Macieira2024-03-131-40/+65
* tst_QHostInfo: increase the timeout to 15sThiago Macieira2024-03-131-1/+1
* tst_QHostInfo: don't use the test class to store resultsThiago Macieira2024-03-141-123/+94
* CMake: Make a few more auto tests standaloneAlexandru Croitor2024-03-147-1/+37
* QCborValue: use new comparison helper macrosTatiana Borisova2024-03-132-56/+46
* QOperatingSystemVersion: use partial ordering for relational operatorsIvan Solovev2024-03-131-55/+52
* QTypeRevision: use comparison helper macrosIvan Solovev2024-03-132-13/+18
* QTypeRevision: convert comparison test to data-drivenIvan Solovev2024-03-131-8/+39
* wasm tests: Use WebDriverManager to install chromedriverPiotr Wiercinski2024-03-131-4/+4
* QProcess/Unix: fix close() on invalid file descriptorThiago Macieira2024-03-121-5/+20
* qHash: make hashing of QLatin1StringView be the same as QStringThiago Macieira2024-03-121-1/+1
* qHash: implement an AES hasher for QLatin1StringViewThiago Macieira2024-03-124-14/+54
* qHash: implement chunked hashing of QLatin1StringViewThiago Macieira2024-03-122-4/+50
* QHash: implement the heterogeneous non-const operator[]Thiago Macieira2024-03-121-1/+10