qt6-bb10/tests/auto/corelib/io
Thiago Macieira 0f56502fb6 QProcess/Unix: fix close() on invalid file descriptor
Commit 90bc0ad41f ("QProcess/Unix: add
failChildProcessModifier()") added this line that set childStartedPipe
so that the failChildProcess() callback had something to write to. But
we left it set on exit from QProcessPrivate::startDetached(), which
caused the QProcess destructor to try and close it.

Noticed when debugging the issue for QTBUG-123083.

Pick-to: 6.7 6.7.0
Task-number: QTBUG-123083
Change-Id: I6818d78a57394e37857bfffd17bbc41c8400270f
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2024-03-12 22:21:13 -07:00
..
largefile Change license for tests files 2024-02-04 09:56:42 +01:00
qabstractfileengine Change license for tests files 2024-02-04 09:56:42 +01:00
qbuffer Change license for tests files 2024-02-04 09:56:42 +01:00
qdataurl Change license for tests files 2024-02-04 09:56:42 +01:00
qdebug Change license for tests files 2024-02-04 09:56:42 +01:00
qdir QDir: Use QT_TEST_EQUALITY_OPS macro in unit-tests 2024-02-15 14:51:37 +01:00
qdiriterator tst_qdiriterator: add a test for QFsFileEngineIterator 2024-02-04 14:04:18 +02:00
qdirlisting Correct license for files 2024-03-05 14:39:33 +01:00
qfile tst_qfile: fix GCC 13.2.1 compiler warning [-Wenum-compare] 2024-03-12 23:28:34 +02:00
qfileinfo QFileInfo: Use new comparison helper macros 2024-02-14 21:47:29 +01:00
qfileselector Change license for tests files 2024-02-04 09:56:42 +01:00
qfilesystementry Change license for tests files 2024-02-04 09:56:42 +01:00
qfilesystemmetadata Change license for tests files 2024-02-04 09:56:42 +01:00
qfilesystemwatcher QFilesystemWatcher: speed up the unittests 2024-02-14 17:57:03 +02:00
qiodevice Change license for tests files 2024-02-04 09:56:42 +01:00
qipaddress Change license for tests files 2024-02-04 09:56:42 +01:00
qlockfile Change license for tests files 2024-02-04 09:56:42 +01:00
qloggingcategory Change license for tests files 2024-02-04 09:56:42 +01:00
qloggingregistry Change license for tests files 2024-02-04 09:56:42 +01:00
qnodebug Change license for tests files 2024-02-04 09:56:42 +01:00
qprocess QProcess/Unix: fix close() on invalid file descriptor 2024-03-12 22:21:13 -07:00
qprocess-noapplication Change license for tests files 2024-02-04 09:56:42 +01:00
qprocessenvironment QProcessEnvironment: Use new comparison helper macros 2024-02-22 13:37:41 +01:00
qresourceengine Change license for tests files 2024-02-04 09:56:42 +01:00
qsavefile Change license for tests files 2024-02-04 09:56:42 +01:00
qsettings Remove extra semi-colons 2024-02-06 20:17:18 +09:00
qstandardpaths Change license for tests files 2024-02-04 09:56:42 +01:00
qstorageinfo tst_QStorageInfo: try harder to make the free space change 2024-03-12 14:34:32 -07:00
qtemporarydir Change license for tests files 2024-02-04 09:56:42 +01:00
qtemporaryfile Change license for tests files 2024-02-04 09:56:42 +01:00
qurl QUrl: Use new comparison helper macros 2024-03-06 11:09:21 +01:00
qurlinternal Change license for tests files 2024-02-04 09:56:42 +01:00
qurlquery QUrlQuery: Use new comparison helper macros 2024-02-23 19:46:02 +01:00
qurluts46 QUrl IDNA: Update to Unicode 15.1 2024-02-08 17:43:58 +01:00
qzip Change license for tests files 2024-02-04 09:56:42 +01:00
CMakeLists.txt Add QDirListing, an STL-style iterator for directory entries 2024-02-29 16:35:57 +02:00