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/qitemdelegate | |
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/qitemdelegate')
-rw-r--r-- | tests/auto/qitemdelegate/qitemdelegate.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qitemdelegate/qitemdelegate.pro b/tests/auto/qitemdelegate/qitemdelegate.pro index 90fb32c..3682e1e 100644 --- a/tests/auto/qitemdelegate/qitemdelegate.pro +++ b/tests/auto/qitemdelegate/qitemdelegate.pro @@ -6,3 +6,4 @@ SOURCES += tst_qitemdelegate.cpp win32:!wince*: LIBS += -lUser32 +CONFIG+=insignificant_test # QTQAINFRA-428 |