Re-enabled tests
authorJo Asplin <jo.asplin@nokia.com>
Tue, 25 Oct 2011 13:39:20 +0000 (15:39 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 26 Oct 2011 00:58:36 +0000 (02:58 +0200)
This commit re-enables tests that are assumed to be ok by now, since they:
- Have been passing in CI for a long time recently (more precisely, not failed once in pulse run range 730-829).
- Did not have any known issues associated with them.

Note that not all of these tests were disabled as a result of QTBUG-21402.

Task-number: QTBUG-21402
Change-Id: I80bbf8b351bd9165aa968e98f4dc17e8be6bc7c3
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
14 files changed:
tests/auto/corelib/io/qdiriterator/qdiriterator.pro
tests/auto/corelib/io/qfilesystemwatcher/qfilesystemwatcher.pro
tests/auto/corelib/io/qresourceengine/qresourceengine.pro
tests/auto/gui/painting/qprinterinfo/qprinterinfo.pro
tests/auto/integrationtests/gestures/gestures.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/widgets/kernel/qapplication/test/test.pro
tests/auto/widgets/kernel/qtooltip/qtooltip.pro
tests/auto/widgets/widgets/qdockwidget/qdockwidget.pro
tests/auto/widgets/widgets/qfontcombobox/qfontcombobox.pro
tests/auto/widgets/widgets/qscrollbar/qscrollbar.pro
tests/auto/widgets/widgets/qtabwidget/qtabwidget.pro

index ec9065b..ea0789a 100644 (file)
@@ -7,4 +7,3 @@ QT = core testlib
 wince*mips*|wincewm50smart-msvc200*: DEFINES += WINCE_BROKEN_ITERATE=1
 
 CONFIG += parallel_test
-CONFIG += insignificant_test # QTBUG-21160
index b7ba6d2..aa1e37f 100644 (file)
@@ -4,4 +4,3 @@ SOURCES += tst_qfilesystemwatcher.cpp
 QT = core testlib
 
 CONFIG += parallel_test
-CONFIG += insignificant_test
index e8c6f36..9ed11df 100644 (file)
@@ -40,4 +40,3 @@ wince* {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
 }
 CONFIG += parallel_test
-CONFIG += insignificant_test # QTBUG-21159
index 6c89d64..f397f48 100644 (file)
@@ -5,5 +5,3 @@ SOURCES  += tst_qprinterinfo.cpp
 QT += printsupport network testlib
 
 DEFINES += QT_USE_USING_NAMESPACE
-
-CONFIG += insignificant_test # QTBUG-21402
index 0642a1a..0ec0435 100644 (file)
@@ -2,5 +2,3 @@ CONFIG += testcase
 TARGET = tst_gestures
 QT += widgets testlib
 SOURCES  += tst_gestures.cpp
-
-CONFIG += insignificant_test # QTBUG-21402
index 4b4f5c9..ad55a42 100644 (file)
@@ -20,5 +20,3 @@ maemo6|maemo5 {
 
     PKGCONFIG += conninet
 }
-
-CONFIG += insignificant_test # QTBUG-21402
index be0ac1f..4daa996 100644 (file)
@@ -25,5 +25,3 @@ win32 {
 QT = core network testlib
 
 MOC_DIR=tmp
-
-CONFIG += insignificant_test # QTBUG-21402
index afad966..cc24add 100644 (file)
@@ -33,5 +33,3 @@ wince* {
 }
 
 requires(contains(QT_CONFIG,private_tests))
-
-CONFIG += insignificant_test # QTBUG-21402
index 1118f7f..db9d59b 100644 (file)
@@ -23,5 +23,3 @@ win32 {
 }
 
 mac*:CONFIG+=insignificant_test
-
-CONFIG += insignificant_test # QTBUG-21402
index d653fe5..6e5dd73 100644 (file)
@@ -2,5 +2,3 @@ CONFIG += testcase
 TARGET = tst_qtooltip
 QT += widgets testlib
 SOURCES += tst_qtooltip.cpp
-
-CONFIG += insignificant_test # QTBUG-21402
index b55edb0..5c1ef52 100644 (file)
@@ -4,5 +4,3 @@ QT += widgets widgets-private testlib
 QT += core-private gui-private
 
 SOURCES += tst_qdockwidget.cpp
-
-CONFIG += insignificant_test # QTBUG-21402
index 942c6b4..418789a 100644 (file)
@@ -2,5 +2,3 @@ CONFIG += testcase
 TARGET = tst_qfontcombobox
 QT += widgets testlib
 SOURCES  += tst_qfontcombobox.cpp
-
-CONFIG += insignificant_test # QTBUG-21402
index 36e7e09..e9436ec 100644 (file)
@@ -4,4 +4,3 @@ QT += widgets testlib
 SOURCES += tst_qscrollbar.cpp
 
 mac*:CONFIG+=insignificant_test
-CONFIG += insignificant_test # QTBUG-21402
index bbc6e3c..72956a6 100644 (file)
@@ -9,5 +9,3 @@ HEADERS +=
 SOURCES += tst_qtabwidget.cpp
 
 win32:!wince*:LIBS += -luser32
-
-CONFIG+=insignificant_test