summaryrefslogtreecommitdiffstats
path: root/tests/auto/qclipboard
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-02-03 21:45:00 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-02-07 06:39:41 (GMT)
commitf0e41ca85ad9f4b5d426a36410a20200c25eea38 (patch)
treebce103b32038d2a42a602e3a7b2f48b3460c1917 /tests/auto/qclipboard
parent15f84271e8eb47a035ad572fb3db81171f354839 (diff)
downloadQt-f0e41ca85ad9f4b5d426a36410a20200c25eea38.zip
Qt-f0e41ca85ad9f4b5d426a36410a20200c25eea38.tar.gz
Qt-f0e41ca85ad9f4b5d426a36410a20200c25eea38.tar.bz2
tests: allow unstable tests to be marked with CONFIG+=insignificant_test
Marking a test with CONFIG+=insignificant_test will cause the exit code of the test to be discarded during `make check'. This is intended to be used for tests which are valuable to run, but are known to be unstable and are not feasible to immediately fix. Change-Id: Ie3afe664e3a91c2d1f9ca03c2f39f8f9c5aa6edc Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qclipboard')
-rw-r--r--tests/auto/qclipboard/test/test.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qclipboard/test/test.pro b/tests/auto/qclipboard/test/test.pro
index 2e8f6db..c15162c 100644
--- a/tests/auto/qclipboard/test/test.pro
+++ b/tests/auto/qclipboard/test/test.pro
@@ -30,3 +30,5 @@ wince*|symbian: {
DEPLOYMENT += copier paster rsc reg_resource
}
+
+win32:CONFIG+=insignificant_test # QTQAINFRA-428