Marked tst_qprocess insignificant on mac
authorRohan McGovern <rohan.mcgovern@nokia.com>
Mon, 28 May 2012 00:33:26 +0000 (10:33 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 28 May 2012 01:30:21 +0000 (03:30 +0200)
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 <kalle.ju.lehtonen@nokia.com>
tests/auto/corelib/io/qprocess/test/test.pro

index 0b8b761..0d223f0 100644 (file)
@@ -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})