QProcess: remove a XFAIL for QNX
91dcc76fc1 might have fixed the underlying issue, so we no longer need the XFAIL codepath at all. Fixes: QTBUG-114720 Change-Id: I67ccbed67a0536b679c50c26eb0b3e51c93dceeb Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 2f945aaa263d4688724d11e6ba7f768c4dc6bdd0) Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
9dd2dd4ab4
commit
3b67d5a5d1
@ -1595,10 +1595,8 @@ void tst_QProcess::unixProcessParameters()
|
||||
QVERIFY2(process.waitForStarted(5000), qPrintable(process.errorString()));
|
||||
QVERIFY(process.waitForFinished(5000));
|
||||
|
||||
#ifdef Q_OS_QNX
|
||||
QEXPECT_FAIL("ignore-sigpipe", "QTBUG-114720: flag is taking no effect", Abort);
|
||||
#endif
|
||||
QCOMPARE(process.readAllStandardError(), QString());
|
||||
const QString stdErr = process.readAllStandardError();
|
||||
QCOMPARE(stdErr, QString());
|
||||
QCOMPARE(process.readAll(), QString());
|
||||
QCOMPARE(process.exitCode(), 0);
|
||||
QCOMPARE(process.exitStatus(), QProcess::NormalExit);
|
||||
|
Loading…
x
Reference in New Issue
Block a user