Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9, 5.10
-
None
-
1394610c79dad72a490be79b5af3869437375a16
Description
Running only proxyChange in a FAIL! on Windows, Linux and Mac.
PASS : tst_QNetworkReply::initTestCase() FAIL! : tst_QNetworkReply::proxyChange() Compared values are not the same Actual (reply1->size()): 224 Expected (1) : 1 ...\tests\auto\network\access\qnetworkreply\tst_qnetworkreply.cpp(5790) : failure location PASS : tst_QNetworkReply::cleanupTestCase()
However, running "httpProxyCommandsSynchronous" before it, in the same run, results in a PASS (this is the order it is run in CI, so it currently passes in CI).
PASS : tst_QNetworkReply::initTestCase() PASS : tst_QNetworkReply::httpProxyCommandsSynchronous(http) PASS : tst_QNetworkReply::proxyChange() PASS : tst_QNetworkReply::cleanupTestCase()
Attachments
Issue Links
- is required for
-
QTBUG-62860 Remove tst_qnetworkreply's insignificance
- Closed