summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+69
* Skip trailing space on ends of QFile benchmark namesEdward Welbourne2021-07-161-3/+6
* QFile benchmark: purge fatuous function, inline several moreEdward Welbourne2021-07-161-39/+8
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-151-0/+2
* QCryptographicHash: use a std::array to hold result (was: QByteArray)Marc Mutz2021-07-151-6/+6
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-151-2/+5
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-1/+14
* Add test for native interface machineryTor Arne Vestbø2021-07-153-0/+129
* QFile benchmark: fix -Wunused-resultMarc Mutz2021-07-151-2/+2
* Limit some QList benchmark data-set sizes to avoid time-outsEdward Welbourne2021-07-151-15/+17
* Fix qdbusperformance and qprocess benchmarksEdward Welbourne2021-07-153-6/+12
* QMetaType: Support converting any QFuture<T> to QFuture<void>Arno Rehn2021-07-151-0/+18
* QLocalSocket benchmark: improve connectivity and error reportingAlex Trotsenko2021-07-151-0/+4
* QList benchmark: inline the removAll tests to match most othersEdward Welbourne2021-07-151-53/+23
* QLocalSocket benchmark: Report server error string if listen() failsEdward Welbourne2021-07-151-1/+3
* QMap: extend unit testsIvan Solovev2021-07-151-4/+301
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-0/+14
* tst_qtranslator: Simplify extraction of test dataKai Köhne2021-07-154-45/+5
* QLocalSocket/Win: destroy the pipe before emitting final signalsAlex Trotsenko2021-07-141-0/+22
* Improve support for saving QImage to QSaveFileEirik Aavitsland2021-07-141-0/+55
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-2/+1
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-131-0/+13
* QStringList benchmark: fix the [[nodiscard]] warningsMarc Mutz2021-07-131-3/+3
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-0/+2
* QNetworkInformation: Give the manual test a GUIMårten Nordheim2021-07-132-2/+76
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-131-0/+4
* QColorTrcLut: hold in shared_ptrMarc Mutz2021-07-121-2/+1
* CMake: Remove the usage of QT_SOURCE_TREE from testsJoerg Bornemann2021-07-126-10/+3
* Add QFutureInterfaceBase::get() to retrieve internals of QFutureArno Rehn2021-07-121-0/+11
* tst_QtConcurrentThreadEngine: fix the threadCount() testSona Kurazyan2021-07-121-8/+4
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-121-0/+72
* tst_QSharedPointer: fix -Wsuggest-override warningsMarc Mutz2021-07-091-7/+7
* QString benchmark: fix the [[nodiscard]] warningsMarc Mutz2021-07-091-3/+3
* tst_QFile: fix GCC -Wignored-qualifiersMarc Mutz2021-07-091-2/+5
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-091-1/+19
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-081-8/+57
* QLocalSocket/Win: reimplement skipData() functionAlex Trotsenko2021-07-081-0/+55
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-081-0/+15
* Test Q_CLASSINFO("foobar", #__VA_ARGS__) in tst_mocAndrei Golubev2021-07-081-0/+18
* Unify and clean up two identical tst_qfile::*_data() functionsEdward Welbourne2021-07-071-57/+41
* Move QSKIP()s to _data() functions in QFile benchmarkEdward Welbourne2021-07-071-24/+11
* tst_QCryptographicHash: simplify the creation of a large QBAMarc Mutz2021-07-071-4/+1
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-0/+9
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-061-0/+66
* Fix memory leaks in tst_qlineeditAndreas Buhr2021-07-061-2/+2
* QCryptographicHash: port addData() to QByteArrayViewMarc Mutz2021-07-061-7/+7
* QFile benchmark: always use Unbuffered for QFSFileEngine testsEdward Welbourne2021-07-061-7/+5
* Fix QDirIterator benchmark to actually find its test dataEdward Welbourne2021-07-061-15/+13
* Clarify readLine() behavior on sequential devicesAlex Trotsenko2021-07-061-0/+102