From eff98a7784a314062a8137b96ce93b155b5a22b8 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 22 May 2012 08:45:27 +1000 Subject: Removed CONFIG+=parallel_test from suspected parallel-unsafe tests These tests have failed a parallel stress test and may contribute to instability in test runs. Change-Id: I8d82e9df7df6cac374b8b2eda43de8e96b676972 Reviewed-by: Michael Brasser --- tests/auto/qml/debugger/qdebugmessageservice/qdebugmessageservice.pro | 2 -- tests/auto/qml/debugger/qqmldebugservice/qqmldebugservice.pro | 2 -- .../auto/qml/debugger/qqmlenginedebugservice/qqmlenginedebugservice.pro | 2 -- tests/auto/qml/debugger/qqmlinspector/qqmlinspector.pro | 2 -- tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro | 2 -- tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro | 2 -- tests/auto/qml/qqmlcomponent/qqmlcomponent.pro | 2 -- tests/auto/qml/qqmlecmascript/qqmlecmascript.pro | 1 - tests/auto/qml/qqmlengine/qqmlengine.pro | 2 -- tests/auto/qml/qqmllanguage/qqmllanguage.pro | 1 - tests/auto/qml/qqmlsqldatabase/qqmlsqldatabase.pro | 2 -- tests/auto/qml/qqmlxmlhttprequest/qqmlxmlhttprequest.pro | 2 -- .../qml/qquicklistmodelworkerscript/qquicklistmodelworkerscript.pro | 2 -- 13 files changed, 24 deletions(-) (limited to 'tests/auto/qml') diff --git a/tests/auto/qml/debugger/qdebugmessageservice/qdebugmessageservice.pro b/tests/auto/qml/debugger/qdebugmessageservice/qdebugmessageservice.pro index 64f7274f6f..d8963dd138 100644 --- a/tests/auto/qml/debugger/qdebugmessageservice/qdebugmessageservice.pro +++ b/tests/auto/qml/debugger/qdebugmessageservice/qdebugmessageservice.pro @@ -11,6 +11,4 @@ include(../shared/debugutil.pri) TESTDATA = data/* -CONFIG += parallel_test - OTHER_FILES += data/test.qml diff --git a/tests/auto/qml/debugger/qqmldebugservice/qqmldebugservice.pro b/tests/auto/qml/debugger/qqmldebugservice/qqmldebugservice.pro index 39d9903e1c..f175c9fc74 100644 --- a/tests/auto/qml/debugger/qqmldebugservice/qqmldebugservice.pro +++ b/tests/auto/qml/debugger/qqmldebugservice/qqmldebugservice.pro @@ -11,8 +11,6 @@ INCLUDEPATH += ../shared include(../../../shared/util.pri) include(../shared/debugutil.pri) -CONFIG += parallel_test - DEFINES += QT_QML_DEBUG_NO_WARNING QT += qml-private testlib diff --git a/tests/auto/qml/debugger/qqmlenginedebugservice/qqmlenginedebugservice.pro b/tests/auto/qml/debugger/qqmlenginedebugservice/qqmlenginedebugservice.pro index c48ddcc1e7..983fdb338e 100644 --- a/tests/auto/qml/debugger/qqmlenginedebugservice/qqmlenginedebugservice.pro +++ b/tests/auto/qml/debugger/qqmlenginedebugservice/qqmlenginedebugservice.pro @@ -13,8 +13,6 @@ INCLUDEPATH += ../shared include(../../../shared/util.pri) include(../shared/debugutil.pri) -CONFIG += parallel_test - DEFINES += QT_QML_DEBUG_NO_WARNING QT += core-private qml-private quick-private v8-private testlib diff --git a/tests/auto/qml/debugger/qqmlinspector/qqmlinspector.pro b/tests/auto/qml/debugger/qqmlinspector/qqmlinspector.pro index 0ad6b6ca23..1d42dded0a 100644 --- a/tests/auto/qml/debugger/qqmlinspector/qqmlinspector.pro +++ b/tests/auto/qml/debugger/qqmlinspector/qqmlinspector.pro @@ -11,5 +11,3 @@ include(../../../shared/util.pri) include(../shared/debugutil.pri) TESTDATA = data/* - -CONFIG += parallel_test diff --git a/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro b/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro index 5181414647..c9138962c9 100644 --- a/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro +++ b/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro @@ -10,6 +10,4 @@ include(../shared/debugutil.pri) TESTDATA = data/* -CONFIG += parallel_test - QT += core qml testlib diff --git a/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro b/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro index ccaba09c5b..ae328701c7 100644 --- a/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro +++ b/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro @@ -10,7 +10,5 @@ include(../shared/debugutil.pri) TESTDATA = data/* -CONFIG += parallel_test - QT += qml testlib diff --git a/tests/auto/qml/qqmlcomponent/qqmlcomponent.pro b/tests/auto/qml/qqmlcomponent/qqmlcomponent.pro index 6667513395..9f8c8a4e24 100644 --- a/tests/auto/qml/qqmlcomponent/qqmlcomponent.pro +++ b/tests/auto/qml/qqmlcomponent/qqmlcomponent.pro @@ -12,6 +12,4 @@ include (../../shared/util.pri) TESTDATA = data/* -CONFIG += parallel_test - QT += core-private gui-private qml-private quick-private network testlib diff --git a/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro b/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro index 553dc4339f..42c7bd91de 100644 --- a/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro +++ b/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro @@ -16,5 +16,4 @@ include (../../shared/util.pri) TESTDATA = data/* -CONFIG += parallel_test QT += core-private gui-private v8-private qml-private network widgets testlib diff --git a/tests/auto/qml/qqmlengine/qqmlengine.pro b/tests/auto/qml/qqmlengine/qqmlengine.pro index 87e2814555..52487b5a54 100644 --- a/tests/auto/qml/qqmlengine/qqmlengine.pro +++ b/tests/auto/qml/qqmlengine/qqmlengine.pro @@ -6,6 +6,4 @@ include (../../shared/util.pri) SOURCES += tst_qqmlengine.cpp -CONFIG += parallel_test - QT += core-private gui-private qml-private v8-private network testlib diff --git a/tests/auto/qml/qqmllanguage/qqmllanguage.pro b/tests/auto/qml/qqmllanguage/qqmllanguage.pro index 3d5b6a56ec..df52a45c64 100644 --- a/tests/auto/qml/qqmllanguage/qqmllanguage.pro +++ b/tests/auto/qml/qqmllanguage/qqmllanguage.pro @@ -12,5 +12,4 @@ SOURCES += ../../shared/testhttpserver.cpp TESTDATA = data/* -CONFIG += parallel_test QT += core-private gui-private v8-private qml-private network testlib diff --git a/tests/auto/qml/qqmlsqldatabase/qqmlsqldatabase.pro b/tests/auto/qml/qqmlsqldatabase/qqmlsqldatabase.pro index f784877c7d..665a051275 100644 --- a/tests/auto/qml/qqmlsqldatabase/qqmlsqldatabase.pro +++ b/tests/auto/qml/qqmlsqldatabase/qqmlsqldatabase.pro @@ -6,8 +6,6 @@ SOURCES += tst_qqmlsqldatabase.cpp include (../../shared/util.pri) -CONFIG += parallel_test - TESTDATA = data/* QT += core-private gui-private v8-private qml-private quick-private sql testlib diff --git a/tests/auto/qml/qqmlxmlhttprequest/qqmlxmlhttprequest.pro b/tests/auto/qml/qqmlxmlhttprequest/qqmlxmlhttprequest.pro index 8f3b2e071f..44b2963918 100644 --- a/tests/auto/qml/qqmlxmlhttprequest/qqmlxmlhttprequest.pro +++ b/tests/auto/qml/qqmlxmlhttprequest/qqmlxmlhttprequest.pro @@ -12,6 +12,4 @@ include (../../shared/util.pri) TESTDATA = data/* -CONFIG += parallel_test - QT += core-private gui-private qml-private network testlib diff --git a/tests/auto/qml/qquicklistmodelworkerscript/qquicklistmodelworkerscript.pro b/tests/auto/qml/qquicklistmodelworkerscript/qquicklistmodelworkerscript.pro index a8ca9a6c80..30ace38b87 100644 --- a/tests/auto/qml/qquicklistmodelworkerscript/qquicklistmodelworkerscript.pro +++ b/tests/auto/qml/qquicklistmodelworkerscript/qquicklistmodelworkerscript.pro @@ -8,6 +8,4 @@ include (../../shared/util.pri) TESTDATA = data/* -CONFIG += parallel_test - QT += core-private gui-private v8-private qml-private quick-private testlib -- cgit v1.2.3