diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-02-09 21:31:54 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-10 10:24:09 (GMT) |
commit | 81065ebc4d63c3b724d144394c61d8a04e56b771 (patch) | |
tree | 725f421d9d0c466ae98c0b6f4d403062cb86e08b /tests | |
parent | a7760bd7e24ad28fb617b5634300b31fd2174b20 (diff) | |
download | Qt-81065ebc4d63c3b724d144394c61d8a04e56b771.zip Qt-81065ebc4d63c3b724d144394c61d8a04e56b771.tar.gz Qt-81065ebc4d63c3b724d144394c61d8a04e56b771.tar.bz2 |
test: Mark tst_QMdiSubWindow with insignificant_test on Mac OS X
This test only fails on Mac, so enforcing it on Linux.
Change-Id: I417a6b4fa76d267232f44009c5b8d2622cbe2f7c
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qmdisubwindow/qmdisubwindow.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmdisubwindow/qmdisubwindow.pro b/tests/auto/qmdisubwindow/qmdisubwindow.pro index b2222bf..d319278 100644 --- a/tests/auto/qmdisubwindow/qmdisubwindow.pro +++ b/tests/auto/qmdisubwindow/qmdisubwindow.pro @@ -3,4 +3,4 @@ INCLUDEPATH += . SOURCES += tst_qmdisubwindow.cpp DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII -CONFIG+=insignificant_test # QTQAINFRA-428 +mac:CONFIG+=insignificant_test # QTQAINFRA-428 |