Disabled tests for refactor->master integration
authorJo Asplin <jo.asplin@nokia.com>
Mon, 12 Sep 2011 13:17:30 +0000 (15:17 +0200)
committerGunnar Sletta <gunnar.sletta@nokia.com>
Tue, 13 Sep 2011 06:25:05 +0000 (08:25 +0200)
This change disables failing tests to increase the
likelihood that 'make check' terminates with a zero
exit status. This is done to prevent the CI system
from blocking further commits once qtbase#refactor
is merged into qtbase#master.

Failing tests are marked as insignificant (by putting
'CONFIG += insignificant_test' in the .pro file).

Note: This is a temporary measure that needs to be cleaned up
once the refactor->master integration is complete.
Ideally all disabled tests need to be enabled and passing.
All changes will be marked by the string QTBUG-21402 in a comment
for easy location.

Task-number: QTBUG-21402
Change-Id: Ic4400671671f6d9b75b106a6aa4755b20e74378d
Reviewed-on: http://codereview.qt-project.org/4678
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
36 files changed:
tests/auto/corelib/io/qfile/test/test.pro
tests/auto/corelib/plugin/qpluginloader/tst/tst.pro
tests/auto/corelib/tools/qsharedpointer/qsharedpointer.pro
tests/auto/gestures/gestures.pro
tests/auto/gui/image/qicon/qicon.pro
tests/auto/gui/image/qpixmap/qpixmap.pro
tests/auto/gui/painting/qpathclipper/qpathclipper.pro
tests/auto/gui/painting/qprinter/qprinter.pro
tests/auto/gui/painting/qprinterinfo/qprinterinfo.pro
tests/auto/gui/text/qrawfont/qrawfont.pro
tests/auto/lancelot/lancelot.pro
tests/auto/languagechange/languagechange.pro
tests/auto/network/bearer/qnetworksession/test/test.pro
tests/auto/network/socket/qtcpserver/test/test.pro
tests/auto/network/ssl/qsslsocket/qsslsocket.pro
tests/auto/other/maketestselftest/test/test.pro
tests/auto/qabstractitemview/qabstractitemview.pro
tests/auto/qabstractprintdialog/qabstractprintdialog.pro
tests/auto/qapplication/test/test.pro
tests/auto/qcombobox/qcombobox.pro
tests/auto/qcomplextext/qcomplextext.pro
tests/auto/qdialog/qdialog.pro
tests/auto/qdockwidget/qdockwidget.pro
tests/auto/qdoublespinbox/qdoublespinbox.pro
tests/auto/qfontcombobox/qfontcombobox.pro
tests/auto/qinputcontext/qinputcontext.pro
tests/auto/qlabel/qlabel.pro
tests/auto/qlineedit/qlineedit.pro
tests/auto/qscrollbar/qscrollbar.pro
tests/auto/qtooltip/qtooltip.pro
tests/auto/qtreewidget/qtreewidget.pro
tests/auto/testlib/selftests/test/test.pro
tests/auto/tools/moc/moc.pro
tests/auto/tools/qmake/qmake.pro
tests/auto/tools/uic/uic.pro
tests/auto/v8/v8.pro

index f4ec12f..4117d3f 100644 (file)
@@ -42,3 +42,4 @@ symbian {
 }
 
 mac*:CONFIG+=insignificant_test
+CONFIG += insignificant_test # QTBUG-21402
index 7ae6d89..98de004 100644 (file)
@@ -30,3 +30,5 @@ symbian: {
 
 DEFINES += SRCDIR=\\\"$$PWD/../\\\"
 mac*:CONFIG+=insignificant_test
+
+CONFIG += insignificant_test # QTBUG-21402
index 014006e..fc791f4 100644 (file)
@@ -13,3 +13,5 @@ QT = core
 
 include(externaltests.pri)
 CONFIG += parallel_test
+
+CONFIG += insignificant_test # QTBUG-21402
index 538e4f5..43ae4a3 100644 (file)
@@ -2,5 +2,4 @@ load(qttest_p4)
 QT += widgets
 SOURCES  += tst_gestures.cpp
 
-
-
+CONFIG += insignificant_test # QTBUG-21402
index cc87fae..5ce4fd4 100644 (file)
@@ -28,3 +28,5 @@ wince* {
 } else {
    DEFINES += SRCDIR=\\\"$$PWD\\\"
 }
+
+CONFIG += insignificant_test # QTBUG-21402
index fe156d5..bcd6589 100644 (file)
@@ -31,3 +31,5 @@ wince*: {
 }
 
 RESOURCES += qpixmap.qrc
+
+CONFIG += insignificant_test # QTBUG-21402
index 2becd7d..85f4a58 100644 (file)
@@ -8,4 +8,4 @@ requires(contains(QT_CONFIG,private_tests))
 
 unix:!mac:!symbian:LIBS+=-lm
 
-
+CONFIG += insignificant_test # QTBUG-21402
index cbe4ad7..da02bdd 100644 (file)
@@ -3,3 +3,4 @@ QT += printsupport widgets
 SOURCES  += tst_qprinter.cpp
 
 mac*:CONFIG+=insignificant_test
+CONFIG += insignificant_test # QTBUG-21402
index 1bf799d..8c96e2d 100644 (file)
@@ -5,3 +5,4 @@ QT += printsupport network
 
 DEFINES += QT_USE_USING_NAMESPACE
 
+CONFIG += insignificant_test # QTBUG-21402
index 1f73055..1c08299 100644 (file)
@@ -12,3 +12,5 @@ wince*|symbian*: {
 } else {
     DEFINES += SRCDIR=\\\"$$PWD/\\\"
 }
+
+CONFIG += insignificant_test # QTBUG-21402
index 0b3901f..8cb6ce0 100644 (file)
@@ -11,3 +11,5 @@ include($$PWD/../../baselineserver/shared/qbaselinetest.pri)
 
 !symbian:!wince*:DEFINES += SRCDIR=\\\"$$PWD\\\"
 linux-g++-maemo:DEFINES += USE_RUNTIME_DIR
+
+CONFIG += insignificant_test # QTBUG-21402
index cc91fc2..c51c42e 100644 (file)
@@ -2,3 +2,4 @@ load(qttest_p4)
 QT += widgets core-private
 SOURCES += tst_languagechange.cpp
 
+CONFIG += insignificant_test # QTBUG-21402
index bfffe90..fff5770 100644 (file)
@@ -24,3 +24,5 @@ maemo6|maemo5 {
 
     PKGCONFIG += conninet
 }
+
+CONFIG += insignificant_test # QTBUG-21402
index 65e1d82..63e2d0a 100644 (file)
@@ -33,5 +33,4 @@ QT = core network
 
 MOC_DIR=tmp
 
-
-
+CONFIG += insignificant_test # QTBUG-21402
index 1f5c7f6..f19b724 100644 (file)
@@ -46,3 +46,5 @@ wince* {
 }
 
 requires(contains(QT_CONFIG,private_tests))
+
+CONFIG += insignificant_test # QTBUG-21402
index e6c2d84..cae8ca0 100644 (file)
@@ -2,4 +2,4 @@ load(qttest_p4)
 QT += widgets
 SOURCES         += tst_qabstractitemview.cpp
 
-
+CONFIG += insignificant_test # QTBUG-21402
index faf0961..fb72bbf 100644 (file)
@@ -6,4 +6,4 @@ load(qttest_p4)
 QT += widgets printsupport
 SOURCES += tst_qabstractprintdialog.cpp
 
-
+CONFIG += insignificant_test # QTBUG-21402
index bb9e0ec..e97982d 100644 (file)
@@ -33,3 +33,5 @@ win32 {
 }
 
 mac*:CONFIG+=insignificant_test
+
+CONFIG += insignificant_test # QTBUG-21402
index c3da909..18b2826 100644 (file)
@@ -2,3 +2,4 @@ load(qttest_p4)
 QT += widgets widgets-private gui-private core-private
 SOURCES  += tst_qcombobox.cpp
 
+CONFIG += insignificant_test # QTBUG-21402
index 725594c..b3d8308 100644 (file)
@@ -4,4 +4,4 @@ QT += core-private gui-private
 SOURCES  += tst_qcomplextext.cpp
 INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
 
-
+CONFIG += insignificant_test # QTBUG-21402
index 7c4defa..a3596b6 100644 (file)
@@ -1,3 +1,5 @@
 load(qttest_p4)
 QT += widgets
 SOURCES += tst_qdialog.cpp
+
+CONFIG += insignificant_test # QTBUG-21402
index 6409ac6..e597282 100644 (file)
@@ -4,5 +4,4 @@ QT += core-private gui-private
 
 SOURCES += tst_qdockwidget.cpp
 
-
-
+CONFIG += insignificant_test # QTBUG-21402
index 6f2b8b2..ff0eb2e 100644 (file)
@@ -2,5 +2,4 @@ load(qttest_p4)
 QT += widgets
 SOURCES  += tst_qdoublespinbox.cpp
 
-
-
+CONFIG += insignificant_test # QTBUG-21402
index 9e984e0..7faa0e3 100644 (file)
@@ -2,4 +2,4 @@ load(qttest_p4)
 QT += widgets
 SOURCES  += tst_qfontcombobox.cpp
 
-
+CONFIG += insignificant_test # QTBUG-21402
index 7d85446..8dedc85 100644 (file)
@@ -7,3 +7,5 @@ symbian {
 }
 
 mac*:CONFIG+=insignificant_test
+
+CONFIG += insignificant_test # QTBUG-21402
index 6e9229f..c670a6f 100644 (file)
@@ -12,3 +12,5 @@ wince*|symbian {
     addFiles.path = .
     DEPLOYMENT += addFiles
 }
+
+CONFIG += insignificant_test # QTBUG-21402
index 9a9cb2b..077b7c9 100644 (file)
@@ -1,3 +1,5 @@
 load(qttest_p4)
 QT += widgets
 SOURCES  += tst_qlineedit.cpp
+
+CONFIG += insignificant_test # QTBUG-21402
index 75035db..2628554 100644 (file)
@@ -2,5 +2,5 @@ load(qttest_p4)
 QT += widgets
 SOURCES += tst_qscrollbar.cpp
 
-
 mac*:CONFIG+=insignificant_test
+CONFIG += insignificant_test # QTBUG-21402
index 4a78dfd..4da8917 100644 (file)
@@ -1,3 +1,5 @@
 load(qttest_p4)
 QT += widgets
 SOURCES += tst_qtooltip.cpp
+
+CONFIG += insignificant_test # QTBUG-21402
index 5668be1..a9c7ce6 100644 (file)
@@ -2,4 +2,4 @@ load(qttest_p4)
 QT += widgets
 SOURCES  += tst_qtreewidget.cpp
 
-
+CONFIG += insignificant_test # QTBUG-21402
index f0e0f75..af3370b 100644 (file)
@@ -14,4 +14,4 @@ win32 {
 
 RESOURCES += ../selftests.qrc
 
-
+CONFIG += insignificant_test # QTBUG-21402
index 056c6b0..f91c2f5 100644 (file)
@@ -26,3 +26,4 @@ contains(QT_CONFIG, dbus){
     QT += dbus
 }
 
+CONFIG += insignificant_test # QTBUG-21402
index d0faa87..40cf5a8 100644 (file)
@@ -5,4 +5,4 @@ QT -= gui
 
 cross_compile: DEFINES += QMAKE_CROSS_COMPILED
 
-
+CONFIG += insignificant_test # QTBUG-21402
index 0045015..37c9a1e 100644 (file)
@@ -5,3 +5,5 @@ TARGET = tst_uic
 
 # This test is not run on wince (I think)
 DEFINES += SRCDIR=\\\"$$PWD/\\\"
+
+CONFIG += insignificant_test # QTBUG-21402
index feda53b..599aeef 100644 (file)
@@ -7,3 +7,5 @@ HEADERS += v8test.h
 CONFIG += parallel_test
 
 QT += v8-private
+
+CONFIG += insignificant_test # QTBUG-21402