Re-enabled tests

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>
This commit is contained in:
Jo Asplin 2011-10-25 15:39:20 +02:00 committed by Qt by Nokia
parent 2dd6745306
commit 1b345e8655
14 changed files with 0 additions and 24 deletions

View 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

View File

@ -4,4 +4,3 @@ SOURCES += tst_qfilesystemwatcher.cpp
QT = core testlib
CONFIG += parallel_test
CONFIG += insignificant_test

View File

@ -40,4 +40,3 @@ wince* {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
CONFIG += parallel_test
CONFIG += insignificant_test # QTBUG-21159

View File

@ -5,5 +5,3 @@ SOURCES += tst_qprinterinfo.cpp
QT += printsupport network testlib
DEFINES += QT_USE_USING_NAMESPACE
CONFIG += insignificant_test # QTBUG-21402

View File

@ -2,5 +2,3 @@ CONFIG += testcase
TARGET = tst_gestures
QT += widgets testlib
SOURCES += tst_gestures.cpp
CONFIG += insignificant_test # QTBUG-21402

View File

@ -20,5 +20,3 @@ maemo6|maemo5 {
PKGCONFIG += conninet
}
CONFIG += insignificant_test # QTBUG-21402

View File

@ -25,5 +25,3 @@ win32 {
QT = core network testlib
MOC_DIR=tmp
CONFIG += insignificant_test # QTBUG-21402

View File

@ -33,5 +33,3 @@ wince* {
}
requires(contains(QT_CONFIG,private_tests))
CONFIG += insignificant_test # QTBUG-21402

View File

@ -23,5 +23,3 @@ win32 {
}
mac*:CONFIG+=insignificant_test
CONFIG += insignificant_test # QTBUG-21402

View File

@ -2,5 +2,3 @@ CONFIG += testcase
TARGET = tst_qtooltip
QT += widgets testlib
SOURCES += tst_qtooltip.cpp
CONFIG += insignificant_test # QTBUG-21402

View File

@ -4,5 +4,3 @@ QT += widgets widgets-private testlib
QT += core-private gui-private
SOURCES += tst_qdockwidget.cpp
CONFIG += insignificant_test # QTBUG-21402

View File

@ -2,5 +2,3 @@ CONFIG += testcase
TARGET = tst_qfontcombobox
QT += widgets testlib
SOURCES += tst_qfontcombobox.cpp
CONFIG += insignificant_test # QTBUG-21402

View File

@ -4,4 +4,3 @@ QT += widgets testlib
SOURCES += tst_qscrollbar.cpp
mac*:CONFIG+=insignificant_test
CONFIG += insignificant_test # QTBUG-21402

View File

@ -9,5 +9,3 @@ HEADERS +=
SOURCES += tst_qtabwidget.cpp
win32:!wince*:LIBS += -luser32
CONFIG+=insignificant_test