From 26631bec9ffda88a2aad23e7400a4bc441b87a93 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 31 May 2012 10:39:58 +1000 Subject: Marked tst_qtemporaryfile 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: I27a2f31e32a5b8157ef1082cf0e939bcc0c61c70 Reviewed-by: Toby Tomkins Reviewed-by: Kalle Lehtonen --- tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro') diff --git a/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro b/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro index b0d936db76..b9800fddde 100644 --- a/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro +++ b/tests/auto/corelib/io/qtemporaryfile/qtemporaryfile.pro @@ -1,4 +1,5 @@ CONFIG += testcase +CONFIG += parallel_test TARGET = tst_qtemporaryfile QT = core testlib SOURCES = tst_qtemporaryfile.cpp -- cgit v1.2.3