qt5base-lts/tests/auto/corelib/io
Jason McDonald d884f24fe1 Prefer QSKIP to QTEST_NOOP_MAIN.
There is no way for a .pro file to know if QProcess is in the Qt build,
so the QProcess autotest cannot be omitted from the build if QProcess is
not available.  Because of this limitation, the test was using
QTEST_NOOP_MAIN when QProcess was not available, making the test appear
to pass.  This commit changes QTEST_NOOP_MAIN to QSKIP, so that the user
receives a clear indication that the test isn't testing anything when
QProcess is not available.

Change-Id: I79f667b17ff98dfc47eb61fb977365abef8883fb
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-10-19 01:38:36 +02:00
..
qabstractfileengine Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
qbuffer Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
qdatastream Avoid using QSKIP in lieu of compile-time checks 2011-10-05 03:04:31 +02:00
qdebug Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
qdir Merge fixes for QDir::operator== 2011-10-06 17:32:57 +02:00
qdiriterator Avoid using QSKIP in lieu of compile-time checks 2011-10-05 03:04:31 +02:00
qfile Avoid using QSKIP in lieu of compile-time checks 2011-10-07 04:30:30 +02:00
qfileinfo Avoid using QSKIP in lieu of compile-time checks 2011-10-05 03:04:31 +02:00
qfilesystementry Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
qfilesystemwatcher Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
qiodevice Avoid using QSKIP in lieu of compile-time checks 2011-10-05 03:04:31 +02:00
qprocess Prefer QSKIP to QTEST_NOOP_MAIN. 2011-10-19 01:38:36 +02:00
qprocessenvironment Avoid using QSKIP in lieu of compile-time checks 2011-10-05 03:04:31 +02:00
qresourceengine Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
qsettings Avoid using QSKIP in lieu of compile-time checks 2011-10-05 03:04:31 +02:00
qtemporaryfile Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
qtextstream Avoid using QSKIP in lieu of compile-time checks 2011-10-05 03:04:31 +02:00
qurl Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
io.pro Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00