Removed CONFIG+=parallel_test from parallel-unsafe tests
authorRohan McGovern <rohan.mcgovern@nokia.com>
Mon, 14 May 2012 03:28:21 +0000 (13:28 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 14 May 2012 06:29:43 +0000 (08:29 +0200)
These tests are marked with CONFIG+=parallel_test, but are observed to
fail sometimes if run concurrently with other tests, and pass otherwise.

Change-Id: Id59209ca80c7449bdc0689af522c82ff00c4b588
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro
tests/auto/quick/qquickitem2/qquickitem2.pro
tests/auto/quick/qquickloader/qquickloader.pro

index c06fd84..789735c 100644 (file)
@@ -11,8 +11,6 @@ include(../shared/debugutil.pri)
 
 TESTDATA = data/*
 
-CONFIG += parallel_test
-
 OTHER_FILES += data/test.qml data/test.js \
     data/timer.qml \
     data/exception.qml \
index 589d1bd..52b4f29 100644 (file)
@@ -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
index 2961ed9..3235038 100644 (file)
@@ -12,6 +12,4 @@ include (../../shared/util.pri)
 
 TESTDATA = data/*
 
-CONFIG += parallel_test
-
 QT += core-private gui-private qml-private quick-private network testlib