summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-112-40/+0
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-112-30/+20
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-091-1/+92
* tst_qresourceengine: use QFINDTESTDATA() to find correct pathJanne Juntunen2022-02-041-1/+1
* Blacklist tst_QFileSystemWatcher::signalsEmittedAfterFileMoved on all Windows...Ivan Solovev2022-01-311-2/+1
* Remove unused .qrc filesJoerg Bornemann2022-01-179-103/+0
* Exclude filesystem autotests for INTEGRITYTatiana Borisova2021-12-301-0/+4
* Windows: Fix handling of childGroups() when fallbacks are disabledJeremie Graulle2021-12-271-0/+10
* tst_QIODevice: fix UB (precondition violation) in SequentialReadBuffer::readD...Marc Mutz2021-12-161-3/+6
* QNX: Cannot handle threads in given timePasi Petäjäjärvi2021-12-121-0/+4
* QNX: inotify is supported, so enable testsPasi Petäjäjärvi2021-12-121-3/+3
* QNX: Skip failing testPasi Petäjäjärvi2021-12-121-0/+3
* QNX: Remove not supported testcasePasi Petäjäjärvi2021-12-121-1/+3
* QNX: Limit maximum largefile sizePasi Petäjäjärvi2021-12-121-1/+6
* QNX: Successful check depends on user running testPasi Petäjäjärvi2021-12-121-1/+1
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-041-0/+52
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-041-1/+3
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-261-0/+47
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-234-4/+4