summaryrefslogtreecommitdiffstats
path: root/tests/auto/qprocess
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-01-09 12:04:40 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-09 18:30:00 +0100
commit4c2d2b4cde3fef76056e528b87391f62acc8d928 (patch)
tree8354b4a89a39582845f4e1e949db4cb7c65cc43d /tests/auto/qprocess
parent7143a4542e436ffa537274688f812893da66fc13 (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. Task-number: QTQAINFRA-428 Change-Id: Idd45b04200182e3673195858ec08d31357dcdfaf Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/qprocess')
-rw-r--r--tests/auto/qprocess/test/test.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qprocess/test/test.pro b/tests/auto/qprocess/test/test.pro
index a91caddd2f..f2d498e148 100644
--- a/tests/auto/qprocess/test/test.pro
+++ b/tests/auto/qprocess/test/test.pro
@@ -122,3 +122,5 @@ symbian: {
DEPLOYMENT += binDep
}
+
+mac*:CONFIG+=insignificant_test # QTQAINFRA-428