qt5base-lts/tests/auto/corelib/io
Thiago Macieira 6d78b7a0c4 QProcess: report the syscall that failed in the Unix child process
Prefix the error string message with either "chdir" or the "execvXX"-
family function that failed. In order to simplify the process, I also
made it transmit local 8-bit data instead of UTF-16 (this also avoids
memory allocation with QString).

Since there are now two write(2) calls, it's possible for the parent
process to be woken up and read(2) only the first. The parent process
now needs to wait for EOF.

Change-Id: Ib306f8f647014b399b87ffff13f1956199a5aee0
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-09-21 21:30:58 +00:00
..
largefile Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00
qabstractfileengine Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00
qbuffer Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qdatastream Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00
qdataurl Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qdebug Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qdir Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00
qdiriterator Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00
qfile Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qfileinfo Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00
qfileselector Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qfilesystementry Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qfilesystemwatcher Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qiodevice Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00
qipaddress Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qlockfile take process name into account for QLockFile's pid clash resolution 2015-05-26 11:01:14 +00:00
qloggingcategory QLoggingCategory: fix default severity in Q_LOGGING_CATEGORY macro 2015-08-03 14:40:19 +00:00
qloggingregistry Update copyright headers 2015-02-11 06:49:51 +00:00
qnodebug Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qprocess QProcess: report the syscall that failed in the Unix child process 2015-09-21 21:30:58 +00:00
qprocess-noapplication Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qprocessenvironment Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qresourceengine Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qsavefile Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qsettings Support accessing 32-bit Registry from 64-bit programs and vice versa 2015-08-27 07:08:30 +00:00
qstandardpaths Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00
qstorageinfo tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-08-19 19:06:33 +00:00
qtemporarydir Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00
qtemporaryfile Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qtextstream Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qurl Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qurlinternal Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qurlquery Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qwinoverlappedionotifier Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00
io.pro Add the QStorageInfo class 2014-08-13 16:09:58 +02:00