test: Mark tst_QNetworkReply::backgroundRequestInterruption() as XFAIL on OS X 10.8

Task-number: QTBUG-32435
Change-Id: Ibc4495126b066c17e6a4477f403677b9fc9da453
Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Sergio Ahumada 2013-07-15 13:08:29 +02:00 committed by The Qt Project
parent a0640d328f
commit 83de0910c1

View File

@ -7478,6 +7478,10 @@ void tst_QNetworkReply::backgroundRequestInterruption()
QNetworkSessionPrivate::setUsagePolicies(*const_cast<QNetworkSession *>(session.data()), original);
QVERIFY(reply->isFinished());
#ifdef Q_OS_MACX
if (QSysInfo::MacintoshVersion == QSysInfo::MV_10_8)
QEXPECT_FAIL("ftp, bg, nobg", "See QTBUG-32435", Abort);
#endif
QCOMPARE(reply->error(), error);
#endif
}