From: Rohan McGovern Date: Wed, 30 May 2012 03:46:27 +0000 (+1000) Subject: Marked tst_qprocess as parallel-safe X-Git-Tag: 071012110112~724 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46ae50a5d03ac8cecbe2ddb335a7b1767d98fc12;p=profile%2Fivi%2Fqtbase.git Marked tst_qprocess as parallel-safe This autotest appears to be parallel-safe. It fails our parallel stress test, but only because it writes to its own build directory. This should not interfere with other autotests. Change-Id: Ie99dde24edc0fda0c8ec4352a6e44abb7cbc54f8 Reviewed-by: Toby Tomkins Reviewed-by: Kalle Lehtonen --- diff --git a/tests/auto/corelib/io/qprocess/test/test.pro b/tests/auto/corelib/io/qprocess/test/test.pro index 0d223f0..6d5dd29 100644 --- a/tests/auto/corelib/io/qprocess/test/test.pro +++ b/tests/auto/corelib/io/qprocess/test/test.pro @@ -1,4 +1,5 @@ CONFIG += testcase +CONFIG += parallel_test QT = core testlib network embedded: QT += gui SOURCES = ../tst_qprocess.cpp