Re-add tst_selftests "crashes old stdout txt" on QEMU
The test is not failing anymore on QEMU targets.
This partially reverts commit
71bd06d516
.
Fixes: QTBUG-71915
Change-Id: I68593edf0ec245e14879833c8aa90661a3c2e227
Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
parent
5cea83a8a2
commit
17032c4d64
@ -682,9 +682,6 @@ static inline QByteArray msgProcessError(const QString &binary, const QStringLis
|
||||
|
||||
void tst_Selftests::doRunSubTest(QString const& subdir, QStringList const& loggers, QStringList const& arguments, bool crashes)
|
||||
{
|
||||
if (EmulationDetector::isRunningArmOnX86() && (subdir == "crashes"))
|
||||
QSKIP("Skipping \"crashes\" due to QTBUG-71915");
|
||||
|
||||
#if defined(__GNUC__) && defined(__i386) && defined(Q_OS_LINUX)
|
||||
if (arguments.contains("-callgrind")) {
|
||||
QProcess checkProcess;
|
||||
|
Loading…
Reference in New Issue
Block a user