summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkreply
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-11-26 20:08:42 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-12-28 13:29:52 (GMT)
commita8469f14c26b6db70b97578655b22e4b3ec93cfc (patch)
treeca54caec0d7891bafdfe4813036db5f3dcca7f61 /tests/auto/qnetworkreply
parent8c94ee1f77f665d80a0590e7dd003e8089ff353f (diff)
downloadQt-a8469f14c26b6db70b97578655b22e4b3ec93cfc.zip
Qt-a8469f14c26b6db70b97578655b22e4b3ec93cfc.tar.gz
Qt-a8469f14c26b6db70b97578655b22e4b3ec93cfc.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: Id7b2407d0a13c8de19a58badb78fa7c018c9b50a Reviewed-by: Jo Asplin
Diffstat (limited to 'tests/auto/qnetworkreply')
-rw-r--r--tests/auto/qnetworkreply/qnetworkreply.pro2
-rw-r--r--tests/auto/qnetworkreply/test/test.pro2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qnetworkreply/qnetworkreply.pro b/tests/auto/qnetworkreply/qnetworkreply.pro
index 86d3155..7d5c4c1 100644
--- a/tests/auto/qnetworkreply/qnetworkreply.pro
+++ b/tests/auto/qnetworkreply/qnetworkreply.pro
@@ -5,3 +5,5 @@ requires(contains(QT_CONFIG,private_tests))
!wince*:SUBDIRS += echo
symbian: TARGET.CAPABILITY = NetworkServices
+
+CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/qnetworkreply/test/test.pro b/tests/auto/qnetworkreply/test/test.pro
index 5c9bbdd..ce479d0 100644
--- a/tests/auto/qnetworkreply/test/test.pro
+++ b/tests/auto/qnetworkreply/test/test.pro
@@ -34,3 +34,5 @@ symbian:{
TARGET.EPOCHEAPSIZE="0x100 0x1000000"
TARGET.CAPABILITY="ALL -TCB"
}
+
+CONFIG+=insignificant_test # QTQAINFRA-428