Blacklist failing QNetworkReply test functions on VxWorks

We need to run COIN tests for VxWorks in a blocking mode, but test
functions of QNetworkReply:
 - chaining
 - getFromFile
 - getFromUnreachableIp
 - ioGetFromFile
 - moreActivitySignals
fail on VxWorks, the reason is yet to be examined.

We need to run tests on COIN for VxWorks as significant, and this test
prevents it, to reduce growing number of regressions and allow
iterative introduction of VxWorks as a supported platform.

Blacklist test functions of QNetworkReply failing on VxWorks.

Task-number: QTBUG-115777
Task-number: QTBUG-130740
Change-Id: I3ff5078e2d9073b3f90162a432e9033b0bd46b8f
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
Michał Łoś 2024-11-07 12:08:01 +01:00
parent d3d395ab3d
commit 00cb46b61a

View File

@ -50,3 +50,15 @@ osx
#QTBUG-103055 #QTBUG-103055
[ioGetFromHttpWithProxyAuth] [ioGetFromHttpWithProxyAuth]
qnx qnx
# QTBUG-130740
[chaining]
vxworks
[getFromFile]
vxworks
[getFromUnreachableIp]
vxworks
[ioGetFromFile]
vxworks
[moreActivitySignals]
vxworks