From 489dd2804ba95c7caed44d8d461167027fac5adc Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 31 May 2012 10:39:58 +1000 Subject: Marked tst_qfile as parallel-safe This test failed a parallel stress test, but seemingly only because it writes to its own build directory. This should not interfere with other running autotests. Change-Id: I80e548fdb0e915ebe86dcd2205537cb6fee09cff Reviewed-by: Toby Tomkins Reviewed-by: Kalle Lehtonen --- tests/auto/corelib/io/qfile/test/test.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/corelib/io/qfile/test/test.pro b/tests/auto/corelib/io/qfile/test/test.pro index 676762da81..bd7792edb6 100644 --- a/tests/auto/corelib/io/qfile/test/test.pro +++ b/tests/auto/corelib/io/qfile/test/test.pro @@ -1,4 +1,5 @@ CONFIG += testcase +CONFIG += parallel_test QT = core-private core network testlib TARGET = ../tst_qfile SOURCES = ../tst_qfile.cpp -- cgit v1.2.3