summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-0/+19
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-095-6/+67
* Fix augmentation of UI language listEdward Welbourne2021-06-081-8/+25
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-032-0/+35
* Fix set*Field JNI template callsAssam Boudjelthia2021-05-282-0/+164
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-05-221-1/+11
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-0/+4
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-185-88/+25
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-174-1/+28
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-031-1/+1
* QSFPM: fix filterCaseSensitivityChanged signal emission logicIvan Solovev2021-04-301-0/+19
* Skip tst_QUrl::testThreading() under QEMUAndrei Golubev2021-04-262-0/+5
* 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
* QThreadPool: obey the docs that say we always use at least 1 threadThiago Macieira2021-04-241-1/+1
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-231-12/+14
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-221-0/+66
* tst_qpromise: build fixGiuseppe D'Angelo2021-04-201-4/+4
* Correct prefix reported for end element in QXmlStreamReaderVincent Baijot2021-04-208-13/+13
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-04-191-0/+10
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-162-634/+4
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-151-0/+16
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-151-3/+6
* QtFuture::connect: disconnect signals firstMårten Nordheim2021-04-121-0/+19
* Mark variables that might be unused under some configurationsVolker Hilsheimer2021-04-111-2/+2
* Fix gcc warnings from having only one of assignment/copyVolker Hilsheimer2021-04-113-0/+5
* 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