summaryrefslogtreecommitdiffstats
path: root/tests/auto/qudpsocket
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-11-26 21:08:42 +0100
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-12-28 14:29:52 +0100
commita8469f14c26b6db70b97578655b22e4b3ec93cfc (patch)
treeca54caec0d7891bafdfe4813036db5f3dcca7f61 /tests/auto/qudpsocket
parent8c94ee1f77f665d80a0590e7dd003e8089ff353f (diff)
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: Id7b2407d0a13c8de19a58badb78fa7c018c9b50a Reviewed-by: Jo Asplin
Diffstat (limited to 'tests/auto/qudpsocket')
-rw-r--r--tests/auto/qudpsocket/qudpsocket.pro2
-rw-r--r--tests/auto/qudpsocket/test/test.pro2
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qudpsocket/qudpsocket.pro b/tests/auto/qudpsocket/qudpsocket.pro
index 4ddb7178a4..8d408431b2 100644
--- a/tests/auto/qudpsocket/qudpsocket.pro
+++ b/tests/auto/qudpsocket/qudpsocket.pro
@@ -1,4 +1,4 @@
TEMPLATE = subdirs
SUBDIRS = test clientserver
-
+CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/qudpsocket/test/test.pro b/tests/auto/qudpsocket/test/test.pro
index b68d30cc94..eeca683d78 100644
--- a/tests/auto/qudpsocket/test/test.pro
+++ b/tests/auto/qudpsocket/test/test.pro
@@ -23,3 +23,5 @@ wince*|symbian: {
TARGET = tst_qudpsocket
symbian: TARGET.CAPABILITY += NetworkServices
+
+CONFIG+=insignificant_test # QTQAINFRA-428