diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-01-09 11:04:40 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-09 17:30:00 (GMT) |
commit | 4c2d2b4cde3fef76056e528b87391f62acc8d928 (patch) | |
tree | 8354b4a89a39582845f4e1e949db4cb7c65cc43d /tests/auto/qprocess/test | |
parent | 7143a4542e436ffa537274688f812893da66fc13 (diff) | |
download | Qt-4c2d2b4cde3fef76056e528b87391f62acc8d928.zip Qt-4c2d2b4cde3fef76056e528b87391f62acc8d928.tar.gz Qt-4c2d2b4cde3fef76056e528b87391f62acc8d928.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.
Task-number: QTQAINFRA-428
Change-Id: Idd45b04200182e3673195858ec08d31357dcdfaf
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/qprocess/test')
-rw-r--r-- | tests/auto/qprocess/test/test.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qprocess/test/test.pro b/tests/auto/qprocess/test/test.pro index a91cadd..f2d498e 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 |