summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-263-27/+471
* Add tests for QtPrivate::q_relocate_overlap_nAndrei Golubev2021-04-261-0/+281
* Resurrect data moves in QListAndrei Golubev2021-04-262-17/+59
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-261-12/+14
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-141-3/+6
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-141-0/+16
* Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRowChunLin Wang2021-04-071-0/+17
* CMake: Build minimal subset of tests in desktop static buildsAlexandru Croitor2021-04-071-1/+5
* Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-03-301-0/+14
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-301-3/+3
* tst_qobject: fix the detection for GCCGiuseppe D'Angelo2021-03-261-4/+14
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-141-0/+15
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-111-0/+27
* QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-0/+11
* Skip globalstatic threadStressTest on QEMUToni Saario2021-03-072-0/+6
* tst_QFuture::continuationsWithContext: fix the flakinessSona Kurazyan2021-02-261-3/+14
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-241-0/+4
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-221-0/+2
* QProcess::startDetached/Unix: move up the chdir() and remove qWarningThiago Macieira2021-02-201-0/+15
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-0/+31
* Rework tst_QDateTime::toString_isoDate() to eliminate an XFAILEdward Welbourne2021-02-161-16/+17
* Do not make QTimer::interval bindableFabian Kosmale2021-02-161-21/+0
* tst_qprocess: enable test again for cross-compilationsSamuli Piippo2021-02-163-10/+1
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-151-14/+40
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-1310-27/+18
* Fix registerNativeMethods for goodAssam Boudjelthia2021-02-113-0/+79
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-101-7/+63
* Purge various BLACKLIST entries that are now fixedEdward Welbourne2021-02-025-21/+0
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-011-11/+18
* Remove QObjectCompatProperty::operator= for safer usageAndreas Buhr2021-01-291-11/+11
* Revert "Port QThreadPool to the new property system"Allan Sandfeld Jensen2021-01-291-78/+14
* QProperty: Treat change listener modifying its source property as a loopFabian Kosmale2021-01-281-1/+3
* tests: remove unnecessary skips for qemuSamuli Piippo2021-01-282-10/+0
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-276-0/+1365
* Q(Untyped)Bindable: add takeBinding methodFabian Kosmale2021-01-271-0/+18
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-2/+77
* Port QThreadPool to the new property systemSona Kurazyan2021-01-271-14/+78
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-271-0/+19
* QTimer: port to new property systemIvan Solovev2021-01-261-0/+88
* Port QPauseAnimation to the new property systemSona Kurazyan2021-01-261-0/+41
* QRegularExpression: add move constructorIvan Solovev2021-01-261-0/+115
* Extend alignment of QArrayData to std::max_align_t in allocationAndrei Golubev2021-01-261-1/+29
* QLocale: Allow direct conversion from language, country, and script codesKai Köhne2021-01-251-0/+27
* Remove the QT_CMAKE_BUILD preprocessor defineJoerg Bornemann2021-01-222-6/+0
* QProperty: Add private isAnyBindingEvaluating functionFabian Kosmale2021-01-211-0/+9
* tst_qsequentialanimationgroup.cpp: Avoid some memory leaksUlf Hermann2021-01-211-5/+14
* tst_socketnotifier: Fix timeout of QTcpServer::waitForNewConnection()Friedemann Kleint2021-01-211-2/+2
* tst_socketnotifier/unexpectedDisconnection: Extend blacklisting to all window...Friedemann Kleint2021-01-191-2/+2
* tst_QThreadPool: avoid a potential memory leaksSona Kurazyan2021-01-191-53/+45
* Android: skip tst_QFile::moveToTrash()Assam Boudjelthia2021-01-192-3/+3