From f5c5063623641d6aadd8bde522c4e2933dcff75b Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Mon, 28 May 2012 10:33:26 +1000 Subject: [PATCH] Marked tst_qprocess insignificant on mac tst_qprocess::lockupsInStartDetached sometimes locks up on mac. Mark this as a known issue. Task-number: QTBUG-25895 Change-Id: I08b1bcf39f2bf373e74509a06415d9ba514b8993 Reviewed-by: Kalle Lehtonen --- tests/auto/corelib/io/qprocess/test/test.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/corelib/io/qprocess/test/test.pro b/tests/auto/corelib/io/qprocess/test/test.pro index 0b8b761a83..0d223f0400 100644 --- a/tests/auto/corelib/io/qprocess/test/test.pro +++ b/tests/auto/corelib/io/qprocess/test/test.pro @@ -10,6 +10,7 @@ win32:TESTDATA += ../testBatFiles/* include(../qprocess.pri) win32:CONFIG += insignificant_test # QTBUG-25342 - sometimes hangs +mac:CONFIG += insignificant_test # QTBUG-25895 - sometimes hangs load(testcase) # for target.path and installTestHelperApp() for(file, SUBPROGRAMS): installTestHelperApp("../$${file}/$${file}",$${file},$${file})