summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix tst_qfilesystementry in unity buildAmir Masoud Abdol2023-03-152-3/+2
* emit QAbstractSlider::valueChanged() only on value changeAxel Spoerl2023-03-151-3/+7
* QLockFile: tryLock(): use chrono firstAhmad Samir2023-03-141-8/+10
* QCompleter::setPopup() - refactor and cleanupAxel Spoerl2023-03-141-0/+38
* Fix for CMake tests when build with unityAmir Masoud Abdol2023-03-1417-4/+28
* Fix tst_qfreelist when build with unityAmir Masoud Abdol2023-03-142-9/+3
* Use qt_internal_add_executable in auto testsAmir Masoud Abdol2023-03-1418-20/+99
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-1320-73/+80
* Android: skip two qrhi tests to enable Android 12 in CIAssam Boudjelthia2023-03-131-0/+12
* SQL/MySQL: Add support for Bit-Value Type - BITChristian Ehrlicher2023-03-121-0/+7
* SQL/Tests: remove safeDropTable() / add helper classChristian Ehrlicher2023-03-126-191/+167
* Make sure helper executables used by unittests are builtAhmad Samir2023-03-113-3/+5
* QMimeDatabase: cleanup unittestAhmad Samir2023-03-111-10/+11
* Add test function for private networkYAMAMOTO Atsushi2023-03-111-0/+2
* QVariant: fix comparisons between strings and integer 0Giuseppe D'Angelo2023-03-101-0/+27
* rhi: displacement / tessellation manual test Metal memory alignmentBen Fletcher2023-03-107-5/+5
* Silence some conversion warningsAmir Masoud Abdol2023-03-104-4/+4
* Fix overflow in SHA-3/KeccakMårten Nordheim2023-03-101-0/+29
* Make it possible to use QObjectPrivate::connect in private codeVolker Hilsheimer2023-03-101-2/+12
* SQL/Tests: remove usage of 'foreach'Christian Ehrlicher2023-03-096-59/+42
* Cleanup QPushButton auto test codeVolker Hilsheimer2023-03-091-133/+129
* tst_QCryptographicHash: Extract Method ensureLargeData()Marc Mutz2023-03-091-1/+11
* rhi manual test: Bump Vulkan instance API version requestLaszlo Agocs2023-03-091-4/+7
* QAbstractItemModel: fix match() with Qt::MatchWildcardGiuseppe D'Angelo2023-03-091-8/+9
* QRegularExpression: extend wildcard testsGiuseppe D'Angelo2023-03-091-5/+17
* Fix warnings from deprecating QFileOpenEvent::openFile, update snippetVolker Hilsheimer2023-03-092-9/+10
* QNetworkDiskCache: use QSaveFileMårten Nordheim2023-03-091-1/+1
* rhi: Metal tessellation shader input output interface blocksBen Fletcher2023-03-099-0/+494
* Fix QPropertyAlias::addNotifierFabian Kosmale2023-03-091-0/+3
* Handle tab order inceptionVolker Hilsheimer2023-03-091-0/+125
* QErrorMessage: Reset 'again' check box between each error messageTor Arne Vestbø2023-03-091-2/+1
* QTest: Rename QCOMPARE_XX parameters to add meaningMårten Nordheim2023-03-086-1080/+1080
* QRegularExpression: add support for non-filepath wildcards/globbingGiuseppe D'Angelo2023-03-071-48/+67
* CMake: Fix xmlstreamlint to use the manual test apiAlexandru Croitor2023-03-071-22/+11
* Add workaround for threeDimTexture case failing with some driversLaszlo Agocs2023-03-071-11/+21
* rhi: Clean up 1D and 3D texture feature flagsLaszlo Agocs2023-03-071-10/+16
* Support filter list for file input when opening a file on WASMMikolaj Boc2023-03-071-37/+76
* Lancelot: fix a copy-paste error in the new drawPixmapFragment commandEirik Aavitsland2023-03-071-1/+1
* QSqlDatabase: deprecate QSqlDatabase::exec()Christian Ehrlicher2023-03-063-16/+23
* Silence warning about unsafe sprintf, use snprintf insteadVolker Hilsheimer2023-03-061-1/+1
* Silence warning, initialize variables before usingVolker Hilsheimer2023-03-061-2/+2
* Silence warning about deliberately using deprecated APIVolker Hilsheimer2023-03-061-0/+2
* Silence a few unused-but-set-parameter warnings in some of the testsAmir Masoud Abdol2023-03-062-10/+10
* SQL/Tests: remove some unused functionsChristian Ehrlicher2023-03-066-81/+42
* Doc: fix link to QTest::failOnWarningVolker Hilsheimer2023-03-051-1/+1
* Port QPathClipper test away from home-grown QCOMPAREVolker Hilsheimer2023-03-051-9/+13
* Doc fix in QIntValidator::validate() and comment on a testEdward Welbourne2023-03-031-0/+1
* QTestEventLoop: add enterLoop(std::chrono::milliseconds) overloadAhmad Samir2023-03-039-62/+80
* Use utimensat instead of utimesAhmad Samir2023-03-031-6/+9
* tst_QVariant: check fromValue() with a non-default-constructible typeMarc Mutz2023-03-031-1/+1