Removed CONFIG+=parallel_test from suspected parallel-unsafe tests [2]
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 23 May 2012 00:18:02 +0000 (10:18 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 23 May 2012 01:17:59 +0000 (03:17 +0200)
These tests have failed a parallel stress test and may contribute to
instability in test runs.

Change-Id: Ibbbe01f7d9550b953fc9fbd6ed52fc99fdb5f5d7
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
tests/auto/corelib/io/qwinoverlappedionotifier/qwinoverlappedionotifier.pro
tests/auto/corelib/mimetypes/qmimedatabase/qmimedatabase-cache/qmimedatabase-cache.pro
tests/auto/corelib/tools/qsharedpointer/qsharedpointer.pro

index 0b5bf9f..4f0e9da 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += testcase parallel_test
+CONFIG += testcase
 TARGET = tst_qwinoverlappedionotifier
 QT = core-private testlib
 SOURCES = tst_qwinoverlappedionotifier.cpp
index b1cd309..94a8bbd 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += testcase parallel_test
+CONFIG += testcase
 TARGET = tst_qsharedpointer
 QT = core testlib