summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* tst_qurl: add test for matches() with empty vs null caseDavid Faure2013-11-051-0/+8
* tests: Replace Q_OS_MACX -> Q_OS_OSXSergio Ahumada2013-10-211-5/+5
* exclude gui-needing tests from -no-gui buildOswald Buddenhagen2013-10-181-0/+4
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-4/+3
* Let QLoggingCategory::defaultCategory return a pointerhjk2013-10-111-16/+16
* Allow to use short names for Windows Registry root keysSebastian Schuberth2013-10-071-0/+13
* Replace QLoggingCategory::isEnabled by non-template functionshjk2013-10-061-18/+20
* Fix potential crash: adding int to stringFrederik Gladhorn2013-10-041-1/+1
* Fix QStandardPath test on some linuxesFrederik Gladhorn2013-10-021-5/+8
* Fix temporary directory leak in tst_qsavefile.Friedemann Kleint2013-10-011-45/+24
* tst_qsavefile: Check temporary dir and output open errors.Friedemann Kleint2013-09-301-12/+27
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-2/+1
* Merge branch 'stable' into devSergio Ahumada2013-09-211-0/+81
|\
| * Fix QFileSystemWatcher inotifyRiccardo Ferrazzo2013-09-191-0/+81
* | Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-213-0/+76
* | Use the correct identifier for the OS X operating system.Jake Petroules2013-09-212-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-212-4/+5
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-162-4/+5
| |\|
| | * tst_qurlinternal: fix a use of memcpy on overlapping memoryMarc Mutz2013-09-141-3/+4
| | * tst_QSettings: add missing () around a macro argument useMarc Mutz2013-09-141-1/+1
* | | Import qlogger frameworkKai Koehne2013-09-204-0/+831
* | | Disable tst_QFileSystemWatcherGunnar Sletta2013-09-201-0/+2
* | | Add QFileSelector APIAlan Alpert2013-09-1623-0/+229
|/ /
* | QStandardPaths: add a test that just dumps the valuesThiago Macieira2013-09-141-0/+36
* | Add a static QFileInfo::exists(fileName) functionhjk2013-09-131-0/+1
* | QUrl: ensure that setPath("//path") doesn't lead to scheme://pathDavid Faure2013-09-111-0/+8
* | QDateTime - Change debug output to ISO FormatJohn Layt2013-09-061-1/+3
* | add QProcess::InputChannelModeOswald Buddenhagen2013-09-052-7/+19
* | add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-052-9/+43
* | fix warnings - qprocess needs a qcoreapp instanceOswald Buddenhagen2013-09-051-1/+4
* | remove redundant forwardedChannels() testOswald Buddenhagen2013-09-051-21/+0
* | make error reporting in forwardedChannelsOutput test more usefulOswald Buddenhagen2013-09-052-6/+16
* | micro-optimization/-clarificationOswald Buddenhagen2013-09-051-4/+4
* | Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-031-1/+21
* | Fix remaining use of QTEST_NOOP_MAINAndrew Knight2013-09-021-5/+0
* | add QProcess::nullDevice()Oswald Buddenhagen2013-08-301-0/+25
* | QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-281-1/+2
* | Add unit test to ensure %3A in a path isn't decoded to ':'Thiago Macieira2013-08-231-0/+5
* | QUrl: Use decoded mode by default for individual getters/setters.David Faure2013-08-211-13/+18
* | QUrl: fix host(FullyDecoded), it shouldn't trigger EncodeUnicode.David Faure2013-08-211-0/+25
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-145-13/+35
|\|
| * Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-131-0/+7
| * test: Mark tst_QFileSystemWatcher::watchFileAndItsDirectory() as XFAILSergio Ahumada2013-08-111-1/+6
| * test: Mark tst_QSettings::ctor() and tst_QSettings::rainersSyncBugOnMac(nativ...Sergio Ahumada2013-08-081-0/+12
| * Improve tst_QFileInfo::compare() test, but mark as QEXPECT_FAIL on MacTor Arne Vestbø2013-08-071-11/+6
| * Fix tst_QFile::caseSensitivity on OS XTor Arne Vestbø2013-08-051-1/+4
* | Add a Qt-API style QStandardPaths::setTestModeEnabledThiago Macieira2013-08-091-2/+2
* | QUrl: do not decode "#" in fragmentsThiago Macieira2013-08-041-4/+4
* | Make sure that QUrl::FullyDecoded mode uses U+FFFD for bad UTF-8Thiago Macieira2013-08-041-0/+9
* | Remove fully-decoded QUrl user info and authority sectionsThiago Macieira2013-08-041-11/+1