qt5base-lts/tests/auto/corelib/io/qprocess
Ulf Hermann 44af54419e Properly use the "process" feature
Replace all QT_NO_PROCESS with QT_CONFIG(process), define it in
qconfig-bootstrapped.h, add QT_REQUIRE_CONFIG(process) to the qprocess
headers, exclude the sources from compilation when switched off, guard
header inclusions in places where compilation without QProcess seems
supported, drop some unused includes, and fix some tests that were
apparently designed to work with QT_NO_PROCESS but failed to.

Change-Id: Ieceea2504dea6fdf43b81c7c6b65c547b01b9714
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
2017-02-27 15:44:46 +00:00
..
fileWriterProcess Updated license headers 2016-01-21 18:55:18 +00:00
test Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
testBatFiles Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testDetached Updated license headers 2016-01-21 18:55:18 +00:00
testExitCodes Updated license headers 2016-01-21 18:55:18 +00:00
testForwarding Properly use the "process" feature 2017-02-27 15:44:46 +00:00
testGuiProcess Updated license headers 2016-01-21 18:55:18 +00:00
testProcessCrash Updated license headers 2016-01-21 18:55:18 +00:00
testProcessDeadWhileReading Updated license headers 2016-01-21 18:55:18 +00:00
testProcessEcho Remove Windows CE vestiges 2016-06-02 08:03:37 +00:00
testProcessEcho2 Updated license headers 2016-01-21 18:55:18 +00:00
testProcessEcho3 Updated license headers 2016-01-21 18:55:18 +00:00
testProcessEchoGui Updated license headers 2016-01-21 18:55:18 +00:00
testProcessEnvironment Remove Windows CE vestiges 2016-06-02 08:03:37 +00:00
testProcessEOF Updated license headers 2016-01-21 18:55:18 +00:00
testProcessHang Updated license headers 2016-01-21 18:55:18 +00:00
testProcessNormal Updated license headers 2016-01-21 18:55:18 +00:00
testProcessOutput Remove Windows CE vestiges 2016-06-02 08:03:37 +00:00
testProcessSpacesArgs QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
testSetNamedPipeHandleState Updated license headers 2016-01-21 18:55:18 +00:00
testSetWorkingDirectory Updated license headers 2016-01-21 18:55:18 +00:00
testSoftExit QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
testSpaceInName Updated license headers 2016-01-21 18:55:18 +00:00
.gitignore test: Moving tst_QProcess::echoTest_performance() 2012-10-19 02:43:05 +02:00
BLACKLIST MSVC2015: Blacklist tests reading from stdin in buffered/text mode. 2015-09-30 07:54:58 +00:00
qprocess.pri QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
qprocess.pro QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
tst_qprocess.cpp Properly use the "process" feature 2017-02-27 15:44:46 +00:00