forked from qt-creator/qt-creator
Tests: Expect fail
Amends ada39349a2
.
Change-Id: I4221590941ba17e28fff1d12bb0c80d92ecac911
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -897,7 +897,7 @@ void tst_QtcProcess::runBlockingStdOut()
|
|||||||
// with interactive cli tools.
|
// with interactive cli tools.
|
||||||
QEXPECT_FAIL("Unterminated stdout lost: early timeout", "", Continue);
|
QEXPECT_FAIL("Unterminated stdout lost: early timeout", "", Continue);
|
||||||
QVERIFY2(sp.result() != QtcProcess::Hang, "Process run did not time out.");
|
QVERIFY2(sp.result() != QtcProcess::Hang, "Process run did not time out.");
|
||||||
|
QEXPECT_FAIL("Unterminated stdout lost: early timeout", "", Continue);
|
||||||
QVERIFY2(readLastLine, "Last line was read.");
|
QVERIFY2(readLastLine, "Last line was read.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user