summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move anchor layout example to manual testsJan Arve Sæther2023-03-023-0/+115
* tests: skip tst_QScreen::grabWindow() on XWaylandLiang Qi2023-03-021-3/+2
* tst_QSqlDatabase: avoid some runtime warningsChristian Ehrlicher2023-03-022-2/+8
* Lancelot: add drawPixmapFragment testLaszlo Agocs2023-03-023-0/+167
* Move xmlstreamlint example into tests/manualØystein Heskestad2023-03-026-0/+185
* QDebug: fix std::string/view stream operators; add u8 versionsMarc Mutz2023-03-021-4/+83
* Move Weather Anchor Layout example to manual testsJan Arve Sæther2023-03-0211-1/+291
* a11y: even checkable buttons are pressableHarald Sitter2023-03-011-3/+12
* tst_QMutex: use constexpr variables instead of 'enum-trick'Marc Mutz2023-03-011-2/+2
* tst_qvarlengtharray: add test for QVLA(n) ctorMarc Mutz2023-03-011-0/+44
* Long live QMessageAuthenticationCode::resultView()!Marc Mutz2023-03-011-6/+6
* tst_QTimer: suppress the cross-thread timer stopping warningsThiago Macieira2023-02-281-0/+1
* QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-02-281-16/+13
* a11y: Test and document relations betterJan Arve Sæther2023-02-281-6/+82
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* rhi: Add support for half precision vertex atttributesBen Fletcher2023-02-274-0/+160
* QListView: Reset style after using a temporary proxyVolker Hilsheimer2023-02-271-0/+5
* tst_QMessageAuthenticationCode: check that setKey() reset()sMarc Mutz2023-02-261-0/+46
* tst_benchlibcallgrind: silence a compiler warningAhmad Samir2023-02-261-1/+1
* QCryptographicHash: auto-calculate MaxHashLengthMarc Mutz2023-02-251-2/+9
* Support Cyrillic's equivalent of 'E' as exponent separatorEdward Welbourne2023-02-241-0/+8
* Fix parsing of numbers to cope with non-single-character tokensEdward Welbourne2023-02-242-19/+60
* Add missing shbang line to shell scriptEdward Welbourne2023-02-241-0/+1
* QHash: fix GrowthPolicy::bucketsForCapacityThiago Macieira2023-02-232-8/+56
* tst_qmessagehandler: fix QtTest warnings about duplicate row namesThiago Macieira2023-02-231-3/+7
* Logging: fix crash when decoding a symbol that isn't a functionThiago Macieira2023-02-231-0/+65
* Fix the files_main testMikolaj Boc2023-02-231-9/+9
* Add multitouch test cases to qwasmwindow testMikolaj Boc2023-02-232-4/+126
* qalgorithms.h: fix mistake that MSVC has constexpr bitops in C++17 modeThiago Macieira2023-02-221-1/+1
* qstrncpy: NUL-terminate even when src is nullptrMarc Mutz2023-02-221-0/+3
* Support always on top/bottom window flags on WASMMikolaj Boc2023-02-221-82/+524