Removed CONFIG+=parallel_test from suspected parallel-unsafe tests
authorRohan McGovern <rohan.mcgovern@nokia.com>
Mon, 21 May 2012 22:57:59 +0000 (08:57 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 22 May 2012 03:09:01 +0000 (05:09 +0200)
These tests have failed a parallel stress test and may contribute to
instability in test runs.

Change-Id: I2c4456ad7d3846c2262a0ba714ab8f0c9a05c597
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
tests/auto/corelib/io/largefile/largefile.pro
tests/auto/corelib/io/qdir/qdir.pro
tests/auto/corelib/io/qdiriterator/qdiriterator.pro
tests/auto/corelib/io/qfileinfo/qfileinfo.pro
tests/auto/corelib/io/qsettings/qsettings.pro
tests/auto/corelib/io/qstandardpaths/qstandardpaths.pro
tests/auto/corelib/io/qtemporarydir/qtemporarydir.pro
tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro
tests/auto/corelib/thread/qmutex/qmutex.pro

index 4e62912..6f1d31d 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += testcase parallel_test
+CONFIG += testcase
 TARGET = tst_largefile
 QT = core testlib
 SOURCES = tst_largefile.cpp
index 94ee14b..94c300a 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += testcase parallel_test
+CONFIG += testcase
 TARGET = tst_qdir
 QT = core core-private testlib
 SOURCES = tst_qdir.cpp
index ef59fc4..0443a1b 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += testcase parallel_test
+CONFIG += testcase
 TARGET = tst_qdiriterator
 QT = core-private core testlib
 SOURCES = tst_qdiriterator.cpp
index 4f00d34..5a3d8b6 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += testcase parallel_test
+CONFIG += testcase
 TARGET = tst_qfileinfo
 QT = core-private testlib
 SOURCES = tst_qfileinfo.cpp
index 1772f4b..dd60b95 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += testcase parallel_test
+CONFIG += testcase
 TARGET = tst_qsettings
 QT = core-private gui testlib
 SOURCES = tst_qsettings.cpp
index 2ceef97..c72d9e4 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += testcase parallel_test
+CONFIG += testcase
 TARGET = tst_qstandardpaths
 QT = core testlib
 SOURCES = tst_qstandardpaths.cpp
index b34d2cc..4a69971 100644 (file)
@@ -3,5 +3,3 @@ TARGET = tst_qtemporarydir
 SOURCES       += tst_qtemporarydir.cpp
 
 QT = core testlib
-
-CONFIG += parallel_test
index e06265b..b0d936d 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += testcase parallel_test
+CONFIG += testcase
 TARGET = tst_qtemporaryfile
 QT = core testlib
 SOURCES = tst_qtemporaryfile.cpp
index 4aa1dbc..229e57e 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += testcase parallel_test
+CONFIG += testcase
 TARGET = tst_qmutex
 QT = core testlib
 SOURCES = tst_qmutex.cpp