qt5base-lts/tests/auto/tools/moc
Jason McDonald 253497b744 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: I582732e3dd657df834f9a98fd52d7ee368f2f29b
Reviewed-on: http://codereview.qt-project.org/5946
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-10-05 06:15:00 +02:00
..
task71021
Test.framework/Headers
testproject
.gitattributes
.gitignore
assign-namespace.h
backslash-newlines.h
c-comments.h
cstyle-enums.h
dir-in-include-path.h
error-on-wrong-notify.h
escapes-in-string-literals.h
extraqualification.h
forgotten-qinterface.h
gadgetwithnoenums.h
Header
interface-from-framework.h
macro-on-cmdline.h
moc.pro test: Re-enabled `tst_moc' test that is now passing on Linux 2011-10-03 05:59:54 +02:00
namespaced-flags.h
no-keywords.h
oldstyle-casts.h
os9-newlines.h Merge branch 'master' of codereview.qt-project.org:qt/qtbase 2011-09-13 10:20:08 +02:00
parse-boost.h
pure-virtual-signals.h
qinvokable.h
qprivateslots.h
single_function_keyword.h
slots-with-void-template.h
task87883.h
task189996.h
task192552.h
task234909.h
task240368.h
template-gtgt.h
trigraphs.h
tst_moc.cpp Avoid using QSKIP in lieu of compile-time checks 2011-10-05 06:15:00 +02:00
using-namespaces.h
warn-on-multiple-qobject-subclasses.h Fix moc autotest 2011-09-29 08:55:10 +02:00
warn-on-property-without-read.h
win-newlines.h