qt5base-lts/tests/auto/corelib/io/qprocess
Jason McDonald 7cfad460c5 Avoid using QSKIP in lieu of compile-time checks
QSKIP is intended to be used to skip test functions that are found at
run-time to be inapplicable or unsafe.  If a test function can be
determined to be inapplicable at compile-time, the entire test function
should be omitted instead of replacing the body of the test function
with a QSKIP, which only serves to slow down test runs and to inflate
test run-rates with empty, inapplicable tests.

Task-number: QTQAINFRA-278

Change-Id: Ib2025339422749cf216e87ac414a3056250bf8f9
Reviewed-on: http://codereview.qt-project.org/5942
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-10-05 03:04:31 +02:00
..
fileWriterProcess Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
test Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
testBatFiles Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testDetached Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
testExitCodes Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testGuiProcess Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testProcessCrash Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testProcessDeadWhileReading Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testProcessEcho Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testProcessEcho2 Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testProcessEcho3 Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testProcessEchoGui Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testProcessEnvironment Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testProcessEOF Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testProcessLoopback Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testProcessNormal Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testProcessOutput Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
testProcessSpacesArgs Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
testSetWorkingDirectory Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testSoftExit Fix autotests to build on Windows. 2011-08-31 13:26:27 +02:00
testSpaceInName Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
.gitignore Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
qprocess.pro Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
tst_qprocess.cpp Avoid using QSKIP in lieu of compile-time checks 2011-10-05 03:04:31 +02:00