summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QDebug: Support standard strings and string views directlyVille Voutilainen2022-09-271-0/+256
* tst_qprocess: remove unused loop counterJohannes Kauffmann2022-09-201-2/+0
* tst_QFile::setPermissions/Unix: test both chmod() and fchmod()Thiago Macieira2022-09-161-1/+12
* tst_QFile::setPermissions: add QScopeGuard to remove temporary fileThiago Macieira2022-09-161-2/+3
* QFileDevice: clear cached permissions on setPermission()Thiago Macieira2022-09-161-0/+6
* Guard windows-specific includes with Q_OS_WINAlexey Edelev2022-09-071-0/+3
* RCC: fix zlib compression when --no-zstd was specifiedThiago Macieira2022-08-311-1/+11
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-291-9/+2
* QtBase tests: remove QT_DISABLE_DEPRECATED_UP_TO definesIvan Solovev2022-08-242-5/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2361-61/+61
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-192-2/+2
* Android: skip crahsing tst_QFile's unixPipe() and socketPair()Assam Boudjelthia2022-08-181-0/+8
* Remove network dependency for tests with UNC pathsVolker Hilsheimer2022-08-174-26/+18
* qputenv: port to QByteArrayViewMarc Mutz2022-08-062-5/+5
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-0361-0/+183
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2827-33/+33
* QProcess: skip processesInMultipleThreads test on emulatorsVolker Hilsheimer2022-07-132-0/+6
* Long live QDebug op<< QMetaType!Marc Mutz2022-07-091-0/+24
* tst_QResourceManager: extend the test to cover open filesMarc Mutz2022-06-141-0/+9
* tst_qfile: skip trash bin test on webOSJanne Juntunen2022-06-071-2/+2
* QTestLib: rework QTest::compare_helper()Ivan Solovev2022-06-031-1/+2
* tst_QUrlQuery: improve formatting of lists of pairs of stringsEdward Welbourne2022-06-031-30/+18
* Use SPDX license identifiersLucie Gérard2022-05-1663-1715/+140
* Don't declare type 'id' in the global namespace in a public headerTor Arne Vestbø2022-04-272-0/+77
* Clear tst_QSettings of deprecation warningsEdward Welbourne2022-04-262-7/+5
* tst_QSettings::testVariantTypes(): modernize list initializationsEdward Welbourne2022-04-261-10/+6
* Convert tst_QSettings::testVariantTypes()'s macro body into a lambdaEdward Welbourne2022-04-261-13/+18
* Clean up tst_QSettings::testVariantTypes()Edward Welbourne2022-04-261-27/+26
* Rearrange tst_QSettings::testVariantTypes()Edward Welbourne2022-04-261-24/+24
* Remove two unused resource files from tst_qsettingsEdward Welbourne2022-04-264-8/+0
* Inline a shared data-driven test table in tst_QSettingsEdward Welbourne2022-04-261-88/+23
* Clean up includes involving tst_qmetatype_common.hEdward Welbourne2022-04-261-9/+4
* Ensure that readAllStandardError() doesn't crash on assertJarek Kobus2022-04-091-0/+10
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-078-38/+54
* QBuffer: fail early in seek() beyond QByteArray's max capacityMarc Mutz2022-04-051-0/+24
* QBuffer: fix writing more than two GiB of dataMarc Mutz2022-04-041-0/+53
* tst_QIODevice::unget() without network: skip only the affected partMårten Nordheim2022-04-011-4/+7
* QSettingsPrivate: fold from/to parameters into the view they boundEdward Welbourne2022-03-301-2/+2
* QFileSystemWatcher: Blacklist failing tests on macOS armIvan Solovev2022-03-291-0/+6
* CI: Add docker support for tst_qiodevice testPasi Petäjäjärvi2022-03-242-3/+14
* QSettings: port key processing to QAnyStringViewMarc Mutz2022-03-191-15/+12
* Enable move semantics for QTemporaryDirLuca Di Sera2022-03-181-0/+55
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-174-0/+8
* qDecodeDataUrl(): treat ";base64" marker as case-insensitiveMarc Mutz2022-03-111-0/+2
* Do not assume implicit string-ish → QColor conversionMarc Mutz2022-03-111-1/+1
* Rewrite tst_qdataurl as a data-driven testMarc Mutz2022-03-111-30/+34
* Add QFileInfo::isAlias() to reflect whether the file is a macOS aliasTor Arne Vestbø2022-03-062-0/+62
* QSettings: support reading UTF-8 keys in INI filesIvan Solovev2022-03-024-0/+62
* Repair tst_qfileinfo on AndroidAndreas Buhr2022-02-161-1/+8