qt6-bb10/tests/auto/corelib/io/qprocess
Marc Mutz 34ac282a1e tst_QProcess: silence -Wunused-result
We can't do anything about a failed write at these code locations. In
particular, we can't QVERIFY() their success, so suppress the warning
with the idiomatic cast to void.

Amends 13a1995e9d,
bd32c7d705 and
c5221f6be0.

Pick-to: 6.7
Change-Id: Ia7ef57f01eeb8608079a12724c0b4f03a59081c9
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 97f31a68795e1d492f98a9942cce5228cbe64cf8)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-06-18 08:09:23 +00:00
..
fileWriterProcess Tests: make some QFile::open calls fail 2024-04-13 01:36:06 +02:00
test QProcess: add testUnixProcessParameters as a dep. for tst_qprocess 2023-06-18 20:32:30 +03:00
testBatFiles Add copyright and licensing to .bat files missing them 2024-05-08 13:09:40 +02:00
testDetached Change license for tests files 2024-02-04 09:56:42 +01:00
testExitCodes Change license for tests files 2024-02-04 09:56:42 +01:00
testForwarding Change license for tests files 2024-02-04 09:56:42 +01:00
testForwardingHelper Change license for tests files 2024-02-04 09:56:42 +01:00
testGuiProcess Change license for tests files 2024-02-04 09:56:42 +01:00
testProcessCrash Change license for tests files 2024-02-04 09:56:42 +01:00
testProcessDeadWhileReading Change license for tests files 2024-02-04 09:56:42 +01:00
testProcessEOF Change license for tests files 2024-02-04 09:56:42 +01:00
testProcessEcho Change license for tests files 2024-02-04 09:56:42 +01:00
testProcessEcho2 Change license for tests files 2024-02-04 09:56:42 +01:00
testProcessEcho3 Change license for tests files 2024-02-04 09:56:42 +01:00
testProcessEchoGui Change license for tests files 2024-02-04 09:56:42 +01:00
testProcessEnvironment Change license for tests files 2024-02-04 09:56:42 +01:00
testProcessHang Change license for tests files 2024-02-04 09:56:42 +01:00
testProcessNormal Change license for tests files 2024-02-04 09:56:42 +01:00
testProcessOutput Change license for tests files 2024-02-04 09:56:42 +01:00
testProcessSpacesArgs Change license for tests files 2024-02-04 09:56:42 +01:00
testSetNamedPipeHandleState Change license for tests files 2024-02-04 09:56:42 +01:00
testSetWorkingDirectory Change license for tests files 2024-02-04 09:56:42 +01:00
testSoftExit Change license for tests files 2024-02-04 09:56:42 +01:00
testSpaceInName Change license for tests files 2024-02-04 09:56:42 +01:00
testUnixProcessParameters Change license for tests files 2024-02-04 09:56:42 +01:00
.gitignore test: Moving tst_QProcess::echoTest_performance() 2012-10-19 02:43:05 +02:00
CMakeLists.txt CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
crasher.h tst_qprocess: Add crash helper for MSVC ARM64 2024-06-04 11:19:01 +00:00
tst_qprocess.cpp tst_QProcess: silence -Wunused-result 2024-06-18 08:09:23 +00:00