Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
Qt Creator 8.0.0
-
None
Description
All the test are running much longer in this case (about 100 seconds, in contrary to when QProcessImpl is used - 20 seconds). Two tests are failing:
FAIL! : tst_QtcProcess::runBlockingStdOut(Long timeout without end of line) Compared values are not the same
Actual (process.result()): 4
Expected (expectedResult) : 0
Loc: [/home/jarek/dev/creator-master/tests/auto/utils/qtcprocess/tst_qtcprocess.cpp(1024)]
FAIL! : tst_QtcProcess::crashAfterOneSecond() 'process.waitForFinished(2000)' returned FALSE. ()
Loc: [/home/jarek/dev/creator-master/tests/auto/utils/qtcprocess/tst_qtcprocess.cpp(1364)]
When run with QProcessImpl, all tests pass.