From ad916301325629ce65992a14d65807154324b4cd Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Sat, 21 Apr 2012 01:26:31 +1000 Subject: Start running disabled tests again. Start running the tests as insignificant tests. This will allow the CI system to collect sufficient data for analysis of which tests are failing and/or unstable. Change-Id: Ib7f34a65939e403aee3d6f5ed5aafc37d8d90264 Reviewed-by: Alan Alpert --- tests/auto/declarative/declarative.pro | 32 ---------------------- .../qdeclarativeanimatedimage.pro | 1 + .../qdeclarativeapplication.pro | 2 ++ .../qdeclarativeconnection.pro | 1 + .../qdeclarativedebug/qdeclarativedebug.pro | 1 + .../qdeclarativedebugclient.pro | 2 ++ .../qdeclarativedebugservice.pro | 1 + .../qdeclarativeecmascript.pro | 1 + .../qdeclarativeflickable.pro | 1 + .../qdeclarativefolderlistmodel.pro | 2 ++ .../qdeclarativegridview/qdeclarativegridview.pro | 1 + .../qdeclarativeitem/qdeclarativeitem.pro | 1 + .../qdeclarativelanguage/qdeclarativelanguage.pro | 2 ++ .../qdeclarativelistmodel.pro | 1 + .../qdeclarativelistview/qdeclarativelistview.pro | 2 ++ .../qdeclarativeloader/qdeclarativeloader.pro | 1 + .../qdeclarativeparticles.pro | 1 + .../qdeclarativepathview/qdeclarativepathview.pro | 1 + .../declarative/qdeclarativeqt/qdeclarativeqt.pro | 1 + .../qdeclarativerepeater/qdeclarativerepeater.pro | 2 ++ .../qdeclarativevaluetypes.pro | 1 + .../qdeclarativeviewer/qdeclarativeviewer.pro | 2 ++ .../qdeclarativeworkerscript.pro | 1 + .../qdeclarativexmllistmodel.pro | 1 + .../qmlshadersplugin/qmlshadersplugin.pro | 2 ++ 25 files changed, 32 insertions(+), 32 deletions(-) (limited to 'tests/auto') diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index e1d6bb94..27da248e 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -84,35 +84,3 @@ contains(QT_CONFIG, opengl): SUBDIRS += qmlshadersplugin # Tests which should run in Pulse PULSE_TESTS = $$SUBDIRS - -# XXX: These tests are failing on some platform(s) - they need to be fixed after -# the module is added to Qt -examples.CONFIG += no_check_target -qmlshadersplugin.CONFIG += no_check_target -qdeclarativeanimatedimage.CONFIG += no_check_target -qdeclarativeapplication.CONFIG += no_check_target -qdeclarativeconnection.CONFIG += no_check_target -qdeclarativedebug.CONFIG += no_check_target -qdeclarativedebugclient.CONFIG += no_check_target -qdeclarativedebugservice.CONFIG += no_check_target -qdeclarativedebugjs.CONFIG += no_check_target -qdeclarativeecmascript.CONFIG += no_check_target -qdeclarativeflickable.CONFIG += no_check_target -qdeclarativefolderlistmodel.CONFIG += no_check_target -qdeclarativegridview.CONFIG += no_check_target -qdeclarativeimage.CONFIG += no_check_target -qdeclarativeitem.CONFIG += no_check_target -qdeclarativelanguage.CONFIG += no_check_target -qdeclarativelistmodel.CONFIG += no_check_target -qdeclarativelistview.CONFIG += no_check_target -qdeclarativeloader.CONFIG += no_check_target -qdeclarativeparticles.CONFIG += no_check_target -qdeclarativepathview.CONFIG += no_check_target -qdeclarativeqt.CONFIG += no_check_target -qdeclarativerepeater.CONFIG += no_check_target -qdeclarativevaluetypes.CONFIG += no_check_target -qdeclarativeviewer.CONFIG += no_check_target -qdeclarativeworkerscript.CONFIG += no_check_target -qdeclarativexmlhttprequest.CONFIG += no_check_target -qdeclarativexmllistmodel.CONFIG += no_check_target -qmlvisual.CONFIG += no_check_target diff --git a/tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro b/tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro index dac21171..f94c4cd6 100644 --- a/tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro +++ b/tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro @@ -11,3 +11,4 @@ include(../shared/qdeclarativedatatest.pri) CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro b/tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro index aff3d64a..b762b249 100644 --- a/tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro +++ b/tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro @@ -6,3 +6,5 @@ contains(QT_CONFIG,quick1): QT += quick1 gui widgets macx:CONFIG -= app_bundle SOURCES += tst_qdeclarativeapplication.cpp + +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativeconnection/qdeclarativeconnection.pro b/tests/auto/declarative/qdeclarativeconnection/qdeclarativeconnection.pro index c38b80c8..2c7dea0b 100644 --- a/tests/auto/declarative/qdeclarativeconnection/qdeclarativeconnection.pro +++ b/tests/auto/declarative/qdeclarativeconnection/qdeclarativeconnection.pro @@ -17,3 +17,4 @@ symbian: { CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro b/tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro index eec3c9c8..6e33e3d5 100644 --- a/tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro +++ b/tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro @@ -11,3 +11,4 @@ SOURCES += tst_qdeclarativedebug.cpp \ CONFIG += parallel_test declarative_debug +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro b/tests/auto/declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro index 54228dcb..fdcaf8df 100644 --- a/tests/auto/declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro +++ b/tests/auto/declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro @@ -10,3 +10,5 @@ SOURCES += tst_qdeclarativedebugclient.cpp \ ../shared/debugutil.cpp CONFIG += declarative_debug + +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativedebugservice/qdeclarativedebugservice.pro b/tests/auto/declarative/qdeclarativedebugservice/qdeclarativedebugservice.pro index 3041cb96..0afe1c15 100644 --- a/tests/auto/declarative/qdeclarativedebugservice/qdeclarativedebugservice.pro +++ b/tests/auto/declarative/qdeclarativedebugservice/qdeclarativedebugservice.pro @@ -11,3 +11,4 @@ SOURCES += tst_qdeclarativedebugservice.cpp \ CONFIG += parallel_test declarative_debug +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro b/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro index 39435719..b172cb93 100644 --- a/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro +++ b/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro @@ -19,3 +19,4 @@ include(../shared/qdeclarativedatatest.pri) CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro b/tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro index cfa1c50d..6e2baf59 100644 --- a/tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro +++ b/tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro @@ -17,3 +17,4 @@ symbian: { CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativefolderlistmodel/qdeclarativefolderlistmodel.pro b/tests/auto/declarative/qdeclarativefolderlistmodel/qdeclarativefolderlistmodel.pro index ce5f5087..a2acbbc4 100644 --- a/tests/auto/declarative/qdeclarativefolderlistmodel/qdeclarativefolderlistmodel.pro +++ b/tests/auto/declarative/qdeclarativefolderlistmodel/qdeclarativefolderlistmodel.pro @@ -16,3 +16,5 @@ symbian: { } CONFIG += parallel_test + +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativegridview/qdeclarativegridview.pro b/tests/auto/declarative/qdeclarativegridview/qdeclarativegridview.pro index 4d86f271..6ca4f801 100644 --- a/tests/auto/declarative/qdeclarativegridview/qdeclarativegridview.pro +++ b/tests/auto/declarative/qdeclarativegridview/qdeclarativegridview.pro @@ -17,3 +17,4 @@ symbian: { CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativeitem/qdeclarativeitem.pro b/tests/auto/declarative/qdeclarativeitem/qdeclarativeitem.pro index 46208178..801f2115 100644 --- a/tests/auto/declarative/qdeclarativeitem/qdeclarativeitem.pro +++ b/tests/auto/declarative/qdeclarativeitem/qdeclarativeitem.pro @@ -17,3 +17,4 @@ symbian: { CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativelanguage/qdeclarativelanguage.pro b/tests/auto/declarative/qdeclarativelanguage/qdeclarativelanguage.pro index 5ae75462..c042548c 100644 --- a/tests/auto/declarative/qdeclarativelanguage/qdeclarativelanguage.pro +++ b/tests/auto/declarative/qdeclarativelanguage/qdeclarativelanguage.pro @@ -16,3 +16,5 @@ SOURCES += ../shared/testhttpserver.cpp include(../shared/qdeclarativedatatest.pri) CONFIG += parallel_test + +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativelistmodel/qdeclarativelistmodel.pro b/tests/auto/declarative/qdeclarativelistmodel/qdeclarativelistmodel.pro index 9c27e63d..7cd52b69 100644 --- a/tests/auto/declarative/qdeclarativelistmodel/qdeclarativelistmodel.pro +++ b/tests/auto/declarative/qdeclarativelistmodel/qdeclarativelistmodel.pro @@ -18,3 +18,4 @@ symbian: { CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativelistview/qdeclarativelistview.pro b/tests/auto/declarative/qdeclarativelistview/qdeclarativelistview.pro index 74525deb..5a5d19c4 100644 --- a/tests/auto/declarative/qdeclarativelistview/qdeclarativelistview.pro +++ b/tests/auto/declarative/qdeclarativelistview/qdeclarativelistview.pro @@ -17,3 +17,5 @@ symbian: { } CONFIG += parallel_test + +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativeloader/qdeclarativeloader.pro b/tests/auto/declarative/qdeclarativeloader/qdeclarativeloader.pro index 6d37ce06..45b5747c 100644 --- a/tests/auto/declarative/qdeclarativeloader/qdeclarativeloader.pro +++ b/tests/auto/declarative/qdeclarativeloader/qdeclarativeloader.pro @@ -13,3 +13,4 @@ include(../shared/qdeclarativedatatest.pri) CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativeparticles/qdeclarativeparticles.pro b/tests/auto/declarative/qdeclarativeparticles/qdeclarativeparticles.pro index 3b43ef62..fb74ec7b 100644 --- a/tests/auto/declarative/qdeclarativeparticles/qdeclarativeparticles.pro +++ b/tests/auto/declarative/qdeclarativeparticles/qdeclarativeparticles.pro @@ -17,3 +17,4 @@ symbian: { CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativepathview/qdeclarativepathview.pro b/tests/auto/declarative/qdeclarativepathview/qdeclarativepathview.pro index e4cccef0..bcd6710d 100644 --- a/tests/auto/declarative/qdeclarativepathview/qdeclarativepathview.pro +++ b/tests/auto/declarative/qdeclarativepathview/qdeclarativepathview.pro @@ -17,3 +17,4 @@ symbian: { CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativeqt/qdeclarativeqt.pro b/tests/auto/declarative/qdeclarativeqt/qdeclarativeqt.pro index 9442f672..e4236036 100644 --- a/tests/auto/declarative/qdeclarativeqt/qdeclarativeqt.pro +++ b/tests/auto/declarative/qdeclarativeqt/qdeclarativeqt.pro @@ -13,3 +13,4 @@ include(../shared/qdeclarativedatatest.pri) CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro b/tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro index 45a77c61..f2377b35 100644 --- a/tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro +++ b/tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro @@ -10,3 +10,5 @@ SOURCES += tst_qdeclarativerepeater.cpp include(../shared/qdeclarativedatatest.pri) CONFIG += parallel_test + +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativevaluetypes/qdeclarativevaluetypes.pro b/tests/auto/declarative/qdeclarativevaluetypes/qdeclarativevaluetypes.pro index ff64bb25..778ab424 100644 --- a/tests/auto/declarative/qdeclarativevaluetypes/qdeclarativevaluetypes.pro +++ b/tests/auto/declarative/qdeclarativevaluetypes/qdeclarativevaluetypes.pro @@ -14,3 +14,4 @@ include(../shared/qdeclarativedatatest.pri) CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativeviewer/qdeclarativeviewer.pro b/tests/auto/declarative/qdeclarativeviewer/qdeclarativeviewer.pro index a059fa39..059899ea 100644 --- a/tests/auto/declarative/qdeclarativeviewer/qdeclarativeviewer.pro +++ b/tests/auto/declarative/qdeclarativeviewer/qdeclarativeviewer.pro @@ -20,3 +20,5 @@ symbian: { } CONFIG += parallel_test + +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativeworkerscript/qdeclarativeworkerscript.pro b/tests/auto/declarative/qdeclarativeworkerscript/qdeclarativeworkerscript.pro index 3015d3d8..fe8d5068 100644 --- a/tests/auto/declarative/qdeclarativeworkerscript/qdeclarativeworkerscript.pro +++ b/tests/auto/declarative/qdeclarativeworkerscript/qdeclarativeworkerscript.pro @@ -11,3 +11,4 @@ include(../shared/qdeclarativedatatest.pri) CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qdeclarativexmllistmodel/qdeclarativexmllistmodel.pro b/tests/auto/declarative/qdeclarativexmllistmodel/qdeclarativexmllistmodel.pro index b212b083..292923af 100644 --- a/tests/auto/declarative/qdeclarativexmllistmodel/qdeclarativexmllistmodel.pro +++ b/tests/auto/declarative/qdeclarativexmllistmodel/qdeclarativexmllistmodel.pro @@ -17,3 +17,4 @@ symbian: { CONFIG += parallel_test +CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/declarative/qmlshadersplugin/qmlshadersplugin.pro b/tests/auto/declarative/qmlshadersplugin/qmlshadersplugin.pro index 252d8553..ba586346 100644 --- a/tests/auto/declarative/qmlshadersplugin/qmlshadersplugin.pro +++ b/tests/auto/declarative/qmlshadersplugin/qmlshadersplugin.pro @@ -20,3 +20,5 @@ HEADERS += \ ../../../../src/imports/shaders/scenegraph/qsggeometry.h include(../shared/qdeclarativedatatest.pri) + +CONFIG+=insignificant_test # QTQAINFRA-428 -- cgit v1.2.3