summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qiodevice/tst_qiodevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* tst_QIODevice::unget() without network: skip only the affected partMårten Nordheim2022-04-011-4/+7
* CI: Add docker support for tst_qiodevice testPasi Petäjäjärvi2022-03-241-3/+13
* tst_QIODevice: fix UB (precondition violation) in SequentialReadBuffer::readD...Marc Mutz2021-12-161-3/+6
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-2/+2
* QIODevice: rework validation policy for read() functionsAlex Trotsenko2021-08-011-0/+3
* Run tst_QIODevice::skip() on random-access deviceAlex Trotsenko2021-07-031-3/+4
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Remove winrtOliver Wolff2020-06-061-6/+0
* Remove QSKIP and bring the test back to businessTimur Pocheptsov2018-10-251-3/+0
* tst_qiodevice: Skip broken winrt testsOliver Wolff2018-05-071-0/+6
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+1
|\
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-1/+1
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-5/+5
* | Introduce QIODevice::skip()Alex Trotsenko2017-08-271-0/+91
|/
* Use QSharedPointer::create() moreMarc Mutz2017-07-191-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+1
|\
| * Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-1/+1
* | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-6/+0
|/
* QIODevice: add infrastructure for multistreamingAlex Trotsenko2016-01-271-0/+8
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-0/+14
|\
| * winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-211-0/+14
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-8/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-8/+7
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-8/+7
| | |\
| | | * Fix UB in tst_QIODevice::getSetCheck()Marc Mutz2016-01-061-8/+7
* | | | Updated license headersJani Heikkinen2016-01-211-17/+12
|/ / /
* / / QIODevice: handle incomplete readsAlex Trotsenko2016-01-121-64/+125
|/ /
* / QIODevice: fix interleaving read() and write() in text mode under WindowsAlex Trotsenko2015-10-271-0/+41
|/
* Make warnings of QIODevice more verbose.Friedemann Kleint2015-05-231-1/+1
* QIODevice: do not change the 'pos' member for sequential devicesAlex Trotsenko2015-04-041-0/+44
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Android: Fix QIODevice testsEskil Abrahamsen Blomfeldt2014-12-221-0/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Skip unstable autotests in QtBase.Morten Johan Sørvig2014-07-021-0/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Skip 3 test methods if the test server isn't set up.David Faure2012-06-231-1/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Changed unittests in corelib to use specific headers instead of super-headers.Kurt Korbatits2012-01-161-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fixed installation of corelib testsRohan McGovern2011-12-011-2/+2
* Cleanup corelib autotestsJason McDonald2011-11-301-1/+2
* Fix sanity check of network test serverJason McDonald2011-11-281-0/+6
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-12/+6