summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* tst_QDialogButtonBox::hideAndShowButton: Wait for focus widgetAxel Spoerl2023-07-081-1/+5
* SQL/SQLite: add case folding for non-ascii charactersChristian Ehrlicher2023-07-082-2/+17
* QSortFilterProxyModel test: fix failing appearsAndSortChristian Ehrlicher2023-07-071-1/+2
* QCOMPARE: restore compatibility with braced-init-listsGiuseppe D'Angelo2023-07-077-37/+71
* Fix spelling of D-Bus in the source codeIevgenii Meshcheriakov2023-07-062-10/+10
* qdbusxml2cpp: Improve error reportingIevgenii Meshcheriakov2023-07-061-8/+15
* QDBusIntrospection: Add Annotation structIevgenii Meshcheriakov2023-07-062-9/+17
* Update public suffix listMårten Nordheim2023-07-061-0/+0
* QDialogButtonBox - Update focus chain when buttons show or hideAxel Spoerl2023-07-062-0/+51
* QAnyStringView: add QDebug stream operatorMarc Mutz2023-07-061-0/+73
* CMake: Make qtbase tests standalone projectsAlexandru Croitor2023-07-0581-0/+485
* CMake: Make network tests standalone projectsAlexandru Croitor2023-07-0551-0/+307
* CMake: Make widgets tests standalone projectsAlexandru Croitor2023-07-05120-0/+720
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-05107-0/+642
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-05233-2/+1394
* QDebug: add getter/setter for noQuotesMarc Mutz2023-07-051-1/+7
* rhi: vulkan: Include multiViewCount in renderpass compatibilityLaszlo Agocs2023-07-051-0/+53
* Fix handling of QT_PATH_ANDROID_ABI_xxxx in android multi-abi testsAlexey Edelev2023-07-041-1/+1
* CMake: make tst_qlogging depend on qlogging_helperAhmad Samir2023-07-041-0/+2
* Say hello to QtVFS for SQLite3BogDan Vatra2023-07-024-0/+119
* Fix crash in `QVariant::convert` and `QVariant::view`Jøger Hansegård2023-07-021-1/+144
* tests: blacklist tst_QAbstractItemView::selectionAutoScrolling() on WaylandLiang Qi2023-07-021-0/+2
* tests: blacklist tst_QMenu::pushButtonPopulateOnAboutToShow() on WaylandLiang Qi2023-07-021-0/+1
* selftests: tst_sleep, don't start timer twiceAhmad Samir2023-06-301-1/+0
* QTest: add qSleep(std::chrono::milliseconds) overloadAhmad Samir2023-06-302-7/+12
* QMessageBox: Respect clients overriding QDialog::done()Tor Arne Vestbø2023-06-291-0/+41
* Suppress a couple of GCC warningsAhmad Samir2023-06-292-0/+6
* API update: Don't expose QHash storage in APIEskil Abrahamsen Blomfeldt2023-06-291-0/+33
* tst_QXmlStream: remove unneeded _ba UDLsMarc Mutz2023-06-291-5/+5
* QProcess/Unix: block all Unix signals between vfork() and exec()Thiago Macieira2023-06-281-2/+78
* Handle a couple of GCC 13 warnings about dangling referencesAhmad Samir2023-06-282-2/+6
* tst_QFutureSynchronizer: describe how setFutureAliasingExistingMember() worksMarc Mutz2023-06-281-0/+5
* QXmlStreamReader: make fastScanName() indicate parsing status to callersAhmad Samir2023-06-281-0/+39
* tests: skip tst_QWindow::enterLeaveOnWindowShowHide() on WaylandLiang Qi2023-06-271-0/+3
* QTest: port qSleep() to std::this_thread::sleep_forAhmad Samir2023-06-272-7/+18
* Add a test case for an invalid min/max size pairInho Lee2023-06-271-0/+7
* QNetworkReply: Propagate proxy errors properlyMichael Klein2023-06-271-1/+45
* tst_qcombobox: skip popupPositionAfterStyleChange on QEMURichard Moe Gustavsen2023-06-271-0/+3
* QStorageInfo/Linux: use readAll() with /proc/self/mountinfoAhmad Samir2023-06-271-0/+160
* tst_QFile: remove the timer in unixPipe and socketPairThiago Macieira2023-06-261-4/+0
* tst_QNetworkReply: split extremely long lineMårten Nordheim2023-06-261-1/+14
* Skip the tst_QRegularExpression::threadSafety test on WASM temporarilyMikolaj Boc2023-06-261-0/+4
* QStringBuilder: one less macro in unittestsAhmad Samir2023-06-261-13/+8
* QHeaderView: Don't add new sections on no-opAxel Spoerl2023-06-231-0/+21
* QAbstractProxyModel: delay headerDataChanged emissions when inserting/removin...Giuseppe D'Angelo2023-06-231-2/+2
* Add q20::erase_if(std::vector, pred) and erase(vector, val)Ahmad Samir2023-06-221-16/+8
* Short live Q_NODISCARD_(CTOR_)X!Marc Mutz2023-06-221-4/+9
* Pacify MSVC compiler incorrectly warning about unused variableVolker Hilsheimer2023-06-221-0/+1
* QProcess/Unix: fix setting SIGPIPE to SIG_IGN where SIG_DFL was intendedThiago Macieira2023-06-211-0/+4
* QFutureSynchronizer: fix aliasing problem in setFuture()Marc Mutz2023-06-211-0/+23