qt5base-lts/tests/auto/corelib/io
Joerg Bornemann edb5f22b0a consistently handle empty program string in QProcess::start overloads
All overloads of QProcess::start will now check whether the program
string is empty and in that case
  - set error to FailedToStart,
  - set errorString to "No program defined",
  - emit error.

Until now only one of the three overloads behaved like this.

As a side effect, start(QString(), QStringList()) will not crash on
Windows anymore.

Task-number: QTBUG-47404
Change-Id: I2f93657204fe3643b1d74a74817843c05fc4a96b
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
2015-07-30 05:33:28 +00:00
..
largefile fix usage of wince scope 2015-06-05 10:29:10 +00:00
qabstractfileengine Update copyright headers 2015-02-11 06:49:51 +00:00
qbuffer Make warnings of QIODevice more verbose. 2015-05-23 08:59:20 +00:00
qdatastream Replace MAC OS X with OS X 2015-06-30 07:33:31 +00:00
qdataurl Update copyright headers 2015-02-11 06:49:51 +00:00
qdebug Fix compilation error while instantiating operator<< explicitly 2015-07-26 19:14:47 +00:00
qdir QDir::removeRecursively(): Retry file deletion with write permission set. 2015-07-17 11:06:28 +00:00
qdiriterator Update copyright headers 2015-02-11 06:49:51 +00:00
qfile Replace MAC OS X with OS X 2015-06-30 07:33:31 +00:00
qfileinfo Replace MAC OS X with OS X 2015-06-30 07:33:31 +00:00
qfileselector Update copyright headers 2015-02-11 06:49:51 +00:00
qfilesystementry Update copyright headers 2015-02-11 06:49:51 +00:00
qfilesystemwatcher Fix return value of QWindowsFileSystemWatcherEngine::removePaths(). 2015-06-09 09:50:35 +00:00
qiodevice Make warnings of QIODevice more verbose. 2015-05-23 08:59:20 +00:00
qipaddress Update strtoll and strtoull from upstream FreeBSD 2015-03-26 06:11:14 +00:00
qlockfile take process name into account for QLockFile's pid clash resolution 2015-05-26 11:01:14 +00:00
qloggingcategory Update copyright headers 2015-02-11 06:49:51 +00:00
qloggingregistry Update copyright headers 2015-02-11 06:49:51 +00:00
qnodebug QDateTime: drop quotes in QDebug output 2015-02-21 16:58:39 +00:00
qprocess consistently handle empty program string in QProcess::start overloads 2015-07-30 05:33:28 +00:00
qprocess-noapplication Update copyright headers 2015-02-11 06:49:51 +00:00
qprocessenvironment Update copyright headers 2015-02-11 06:49:51 +00:00
qresourceengine fix distclean targets 2015-04-23 19:16:57 +00:00
qsavefile QSaveFile: Fix permissions on creation 2015-04-08 07:48:17 +00:00
qsettings Replace MAC OS X with OS X 2015-06-30 07:33:31 +00:00
qstandardpaths Update copyright headers 2015-02-11 06:49:51 +00:00
qstorageinfo Fix sizes QStorageInfo returns for invalid drives 2015-06-11 16:13:49 +00:00
qtemporarydir QDir::removeRecursively(): Retry file deletion with write permission set. 2015-07-17 11:06:28 +00:00
qtemporaryfile Set the state of QTemporaryFileEngine properly prior to reopening 2015-07-15 04:53:30 +00:00
qtextstream Rename QTextStream::readLine(QString *, qint64) into readLineInto 2015-06-03 04:27:22 +00:00
qurl tst_QUrl: Add extra testcases 2015-03-14 01:15:05 +00:00
qurlinternal Update copyright headers 2015-02-11 06:49:51 +00:00
qurlquery Update copyright headers 2015-02-11 06:49:51 +00:00
qwinoverlappedionotifier Update copyright headers 2015-02-11 06:49:51 +00:00
io.pro Add the QStorageInfo class 2014-08-13 16:09:58 +02:00