From: Rohan McGovern Date: Mon, 28 May 2012 00:33:26 +0000 (+1000) Subject: Marked tst_qprocess insignificant on mac X-Git-Tag: 071012110112~777 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5c5063623641d6aadd8bde522c4e2933dcff75b;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/tests/auto/corelib/io/qprocess/test/test.pro b/tests/auto/corelib/io/qprocess/test/test.pro index 0b8b761..0d223f0 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})